Interface StartDbInstanceAutomatedBackupsReplicationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartDbInstanceAutomatedBackupsReplicationRequest.Builder,StartDbInstanceAutomatedBackupsReplicationRequest>,RdsRequest.Builder,SdkBuilder<StartDbInstanceAutomatedBackupsReplicationRequest.Builder,StartDbInstanceAutomatedBackupsReplicationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartDbInstanceAutomatedBackupsReplicationRequest
public static interface StartDbInstanceAutomatedBackupsReplicationRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<StartDbInstanceAutomatedBackupsReplicationRequest.Builder,StartDbInstanceAutomatedBackupsReplicationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartDbInstanceAutomatedBackupsReplicationRequest.BuilderbackupRetentionPeriod(Integer backupRetentionPeriod)The retention period for the replicated automated backups.StartDbInstanceAutomatedBackupsReplicationRequest.BuilderkmsKeyId(String kmsKeyId)The Amazon Web Services KMS key identifier for encryption of the replicated automated backups.StartDbInstanceAutomatedBackupsReplicationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartDbInstanceAutomatedBackupsReplicationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartDbInstanceAutomatedBackupsReplicationRequest.BuilderpreSignedUrl(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.BuildersourceDBInstanceArn(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.BuildersourceRegion(String sourceRegion)If PreSignedUrl is not specified, this is the region where the source snapshot is located.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.rds.model.RdsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
sourceDBInstanceArn
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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
backupRetentionPeriod
StartDbInstanceAutomatedBackupsReplicationRequest.Builder backupRetentionPeriod(Integer backupRetentionPeriod)
The retention period for the replicated automated backups.
- Parameters:
backupRetentionPeriod- The retention period for the replicated automated backups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyId
StartDbInstanceAutomatedBackupsReplicationRequest.Builder kmsKeyId(String kmsKeyId)
The Amazon Web Services 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 Amazon Web Services Region, for example,
arn:aws:kms:us-east-1:123456789012:key/AKIAIOSFODNN7EXAMPLE.- Parameters:
kmsKeyId- The Amazon Web Services 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 Amazon Web Services Region, for example,arn:aws:kms:us-east-1:123456789012:key/AKIAIOSFODNN7EXAMPLE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
preSignedUrl
StartDbInstanceAutomatedBackupsReplicationRequest.Builder preSignedUrl(String preSignedUrl)
In an Amazon Web Services GovCloud (US) Region, an URL that contains a Signature Version 4 signed request for the
StartDBInstanceAutomatedBackupsReplicationoperation to call in the Amazon Web Services Region of the source DB instance. The presigned URL must be a valid request for theStartDBInstanceAutomatedBackupsReplicationAPI operation that can run in the Amazon Web Services Region that contains the source DB instance.This setting applies only to Amazon Web Services GovCloud (US) Regions. It's ignored in other Amazon Web Services Regions.
To learn how to generate a Signature Version 4 signed request, see Authenticating Requests: Using Query Parameters (Amazon Web Services Signature Version 4) and Signature Version 4 Signing Process.
If you are using an Amazon Web Services SDK tool or the CLI, you can specify
SourceRegion(or--source-regionfor the CLI) instead of specifyingPreSignedUrlmanually. SpecifyingSourceRegionautogenerates a presigned URL that is a valid request for the operation that can run in the source Amazon Web Services Region.- Parameters:
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. The presigned URL must be a valid request for theStartDBInstanceAutomatedBackupsReplicationAPI operation that can run in the Amazon Web Services Region that contains the source DB instance.This setting applies only to Amazon Web Services GovCloud (US) Regions. It's ignored in other Amazon Web Services Regions.
To learn how to generate a Signature Version 4 signed request, see Authenticating Requests: Using Query Parameters (Amazon Web Services Signature Version 4) and Signature Version 4 Signing Process.
If you are using an Amazon Web Services SDK tool or the CLI, you can specify
SourceRegion(or--source-regionfor the CLI) instead of specifyingPreSignedUrlmanually. SpecifyingSourceRegionautogenerates a presigned URL that is a valid request for the operation that can run in the source Amazon Web Services Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceRegion
StartDbInstanceAutomatedBackupsReplicationRequest.Builder sourceRegion(String 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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartDbInstanceAutomatedBackupsReplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartDbInstanceAutomatedBackupsReplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-