Interface SwitchoverBlueGreenDeploymentRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<SwitchoverBlueGreenDeploymentRequest.Builder,SwitchoverBlueGreenDeploymentRequest>
,RdsRequest.Builder
,SdkBuilder<SwitchoverBlueGreenDeploymentRequest.Builder,SwitchoverBlueGreenDeploymentRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- SwitchoverBlueGreenDeploymentRequest
public static interface SwitchoverBlueGreenDeploymentRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<SwitchoverBlueGreenDeploymentRequest.Builder,SwitchoverBlueGreenDeploymentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SwitchoverBlueGreenDeploymentRequest.Builder
blueGreenDeploymentIdentifier(String blueGreenDeploymentIdentifier)
The resource ID of the blue/green deployment.SwitchoverBlueGreenDeploymentRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
SwitchoverBlueGreenDeploymentRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
SwitchoverBlueGreenDeploymentRequest.Builder
switchoverTimeout(Integer switchoverTimeout)
The amount of time, in seconds, for the switchover to complete.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.rds.model.RdsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
blueGreenDeploymentIdentifier
SwitchoverBlueGreenDeploymentRequest.Builder blueGreenDeploymentIdentifier(String blueGreenDeploymentIdentifier)
The resource ID of the blue/green deployment.
Constraints:
-
Must match an existing blue/green deployment resource ID.
- Parameters:
blueGreenDeploymentIdentifier
- The resource ID of the blue/green deployment.Constraints:
-
Must match an existing blue/green deployment resource ID.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
switchoverTimeout
SwitchoverBlueGreenDeploymentRequest.Builder switchoverTimeout(Integer switchoverTimeout)
The amount of time, in seconds, for the switchover to complete.
Default: 300
If the switchover takes longer than the specified duration, then any changes are rolled back, and no changes are made to the environments.
- Parameters:
switchoverTimeout
- The amount of time, in seconds, for the switchover to complete.Default: 300
If the switchover takes longer than the specified duration, then any changes are rolled back, and no changes are made to the environments.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
SwitchoverBlueGreenDeploymentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
SwitchoverBlueGreenDeploymentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-