public static interface CreateReportGroupRequest.Builder extends CodeBuildRequest.Builder, SdkPojo, CopyableBuilder<CreateReportGroupRequest.Builder,CreateReportGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
default CreateReportGroupRequest.Builder |
exportConfig(Consumer<ReportExportConfig.Builder> exportConfig)
A
ReportExportConfig object that contains information about where the report group test results
are exported. |
CreateReportGroupRequest.Builder |
exportConfig(ReportExportConfig exportConfig)
A
ReportExportConfig object that contains information about where the report group test results
are exported. |
CreateReportGroupRequest.Builder |
name(String name)
The name of the report group.
|
CreateReportGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateReportGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateReportGroupRequest.Builder |
tags(Collection<Tag> tags)
A list of tag key and value pairs associated with this report group.
|
CreateReportGroupRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of tag key and value pairs associated with this report group.
|
CreateReportGroupRequest.Builder |
tags(Tag... tags)
A list of tag key and value pairs associated with this report group.
|
CreateReportGroupRequest.Builder |
type(ReportType type)
The type of report group.
|
CreateReportGroupRequest.Builder |
type(String type)
The type of report group.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateReportGroupRequest.Builder name(String name)
The name of the report group.
name - The name of the report group.CreateReportGroupRequest.Builder type(String type)
The type of report group.
type - The type of report group.ReportType,
ReportTypeCreateReportGroupRequest.Builder type(ReportType type)
The type of report group.
type - The type of report group.ReportType,
ReportTypeCreateReportGroupRequest.Builder exportConfig(ReportExportConfig exportConfig)
A ReportExportConfig object that contains information about where the report group test results
are exported.
exportConfig - A ReportExportConfig object that contains information about where the report group test
results are exported.default CreateReportGroupRequest.Builder exportConfig(Consumer<ReportExportConfig.Builder> exportConfig)
A ReportExportConfig object that contains information about where the report group test results
are 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)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.
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.
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.
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.
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.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateReportGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateReportGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.