Interface BatchGetDeploymentsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CodeDeployRequest.Builder
,CopyableBuilder<BatchGetDeploymentsRequest.Builder,
,BatchGetDeploymentsRequest> SdkBuilder<BatchGetDeploymentsRequest.Builder,
,BatchGetDeploymentsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
BatchGetDeploymentsRequest
@Mutable
@NotThreadSafe
public static interface BatchGetDeploymentsRequest.Builder
extends CodeDeployRequest.Builder, SdkPojo, CopyableBuilder<BatchGetDeploymentsRequest.Builder,BatchGetDeploymentsRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondeploymentIds
(String... deploymentIds) A list of deployment IDs, separated by spaces.deploymentIds
(Collection<String> deploymentIds) A list of deployment IDs, separated by spaces.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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 Details
-
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
BatchGetDeploymentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-