Interface BatchGetReportGroupsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeBuildRequest.Builder,CopyableBuilder<BatchGetReportGroupsRequest.Builder,BatchGetReportGroupsRequest>,SdkBuilder<BatchGetReportGroupsRequest.Builder,BatchGetReportGroupsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchGetReportGroupsRequest
public static interface BatchGetReportGroupsRequest.Builder extends CodeBuildRequest.Builder, SdkPojo, CopyableBuilder<BatchGetReportGroupsRequest.Builder,BatchGetReportGroupsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetReportGroupsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetReportGroupsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchGetReportGroupsRequest.BuilderreportGroupArns(String... reportGroupArns)An array of report group ARNs that identify the report groups to return.BatchGetReportGroupsRequest.BuilderreportGroupArns(Collection<String> reportGroupArns)An array of report group ARNs that identify the report groups to return.-
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
-
reportGroupArns
BatchGetReportGroupsRequest.Builder reportGroupArns(Collection<String> reportGroupArns)
An array of report group ARNs that identify the report groups to return.
- Parameters:
reportGroupArns- An array of report group ARNs that identify the report groups to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reportGroupArns
BatchGetReportGroupsRequest.Builder reportGroupArns(String... reportGroupArns)
An array of report group ARNs that identify the report groups to return.
- Parameters:
reportGroupArns- An array of report group ARNs that identify the report groups to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchGetReportGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchGetReportGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-