public static interface DeleteDeploymentConfigRequest.Builder extends CodeDeployRequest.Builder, CopyableBuilder<DeleteDeploymentConfigRequest.Builder,DeleteDeploymentConfigRequest>
Modifier and Type | Method and Description |
---|---|
DeleteDeploymentConfigRequest.Builder |
deploymentConfigName(String deploymentConfigName)
The name of a deployment configuration associated with the applicable IAM user or AWS account.
|
DeleteDeploymentConfigRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
DeleteDeploymentConfigRequest.Builder deploymentConfigName(String deploymentConfigName)
The name of a deployment configuration associated with the applicable IAM user or AWS account.
deploymentConfigName
- The name of a deployment configuration associated with the applicable IAM user or AWS account.DeleteDeploymentConfigRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.