public static interface ReportGroup.Builder extends SdkPojo, CopyableBuilder<ReportGroup.Builder,ReportGroup>
| Modifier and Type | Method and Description |
|---|---|
ReportGroup.Builder |
arn(String arn)
The ARN of the
ReportGroup. |
ReportGroup.Builder |
created(Instant created)
The date and time this
ReportGroup was created. |
default ReportGroup.Builder |
exportConfig(Consumer<ReportExportConfig.Builder> exportConfig)
Information about the destination where the raw data of this
ReportGroup is exported. |
ReportGroup.Builder |
exportConfig(ReportExportConfig exportConfig)
Information about the destination where the raw data of this
ReportGroup is exported. |
ReportGroup.Builder |
lastModified(Instant lastModified)
The date and time this
ReportGroup was last modified. |
ReportGroup.Builder |
name(String name)
The name of the
ReportGroup. |
ReportGroup.Builder |
status(ReportGroupStatusType status)
The status of the report group.
|
ReportGroup.Builder |
status(String status)
The status of the report group.
|
ReportGroup.Builder |
tags(Collection<Tag> tags)
A list of tag key and value pairs associated with this report group.
|
ReportGroup.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of tag key and value pairs associated with this report group.
|
ReportGroup.Builder |
tags(Tag... tags)
A list of tag key and value pairs associated with this report group.
|
ReportGroup.Builder |
type(ReportType type)
The type of the
ReportGroup. |
ReportGroup.Builder |
type(String type)
The type of the
ReportGroup. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReportGroup.Builder arn(String arn)
The ARN of the ReportGroup.
arn - The ARN of the ReportGroup.ReportGroup.Builder name(String name)
The name of the ReportGroup.
name - The name of the ReportGroup.ReportGroup.Builder type(String type)
The type of the ReportGroup. This can be one of the following values:
The report group contains code coverage reports.
The report group contains test reports.
type - The type of the ReportGroup. This can be one of the following values:
The report group contains code coverage reports.
The report group contains test reports.
ReportType,
ReportTypeReportGroup.Builder type(ReportType type)
The type of the ReportGroup. This can be one of the following values:
The report group contains code coverage reports.
The report group contains test reports.
type - The type of the ReportGroup. This can be one of the following values:
The report group contains code coverage reports.
The report group contains test reports.
ReportType,
ReportTypeReportGroup.Builder exportConfig(ReportExportConfig exportConfig)
Information about the destination where the raw data of this ReportGroup is exported.
exportConfig - Information about the destination where the raw data of this ReportGroup is exported.default ReportGroup.Builder exportConfig(Consumer<ReportExportConfig.Builder> exportConfig)
Information about the destination where the raw data of this ReportGroup is exported.
ReportExportConfig.Builder avoiding the need to
create one manually via ReportExportConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to exportConfig(ReportExportConfig).exportConfig - a consumer that will call methods on ReportExportConfig.BuilderexportConfig(ReportExportConfig)ReportGroup.Builder created(Instant created)
The date and time this ReportGroup was created.
created - The date and time this ReportGroup was created.ReportGroup.Builder lastModified(Instant lastModified)
The date and time this ReportGroup was last modified.
lastModified - The date and time this ReportGroup was last modified.ReportGroup.Builder tags(Collection<Tag> tags)
A list of tag key and value pairs associated with this report group.
These tags are available for use by AWS services that support AWS CodeBuild report group tags.
tags - A list of tag key and value pairs associated with this report group.
These tags are available for use by AWS services that support AWS CodeBuild report group tags.
ReportGroup.Builder tags(Tag... tags)
A list of tag key and value pairs associated with this report group.
These tags are available for use by AWS services that support AWS CodeBuild report group tags.
tags - A list of tag key and value pairs associated with this report group.
These tags are available for use by AWS services that support AWS CodeBuild report group tags.
ReportGroup.Builder tags(Consumer<Tag.Builder>... tags)
A list of tag key and value pairs associated with this report group.
These tags are available for use by AWS services that support AWS CodeBuild report group tags.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) ReportGroup.Builder status(String status)
The status of the report group. This property is read-only.
This can be one of the following values:
The report group is active.
The report group is in the process of being deleted.
status - The status of the report group. This property is read-only.
This can be one of the following values:
The report group is active.
The report group is in the process of being deleted.
ReportGroupStatusType,
ReportGroupStatusTypeReportGroup.Builder status(ReportGroupStatusType status)
The status of the report group. This property is read-only.
This can be one of the following values:
The report group is active.
The report group is in the process of being deleted.
status - The status of the report group. This property is read-only.
This can be one of the following values:
The report group is active.
The report group is in the process of being deleted.
ReportGroupStatusType,
ReportGroupStatusTypeCopyright © 2021. All rights reserved.