Uses of Interface
software.amazon.awssdk.services.rds.model.CreateBlueGreenDeploymentRequest.Builder
Packages that use CreateBlueGreenDeploymentRequest.Builder
Package
Description
-
Uses of CreateBlueGreenDeploymentRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type CreateBlueGreenDeploymentRequest.BuilderModifier and TypeMethodDescriptionRdsAsyncClient.createBlueGreenDeployment(Consumer<CreateBlueGreenDeploymentRequest.Builder> createBlueGreenDeploymentRequest) Creates a blue/green deployment.RdsClient.createBlueGreenDeployment(Consumer<CreateBlueGreenDeploymentRequest.Builder> createBlueGreenDeploymentRequest) Creates a blue/green deployment. -
Uses of CreateBlueGreenDeploymentRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return CreateBlueGreenDeploymentRequest.BuilderModifier and TypeMethodDescriptionCreateBlueGreenDeploymentRequest.Builder.blueGreenDeploymentName(String blueGreenDeploymentName) The name of the blue/green deployment.CreateBlueGreenDeploymentRequest.builder()CreateBlueGreenDeploymentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateBlueGreenDeploymentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The Amazon Resource Name (ARN) of the source production database.CreateBlueGreenDeploymentRequest.Builder.tags(Collection<Tag> tags) Tags to assign to the blue/green deployment.CreateBlueGreenDeploymentRequest.Builder.tags(Consumer<Tag.Builder>... tags) Tags to assign to the blue/green deployment.Tags to assign to the blue/green deployment.CreateBlueGreenDeploymentRequest.Builder.targetAllocatedStorage(Integer targetAllocatedStorage) The amount of storage in gibibytes (GiB) to allocate for the green DB instance.CreateBlueGreenDeploymentRequest.Builder.targetDBClusterParameterGroupName(String targetDBClusterParameterGroupName) The DB cluster parameter group associated with the Aurora DB cluster in the green environment.CreateBlueGreenDeploymentRequest.Builder.targetDBInstanceClass(String targetDBInstanceClass) Specify the DB instance class for the databases in the green environment.CreateBlueGreenDeploymentRequest.Builder.targetDBParameterGroupName(String targetDBParameterGroupName) The DB parameter group associated with the DB instance in the green environment.CreateBlueGreenDeploymentRequest.Builder.targetEngineVersion(String targetEngineVersion) The engine version of the database in the green environment.CreateBlueGreenDeploymentRequest.Builder.targetIops(Integer targetIops) The amount of Provisioned IOPS (input/output operations per second) to allocate for the green DB instance.CreateBlueGreenDeploymentRequest.Builder.targetStorageThroughput(Integer targetStorageThroughput) The storage throughput value for the green DB instance.CreateBlueGreenDeploymentRequest.Builder.targetStorageType(String targetStorageType) The storage type to associate with the green DB instance.CreateBlueGreenDeploymentRequest.toBuilder()CreateBlueGreenDeploymentRequest.Builder.upgradeTargetStorageConfig(Boolean upgradeTargetStorageConfig) Whether to upgrade the storage file system configuration on the green database.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type CreateBlueGreenDeploymentRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateBlueGreenDeploymentRequest.Builder>CreateBlueGreenDeploymentRequest.serializableBuilderClass()