CreateBlueGreenDeploymentRequest.Builder |
CreateBlueGreenDeploymentRequest.Builder.blueGreenDeploymentName(String blueGreenDeploymentName) |
The name of the blue/green deployment.
|
static CreateBlueGreenDeploymentRequest.Builder |
CreateBlueGreenDeploymentRequest.builder() |
|
CreateBlueGreenDeploymentRequest.Builder |
CreateBlueGreenDeploymentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateBlueGreenDeploymentRequest.Builder |
CreateBlueGreenDeploymentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateBlueGreenDeploymentRequest.Builder |
CreateBlueGreenDeploymentRequest.Builder.source(String source) |
The Amazon Resource Name (ARN) of the source production database.
|
CreateBlueGreenDeploymentRequest.Builder |
CreateBlueGreenDeploymentRequest.Builder.tags(Collection<Tag> tags) |
Tags to assign to the blue/green deployment.
|
CreateBlueGreenDeploymentRequest.Builder |
CreateBlueGreenDeploymentRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
Tags to assign to the blue/green deployment.
|
CreateBlueGreenDeploymentRequest.Builder |
CreateBlueGreenDeploymentRequest.Builder.tags(Tag... tags) |
Tags to assign to the blue/green deployment.
|
CreateBlueGreenDeploymentRequest.Builder |
CreateBlueGreenDeploymentRequest.Builder.targetAllocatedStorage(Integer targetAllocatedStorage) |
The amount of storage in gibibytes (GiB) to allocate for the green DB instance.
|
CreateBlueGreenDeploymentRequest.Builder |
CreateBlueGreenDeploymentRequest.Builder.targetDBClusterParameterGroupName(String targetDBClusterParameterGroupName) |
The DB cluster parameter group associated with the Aurora DB cluster in the green environment.
|
CreateBlueGreenDeploymentRequest.Builder |
CreateBlueGreenDeploymentRequest.Builder.targetDBInstanceClass(String targetDBInstanceClass) |
Specify the DB instance class for the databases in the green environment.
|
CreateBlueGreenDeploymentRequest.Builder |
CreateBlueGreenDeploymentRequest.Builder.targetDBParameterGroupName(String targetDBParameterGroupName) |
The DB parameter group associated with the DB instance in the green environment.
|
CreateBlueGreenDeploymentRequest.Builder |
CreateBlueGreenDeploymentRequest.Builder.targetEngineVersion(String targetEngineVersion) |
The engine version of the database in the green environment.
|
CreateBlueGreenDeploymentRequest.Builder |
CreateBlueGreenDeploymentRequest.Builder.targetIops(Integer targetIops) |
The amount of Provisioned IOPS (input/output operations per second) to allocate for the green DB instance.
|
CreateBlueGreenDeploymentRequest.Builder |
CreateBlueGreenDeploymentRequest.Builder.targetStorageThroughput(Integer targetStorageThroughput) |
The storage throughput value for the green DB instance.
|
CreateBlueGreenDeploymentRequest.Builder |
CreateBlueGreenDeploymentRequest.Builder.targetStorageType(String targetStorageType) |
The storage type to associate with the green DB instance.
|
CreateBlueGreenDeploymentRequest.Builder |
CreateBlueGreenDeploymentRequest.toBuilder() |
|
CreateBlueGreenDeploymentRequest.Builder |
CreateBlueGreenDeploymentRequest.Builder.upgradeTargetStorageConfig(Boolean upgradeTargetStorageConfig) |
Whether to upgrade the storage file system configuration on the green database.
|