Interface BatchGetDeploymentGroupsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CodeDeployRequest.Builder
,CopyableBuilder<BatchGetDeploymentGroupsRequest.Builder,
,BatchGetDeploymentGroupsRequest> SdkBuilder<BatchGetDeploymentGroupsRequest.Builder,
,BatchGetDeploymentGroupsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
BatchGetDeploymentGroupsRequest
public static interface BatchGetDeploymentGroupsRequest.Builder
extends CodeDeployRequest.Builder, SdkPojo, CopyableBuilder<BatchGetDeploymentGroupsRequest.Builder,BatchGetDeploymentGroupsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationName
(String applicationName) The name of an CodeDeploy application associated with the applicable user or Amazon Web Services account.deploymentGroupNames
(String... deploymentGroupNames) The names of the deployment groups.deploymentGroupNames
(Collection<String> deploymentGroupNames) The names of the deployment groups.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, sdkFields
-
Method Details
-
applicationName
The name of an CodeDeploy application associated with the applicable user or Amazon Web Services account.
- Parameters:
applicationName
- The name of an CodeDeploy application associated with the applicable user or Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentGroupNames
BatchGetDeploymentGroupsRequest.Builder deploymentGroupNames(Collection<String> deploymentGroupNames) The names of the deployment groups.
- Parameters:
deploymentGroupNames
- The names of the deployment groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentGroupNames
The names of the deployment groups.
- Parameters:
deploymentGroupNames
- The names of the deployment groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchGetDeploymentGroupsRequest.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
BatchGetDeploymentGroupsRequest.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.
-