Interface BatchGetDeploymentsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeDeployRequest.Builder,CopyableBuilder<BatchGetDeploymentsRequest.Builder,BatchGetDeploymentsRequest>,SdkBuilder<BatchGetDeploymentsRequest.Builder,BatchGetDeploymentsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchGetDeploymentsRequest
public static interface BatchGetDeploymentsRequest.Builder extends CodeDeployRequest.Builder, SdkPojo, CopyableBuilder<BatchGetDeploymentsRequest.Builder,BatchGetDeploymentsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetDeploymentsRequest.BuilderdeploymentIds(String... deploymentIds)A list of deployment IDs, separated by spaces.BatchGetDeploymentsRequest.BuilderdeploymentIds(Collection<String> deploymentIds)A list of deployment IDs, separated by spaces.BatchGetDeploymentsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetDeploymentsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codedeploy.model.CodeDeployRequest.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
deploymentIds
BatchGetDeploymentsRequest.Builder deploymentIds(Collection<String> deploymentIds)
A list of deployment IDs, separated by spaces. The maximum number of deployment IDs you can specify is 25.
- Parameters:
deploymentIds- A list of deployment IDs, separated by spaces. The maximum number of deployment IDs you can specify is 25.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentIds
BatchGetDeploymentsRequest.Builder deploymentIds(String... deploymentIds)
A list of deployment IDs, separated by spaces. The maximum number of deployment IDs you can specify is 25.
- Parameters:
deploymentIds- A list of deployment IDs, separated by spaces. The maximum number of deployment IDs you can specify is 25.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchGetDeploymentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchGetDeploymentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-