public static interface BatchGetProjectsRequest.Builder extends CodeBuildRequest.Builder, SdkPojo, CopyableBuilder<BatchGetProjectsRequest.Builder,BatchGetProjectsRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchGetProjectsRequest.Builder |
names(Collection<String> names)
The names or ARNs of the build projects.
|
BatchGetProjectsRequest.Builder |
names(String... names)
The names or ARNs of the build projects.
|
BatchGetProjectsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchGetProjectsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetProjectsRequest.Builder names(Collection<String> names)
The names or ARNs of the build projects. To get information about a project shared with your Amazon Web Services account, its ARN must be specified. You cannot specify a shared project using its name.
names - The names or ARNs of the build projects. To get information about a project shared with your Amazon
Web Services account, its ARN must be specified. You cannot specify a shared project using its name.BatchGetProjectsRequest.Builder names(String... names)
The names or ARNs of the build projects. To get information about a project shared with your Amazon Web Services account, its ARN must be specified. You cannot specify a shared project using its name.
names - The names or ARNs of the build projects. To get information about a project shared with your Amazon
Web Services account, its ARN must be specified. You cannot specify a shared project using its name.BatchGetProjectsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchGetProjectsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.