public static interface BatchGetDeploymentsRequest.Builder extends CodeDeployRequest.Builder, SdkPojo, CopyableBuilder<BatchGetDeploymentsRequest.Builder,BatchGetDeploymentsRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchGetDeploymentsRequest.Builder |
deploymentIds(Collection<String> deploymentIds)
A list of deployment IDs, separated by spaces.
|
BatchGetDeploymentsRequest.Builder |
deploymentIds(String... deploymentIds)
A list of deployment IDs, separated by spaces.
|
BatchGetDeploymentsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchGetDeploymentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetDeploymentsRequest.Builder deploymentIds(Collection<String> deploymentIds)
A list of deployment IDs, separated by spaces. The maximum number of deployment IDs you can specify is 25.
deploymentIds - A list of deployment IDs, separated by spaces. The maximum number of deployment IDs you can specify is
25.BatchGetDeploymentsRequest.Builder deploymentIds(String... deploymentIds)
A list of deployment IDs, separated by spaces. The maximum number of deployment IDs you can specify is 25.
deploymentIds - A list of deployment IDs, separated by spaces. The maximum number of deployment IDs you can specify is
25.BatchGetDeploymentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchGetDeploymentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.