public static interface StartDbInstanceAutomatedBackupsReplicationRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<StartDbInstanceAutomatedBackupsReplicationRequest.Builder,StartDbInstanceAutomatedBackupsReplicationRequest>
| Modifier and Type | Method and Description |
|---|---|
StartDbInstanceAutomatedBackupsReplicationRequest.Builder |
backupRetentionPeriod(Integer backupRetentionPeriod)
The retention period for the replicated automated backups.
|
StartDbInstanceAutomatedBackupsReplicationRequest.Builder |
kmsKeyId(String kmsKeyId)
The AWS KMS key identifier for encryption of the replicated automated backups.
|
StartDbInstanceAutomatedBackupsReplicationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartDbInstanceAutomatedBackupsReplicationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartDbInstanceAutomatedBackupsReplicationRequest.Builder |
preSignedUrl(String preSignedUrl)
A URL that contains a Signature Version 4 signed request for the StartDBInstanceAutomatedBackupsReplication
action to be called in the AWS 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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartDbInstanceAutomatedBackupsReplicationRequest.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.
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 backupRetentionPeriod(Integer backupRetentionPeriod)
The retention period for the replicated automated backups.
backupRetentionPeriod - The retention period for the replicated automated backups.StartDbInstanceAutomatedBackupsReplicationRequest.Builder kmsKeyId(String kmsKeyId)
The AWS KMS key identifier for encryption of the replicated automated backups. The KMS key ID is the Amazon
Resource Name (ARN) for the KMS encryption key in the destination AWS Region, for example,
arn:aws:kms:us-east-1:123456789012:key/AKIAIOSFODNN7EXAMPLE.
kmsKeyId - The AWS KMS key identifier for encryption of the replicated automated backups. The KMS key ID is the
Amazon Resource Name (ARN) for the KMS encryption key in the destination AWS Region, for example,
arn:aws:kms:us-east-1:123456789012:key/AKIAIOSFODNN7EXAMPLE.StartDbInstanceAutomatedBackupsReplicationRequest.Builder preSignedUrl(String preSignedUrl)
A URL that contains a Signature Version 4 signed request for the StartDBInstanceAutomatedBackupsReplication action to be called in the AWS Region of the source DB instance. The presigned URL must be a valid request for the StartDBInstanceAutomatedBackupsReplication API action that can be executed in the AWS Region that contains the source DB instance.
preSignedUrl - A URL that contains a Signature Version 4 signed request for the
StartDBInstanceAutomatedBackupsReplication action to be called in the AWS Region of the source DB
instance. The presigned URL must be a valid request for the StartDBInstanceAutomatedBackupsReplication
API action that can be executed in the AWS Region that contains the source DB instance.StartDbInstanceAutomatedBackupsReplicationRequest.Builder sourceRegion(String sourceRegion)
sourceRegion - If PreSignedUrl is not specified, this is the region where the source snapshot is located. A
PreSignedUrl will be generated automatically by the SDK.StartDbInstanceAutomatedBackupsReplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartDbInstanceAutomatedBackupsReplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.