Uses of Interface
software.amazon.awssdk.services.rds.model.PromoteReadReplicaRequest.Builder
Packages that use PromoteReadReplicaRequest.Builder
Package
Description
-
Uses of PromoteReadReplicaRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type PromoteReadReplicaRequest.BuilderModifier and TypeMethodDescriptionRdsAsyncClient.promoteReadReplica(Consumer<PromoteReadReplicaRequest.Builder> promoteReadReplicaRequest) Promotes a read replica DB instance to a standalone DB instance.default PromoteReadReplicaResponseRdsClient.promoteReadReplica(Consumer<PromoteReadReplicaRequest.Builder> promoteReadReplicaRequest) Promotes a read replica DB instance to a standalone DB instance. -
Uses of PromoteReadReplicaRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return PromoteReadReplicaRequest.BuilderModifier and TypeMethodDescriptionPromoteReadReplicaRequest.Builder.backupRetentionPeriod(Integer backupRetentionPeriod) The number of days for which automated backups are retained.PromoteReadReplicaRequest.builder()PromoteReadReplicaRequest.Builder.dbInstanceIdentifier(String dbInstanceIdentifier) The DB instance identifier.PromoteReadReplicaRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PromoteReadReplicaRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PromoteReadReplicaRequest.Builder.preferredBackupWindow(String preferredBackupWindow) The daily time range during which automated backups are created if automated backups are enabled, using theBackupRetentionPeriodparameter.PromoteReadReplicaRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) Tags to assign to resources associated with the DB instance.PromoteReadReplicaRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) Tags to assign to resources associated with the DB instance.PromoteReadReplicaRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) Tags to assign to resources associated with the DB instance.PromoteReadReplicaRequest.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type PromoteReadReplicaRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PromoteReadReplicaRequest.Builder>PromoteReadReplicaRequest.serializableBuilderClass()