Uses of Interface
software.amazon.awssdk.services.rds.model.StartDbInstanceAutomatedBackupsReplicationRequest.Builder
Packages that use StartDbInstanceAutomatedBackupsReplicationRequest.Builder
Package
Description
-
Uses of StartDbInstanceAutomatedBackupsReplicationRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type StartDbInstanceAutomatedBackupsReplicationRequest.BuilderModifier and TypeMethodDescriptionRdsAsyncClient.startDBInstanceAutomatedBackupsReplication(Consumer<StartDbInstanceAutomatedBackupsReplicationRequest.Builder> startDbInstanceAutomatedBackupsReplicationRequest) Enables replication of automated backups to a different Amazon Web Services Region.RdsClient.startDBInstanceAutomatedBackupsReplication(Consumer<StartDbInstanceAutomatedBackupsReplicationRequest.Builder> startDbInstanceAutomatedBackupsReplicationRequest) Enables replication of automated backups to a different Amazon Web Services Region. -
Uses of StartDbInstanceAutomatedBackupsReplicationRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return StartDbInstanceAutomatedBackupsReplicationRequest.BuilderModifier and TypeMethodDescriptionStartDbInstanceAutomatedBackupsReplicationRequest.Builder.backupRetentionPeriod(Integer backupRetentionPeriod) The retention period for the replicated automated backups.StartDbInstanceAutomatedBackupsReplicationRequest.builder()The Amazon Web Services KMS key identifier for encryption of the replicated automated backups.StartDbInstanceAutomatedBackupsReplicationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) StartDbInstanceAutomatedBackupsReplicationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) StartDbInstanceAutomatedBackupsReplicationRequest.Builder.preSignedUrl(String preSignedUrl) In an Amazon Web Services GovCloud (US) Region, an URL that contains a Signature Version 4 signed request for theStartDBInstanceAutomatedBackupsReplicationoperation to call in the Amazon Web Services Region of the source DB instance.StartDbInstanceAutomatedBackupsReplicationRequest.Builder.sourceDBInstanceArn(String sourceDBInstanceArn) The Amazon Resource Name (ARN) of the source DB instance for the replicated automated backups, for example,arn:aws:rds:us-west-2:123456789012:db:mydatabase.StartDbInstanceAutomatedBackupsReplicationRequest.Builder.sourceRegion(String sourceRegion) If PreSignedUrl is not specified, this is the region where the source snapshot is located.StartDbInstanceAutomatedBackupsReplicationRequest.Builder.tags(Collection<Tag> tags) A list of tags to associate with the replicated automated backups.StartDbInstanceAutomatedBackupsReplicationRequest.Builder.tags(Consumer<Tag.Builder>... tags) A list of tags to associate with the replicated automated backups.A list of tags to associate with the replicated automated backups.StartDbInstanceAutomatedBackupsReplicationRequest.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type StartDbInstanceAutomatedBackupsReplicationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StartDbInstanceAutomatedBackupsReplicationRequest.Builder>StartDbInstanceAutomatedBackupsReplicationRequest.serializableBuilderClass()