public static interface SwitchoverBlueGreenDeploymentRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<SwitchoverBlueGreenDeploymentRequest.Builder,SwitchoverBlueGreenDeploymentRequest>
| Modifier and Type | Method and Description |
|---|---|
SwitchoverBlueGreenDeploymentRequest.Builder |
blueGreenDeploymentIdentifier(String blueGreenDeploymentIdentifier)
The blue/green deployment identifier.
|
SwitchoverBlueGreenDeploymentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SwitchoverBlueGreenDeploymentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SwitchoverBlueGreenDeploymentRequest.Builder |
switchoverTimeout(Integer switchoverTimeout)
The amount of time, in seconds, for the switchover to complete.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSwitchoverBlueGreenDeploymentRequest.Builder blueGreenDeploymentIdentifier(String blueGreenDeploymentIdentifier)
The blue/green deployment identifier.
Constraints:
Must match an existing blue/green deployment identifier.
blueGreenDeploymentIdentifier - The blue/green deployment identifier.
Constraints:
Must match an existing blue/green deployment identifier.
SwitchoverBlueGreenDeploymentRequest.Builder switchoverTimeout(Integer switchoverTimeout)
The amount of time, in seconds, for the switchover to complete. The default is 300.
If the switchover takes longer than the specified duration, then any changes are rolled back, and no changes are made to the environments.
switchoverTimeout - The amount of time, in seconds, for the switchover to complete. The default is 300.
If the switchover takes longer than the specified duration, then any changes are rolled back, and no changes are made to the environments.
SwitchoverBlueGreenDeploymentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSwitchoverBlueGreenDeploymentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.