@Generated(value="software.amazon.awssdk:codegen") public final class StartDbInstanceAutomatedBackupsReplicationRequest extends RdsRequest implements ToCopyableBuilder<StartDbInstanceAutomatedBackupsReplicationRequest.Builder,StartDbInstanceAutomatedBackupsReplicationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartDbInstanceAutomatedBackupsReplicationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
backupRetentionPeriod()
The retention period for the replicated automated backups.
|
static StartDbInstanceAutomatedBackupsReplicationRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
kmsKeyId()
The AWS KMS key identifier for encryption of the replicated automated backups.
|
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartDbInstanceAutomatedBackupsReplicationRequest.Builder> |
serializableBuilderClass() |
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. |
String |
sourceRegion()
If PreSignedUrl is not specified, this is the region where the source snapshot is located.
|
StartDbInstanceAutomatedBackupsReplicationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
arn:aws:rds:us-west-2:123456789012:db:mydatabase.public final Integer backupRetentionPeriod()
The retention period for the replicated automated backups.
public final 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.
arn:aws:kms:us-east-1:123456789012:key/AKIAIOSFODNN7EXAMPLE.public final 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.
public final String sourceRegion()
public StartDbInstanceAutomatedBackupsReplicationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartDbInstanceAutomatedBackupsReplicationRequest.Builder,StartDbInstanceAutomatedBackupsReplicationRequest>toBuilder in class RdsRequestpublic static StartDbInstanceAutomatedBackupsReplicationRequest.Builder builder()
public static Class<? extends StartDbInstanceAutomatedBackupsReplicationRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.