public static interface DeleteBlueGreenDeploymentRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<DeleteBlueGreenDeploymentRequest.Builder,DeleteBlueGreenDeploymentRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteBlueGreenDeploymentRequest.Builder |
blueGreenDeploymentIdentifier(String blueGreenDeploymentIdentifier)
The blue/green deployment identifier of the deployment to be deleted.
|
DeleteBlueGreenDeploymentRequest.Builder |
deleteTarget(Boolean deleteTarget)
A value that indicates whether to delete the resources in the green environment.
|
DeleteBlueGreenDeploymentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteBlueGreenDeploymentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteBlueGreenDeploymentRequest.Builder blueGreenDeploymentIdentifier(String blueGreenDeploymentIdentifier)
The blue/green deployment identifier of the deployment to be deleted. This parameter isn't case-sensitive.
Constraints:
Must match an existing blue/green deployment identifier.
blueGreenDeploymentIdentifier - The blue/green deployment identifier of the deployment to be deleted. This parameter isn't
case-sensitive.
Constraints:
Must match an existing blue/green deployment identifier.
DeleteBlueGreenDeploymentRequest.Builder deleteTarget(Boolean deleteTarget)
A value that indicates whether to delete the resources in the green environment. You can't specify this
option if the blue/green deployment status is
SWITCHOVER_COMPLETED.
deleteTarget - A value that indicates whether to delete the resources in the green environment. You can't specify
this option if the blue/green deployment status is SWITCHOVER_COMPLETED.DeleteBlueGreenDeploymentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteBlueGreenDeploymentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.