public static interface UpdateReportGroupRequest.Builder extends CodeBuildRequest.Builder, SdkPojo, CopyableBuilder<UpdateReportGroupRequest.Builder,UpdateReportGroupRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateReportGroupRequest.Builder arn(String arn)
The ARN of the report group to update.
arn - The ARN of the report group to update.UpdateReportGroupRequest.Builder exportConfig(ReportExportConfig exportConfig)
Used to specify an updated export type. Valid values are:
S3: The report results are exported to an S3 bucket.
NO_EXPORT: The report results are not exported.
exportConfig - Used to specify an updated export type. Valid values are:
S3: The report results are exported to an S3 bucket.
NO_EXPORT: The report results are not exported.
default UpdateReportGroupRequest.Builder exportConfig(Consumer<ReportExportConfig.Builder> exportConfig)
Used to specify an updated export type. Valid values are:
S3: The report results are exported to an S3 bucket.
NO_EXPORT: The report results are not 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)UpdateReportGroupRequest.Builder tags(Collection<Tag> tags)
An updated 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 - An updated 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.
UpdateReportGroupRequest.Builder tags(Tag... tags)
An updated 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 - An updated 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.
UpdateReportGroupRequest.Builder tags(Consumer<Tag.Builder>... tags)
An updated 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) UpdateReportGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateReportGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.