Interface ReportGroup.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ReportGroup.Builder,
,ReportGroup> SdkBuilder<ReportGroup.Builder,
,ReportGroup> SdkPojo
- Enclosing class:
ReportGroup
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of theReportGroup
.The date and time thisReportGroup
was created.default ReportGroup.Builder
exportConfig
(Consumer<ReportExportConfig.Builder> exportConfig) Information about the destination where the raw data of thisReportGroup
is exported.exportConfig
(ReportExportConfig exportConfig) Information about the destination where the raw data of thisReportGroup
is exported.lastModified
(Instant lastModified) The date and time thisReportGroup
was last modified.The name of theReportGroup
.The status of the report group.status
(ReportGroupStatusType status) The status of the report group.tags
(Collection<Tag> tags) A list of tag key and value pairs associated with this report group.tags
(Consumer<Tag.Builder>... tags) A list of tag key and value pairs associated with this report group.A list of tag key and value pairs associated with this report group.The type of theReportGroup
.type
(ReportType type) The type of theReportGroup
.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
arn
The ARN of the
ReportGroup
.- Parameters:
arn
- The ARN of theReportGroup
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the
ReportGroup
.- Parameters:
name
- The name of theReportGroup
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the
ReportGroup
. This can be one of the following values:- CODE_COVERAGE
-
The report group contains code coverage reports.
- TEST
-
The report group contains test reports.
- Parameters:
type
- The type of theReportGroup
. This can be one of the following values:- CODE_COVERAGE
-
The report group contains code coverage reports.
- TEST
-
The report group contains test reports.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the
ReportGroup
. This can be one of the following values:- CODE_COVERAGE
-
The report group contains code coverage reports.
- TEST
-
The report group contains test reports.
- Parameters:
type
- The type of theReportGroup
. This can be one of the following values:- CODE_COVERAGE
-
The report group contains code coverage reports.
- TEST
-
The report group contains test reports.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
exportConfig
Information about the destination where the raw data of this
ReportGroup
is exported.- Parameters:
exportConfig
- Information about the destination where the raw data of thisReportGroup
is exported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportConfig
Information about the destination where the raw data of this
This is a convenience method that creates an instance of theReportGroup
is exported.ReportExportConfig.Builder
avoiding the need to create one manually viaReportExportConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toexportConfig(ReportExportConfig)
.- Parameters:
exportConfig
- a consumer that will call methods onReportExportConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
created
The date and time this
ReportGroup
was created.- Parameters:
created
- The date and time thisReportGroup
was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModified
The date and time this
ReportGroup
was last modified.- Parameters:
lastModified
- The date and time thisReportGroup
was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
A list of tag key and value pairs associated with this report group.
These tags are available for use by Amazon Web Services services that support CodeBuild report group tags.
- Parameters:
tags
- A list of tag key and value pairs associated with this report group.These tags are available for use by Amazon Web Services services that support CodeBuild report group tags.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
A list of tag key and value pairs associated with this report group.
These tags are available for use by Amazon Web Services services that support CodeBuild report group tags.
- Parameters:
tags
- A list of tag key and value pairs associated with this report group.These tags are available for use by Amazon Web Services services that support CodeBuild report group tags.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
A list of tag key and value pairs associated with this report group.
These tags are available for use by Amazon Web Services services that support CodeBuild report group tags.
This is a convenience method that creates an instance of theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the report group. This property is read-only.
This can be one of the following values:
- ACTIVE
-
The report group is active.
- DELETING
-
The report group is in the process of being deleted.
- Parameters:
status
- The status of the report group. This property is read-only.This can be one of the following values:
- ACTIVE
-
The report group is active.
- DELETING
-
The report group is in the process of being deleted.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the report group. This property is read-only.
This can be one of the following values:
- ACTIVE
-
The report group is active.
- DELETING
-
The report group is in the process of being deleted.
- Parameters:
status
- The status of the report group. This property is read-only.This can be one of the following values:
- ACTIVE
-
The report group is active.
- DELETING
-
The report group is in the process of being deleted.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-