Interface CreateReportGroupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeBuildRequest.Builder,CopyableBuilder<CreateReportGroupRequest.Builder,CreateReportGroupRequest>,SdkBuilder<CreateReportGroupRequest.Builder,CreateReportGroupRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateReportGroupRequest
public static interface CreateReportGroupRequest.Builder extends CodeBuildRequest.Builder, SdkPojo, CopyableBuilder<CreateReportGroupRequest.Builder,CreateReportGroupRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateReportGroupRequest.BuilderexportConfig(Consumer<ReportExportConfig.Builder> exportConfig)AReportExportConfigobject that contains information about where the report group test results are exported.CreateReportGroupRequest.BuilderexportConfig(ReportExportConfig exportConfig)AReportExportConfigobject that contains information about where the report group test results are exported.CreateReportGroupRequest.Buildername(String name)The name of the report group.CreateReportGroupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateReportGroupRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateReportGroupRequest.Buildertags(Collection<Tag> tags)A list of tag key and value pairs associated with this report group.CreateReportGroupRequest.Buildertags(Consumer<Tag.Builder>... tags)A list of tag key and value pairs associated with this report group.CreateReportGroupRequest.Buildertags(Tag... tags)A list of tag key and value pairs associated with this report group.CreateReportGroupRequest.Buildertype(String type)The type of report group.CreateReportGroupRequest.Buildertype(ReportType type)The type of report group.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codebuild.model.CodeBuildRequest.Builder
build
-
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 Detail
-
name
CreateReportGroupRequest.Builder name(String name)
The name of the report group.
- Parameters:
name- The name of the report group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
CreateReportGroupRequest.Builder type(String type)
The type of report group.
- Parameters:
type- The type of report group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReportType,ReportType
-
type
CreateReportGroupRequest.Builder type(ReportType type)
The type of report group.
- Parameters:
type- The type of report group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReportType,ReportType
-
exportConfig
CreateReportGroupRequest.Builder exportConfig(ReportExportConfig exportConfig)
A
ReportExportConfigobject that contains information about where the report group test results are exported.- Parameters:
exportConfig- AReportExportConfigobject that contains information about where the report group test results are exported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportConfig
default CreateReportGroupRequest.Builder exportConfig(Consumer<ReportExportConfig.Builder> exportConfig)
A
This is a convenience method that creates an instance of theReportExportConfigobject that contains information about where the report group test results are exported.ReportExportConfig.Builderavoiding the need to create one manually viaReportExportConfig.builder().When the
Consumercompletes,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:
exportConfig(ReportExportConfig)
-
tags
CreateReportGroupRequest.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 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
CreateReportGroupRequest.Builder tags(Tag... 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
CreateReportGroupRequest.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 Amazon Web Services services that support CodeBuild report group tags.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - 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:
#tags(java.util.Collection)
-
overrideConfiguration
CreateReportGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateReportGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-