Interface DeleteDeploymentGroupRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CodeDeployRequest.Builder,- CopyableBuilder<DeleteDeploymentGroupRequest.Builder,,- DeleteDeploymentGroupRequest> - SdkBuilder<DeleteDeploymentGroupRequest.Builder,,- DeleteDeploymentGroupRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- DeleteDeploymentGroupRequest
@Mutable
@NotThreadSafe
public static interface DeleteDeploymentGroupRequest.Builder
extends CodeDeployRequest.Builder, SdkPojo, CopyableBuilder<DeleteDeploymentGroupRequest.Builder,DeleteDeploymentGroupRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionapplicationName(String applicationName) The name of an CodeDeploy application associated with the user or Amazon Web Services account.deploymentGroupName(String deploymentGroupName) The name of a deployment group for the specified application.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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.services.codedeploy.model.CodeDeployRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
applicationNameThe name of an CodeDeploy application associated with the user or Amazon Web Services account. - Parameters:
- applicationName- The name of an CodeDeploy application associated with the user or Amazon Web Services account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
deploymentGroupNameThe name of a deployment group for the specified application. - Parameters:
- deploymentGroupName- The name of a deployment group for the specified application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationDeleteDeploymentGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationDeleteDeploymentGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-