public static interface DBInstanceAutomatedBackup.Builder extends SdkPojo, CopyableBuilder<DBInstanceAutomatedBackup.Builder,DBInstanceAutomatedBackup>
| Modifier and Type | Method and Description |
|---|---|
DBInstanceAutomatedBackup.Builder |
allocatedStorage(Integer allocatedStorage)
The allocated storage size for the the automated backup in gibibytes (GiB).
|
DBInstanceAutomatedBackup.Builder |
availabilityZone(String availabilityZone)
The Availability Zone that the automated backup was created in.
|
DBInstanceAutomatedBackup.Builder |
awsBackupRecoveryPointArn(String awsBackupRecoveryPointArn)
The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup.
|
DBInstanceAutomatedBackup.Builder |
backupRetentionPeriod(Integer backupRetentionPeriod)
The retention period for the automated backups.
|
DBInstanceAutomatedBackup.Builder |
backupTarget(String backupTarget)
The location where automated backups are stored: Amazon Web Services Outposts or the Amazon Web Services
Region.
|
DBInstanceAutomatedBackup.Builder |
dbInstanceArn(String dbInstanceArn)
The Amazon Resource Name (ARN) for the automated backups.
|
DBInstanceAutomatedBackup.Builder |
dbInstanceAutomatedBackupsArn(String dbInstanceAutomatedBackupsArn)
The Amazon Resource Name (ARN) for the replicated automated backups.
|
DBInstanceAutomatedBackup.Builder |
dbInstanceAutomatedBackupsReplications(Collection<DBInstanceAutomatedBackupsReplication> dbInstanceAutomatedBackupsReplications)
The list of replications to different Amazon Web Services Regions associated with the automated backup.
|
DBInstanceAutomatedBackup.Builder |
dbInstanceAutomatedBackupsReplications(Consumer<DBInstanceAutomatedBackupsReplication.Builder>... dbInstanceAutomatedBackupsReplications)
The list of replications to different Amazon Web Services Regions associated with the automated backup.
|
DBInstanceAutomatedBackup.Builder |
dbInstanceAutomatedBackupsReplications(DBInstanceAutomatedBackupsReplication... dbInstanceAutomatedBackupsReplications)
The list of replications to different Amazon Web Services Regions associated with the automated backup.
|
DBInstanceAutomatedBackup.Builder |
dbInstanceIdentifier(String dbInstanceIdentifier)
The identifier for the source DB instance, which can't be changed and which is unique to an Amazon Web
Services Region.
|
DBInstanceAutomatedBackup.Builder |
dbiResourceId(String dbiResourceId)
The resource ID for the source DB instance, which can't be changed and which is unique to an Amazon Web
Services Region.
|
DBInstanceAutomatedBackup.Builder |
encrypted(Boolean encrypted)
Indicates whether the automated backup is encrypted.
|
DBInstanceAutomatedBackup.Builder |
engine(String engine)
The name of the database engine for this automated backup.
|
DBInstanceAutomatedBackup.Builder |
engineVersion(String engineVersion)
The version of the database engine for the automated backup.
|
DBInstanceAutomatedBackup.Builder |
iamDatabaseAuthenticationEnabled(Boolean iamDatabaseAuthenticationEnabled)
True if mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is
enabled, and otherwise false.
|
DBInstanceAutomatedBackup.Builder |
instanceCreateTime(Instant instanceCreateTime)
The date and time when the DB instance was created.
|
DBInstanceAutomatedBackup.Builder |
iops(Integer iops)
The IOPS (I/O operations per second) value for the automated backup.
|
DBInstanceAutomatedBackup.Builder |
kmsKeyId(String kmsKeyId)
The Amazon Web Services KMS key ID for an automated backup.
|
DBInstanceAutomatedBackup.Builder |
licenseModel(String licenseModel)
The license model information for the automated backup.
|
DBInstanceAutomatedBackup.Builder |
masterUsername(String masterUsername)
The master user name of an automated backup.
|
DBInstanceAutomatedBackup.Builder |
optionGroupName(String optionGroupName)
The option group the automated backup is associated with.
|
DBInstanceAutomatedBackup.Builder |
port(Integer port)
The port number that the automated backup used for connections.
|
DBInstanceAutomatedBackup.Builder |
region(String region)
The Amazon Web Services Region associated with the automated backup.
|
default DBInstanceAutomatedBackup.Builder |
restoreWindow(Consumer<RestoreWindow.Builder> restoreWindow)
The earliest and latest time a DB instance can be restored to.
|
DBInstanceAutomatedBackup.Builder |
restoreWindow(RestoreWindow restoreWindow)
The earliest and latest time a DB instance can be restored to.
|
DBInstanceAutomatedBackup.Builder |
status(String status)
A list of status information for an automated backup:
|
DBInstanceAutomatedBackup.Builder |
storageThroughput(Integer storageThroughput)
The storage throughput for the automated backup.
|
DBInstanceAutomatedBackup.Builder |
storageType(String storageType)
The storage type associated with the automated backup.
|
DBInstanceAutomatedBackup.Builder |
tdeCredentialArn(String tdeCredentialArn)
The ARN from the key store with which the automated backup is associated for TDE encryption.
|
DBInstanceAutomatedBackup.Builder |
timezone(String timezone)
The time zone of the automated backup.
|
DBInstanceAutomatedBackup.Builder |
vpcId(String vpcId)
The VPC ID associated with the DB instance.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDBInstanceAutomatedBackup.Builder dbInstanceArn(String dbInstanceArn)
The Amazon Resource Name (ARN) for the automated backups.
dbInstanceArn - The Amazon Resource Name (ARN) for the automated backups.DBInstanceAutomatedBackup.Builder dbiResourceId(String dbiResourceId)
The resource ID for the source DB instance, which can't be changed and which is unique to an Amazon Web Services Region.
dbiResourceId - The resource ID for the source DB instance, which can't be changed and which is unique to an Amazon
Web Services Region.DBInstanceAutomatedBackup.Builder region(String region)
The Amazon Web Services Region associated with the automated backup.
region - The Amazon Web Services Region associated with the automated backup.DBInstanceAutomatedBackup.Builder dbInstanceIdentifier(String dbInstanceIdentifier)
The identifier for the source DB instance, which can't be changed and which is unique to an Amazon Web Services Region.
dbInstanceIdentifier - The identifier for the source DB instance, which can't be changed and which is unique to an Amazon Web
Services Region.DBInstanceAutomatedBackup.Builder restoreWindow(RestoreWindow restoreWindow)
The earliest and latest time a DB instance can be restored to.
restoreWindow - The earliest and latest time a DB instance can be restored to.default DBInstanceAutomatedBackup.Builder restoreWindow(Consumer<RestoreWindow.Builder> restoreWindow)
The earliest and latest time a DB instance can be restored to.
This is a convenience method that creates an instance of theRestoreWindow.Builder avoiding the need
to create one manually via RestoreWindow.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to restoreWindow(RestoreWindow).
restoreWindow - a consumer that will call methods on RestoreWindow.BuilderrestoreWindow(RestoreWindow)DBInstanceAutomatedBackup.Builder allocatedStorage(Integer allocatedStorage)
The allocated storage size for the the automated backup in gibibytes (GiB).
allocatedStorage - The allocated storage size for the the automated backup in gibibytes (GiB).DBInstanceAutomatedBackup.Builder status(String status)
A list of status information for an automated backup:
active - Automated backups for current instances.
retained - Automated backups for deleted instances.
creating - Automated backups that are waiting for the first automated snapshot to be available.
status - A list of status information for an automated backup:
active - Automated backups for current instances.
retained - Automated backups for deleted instances.
creating - Automated backups that are waiting for the first automated snapshot to be
available.
DBInstanceAutomatedBackup.Builder port(Integer port)
The port number that the automated backup used for connections.
Default: Inherits from the source DB instance
Valid Values: 1150-65535
port - The port number that the automated backup used for connections.
Default: Inherits from the source DB instance
Valid Values: 1150-65535
DBInstanceAutomatedBackup.Builder availabilityZone(String availabilityZone)
The Availability Zone that the automated backup was created in. For information on Amazon Web Services Regions and Availability Zones, see Regions and Availability Zones.
availabilityZone - The Availability Zone that the automated backup was created in. For information on Amazon Web Services
Regions and Availability Zones, see Regions and Availability Zones.DBInstanceAutomatedBackup.Builder vpcId(String vpcId)
The VPC ID associated with the DB instance.
vpcId - The VPC ID associated with the DB instance.DBInstanceAutomatedBackup.Builder instanceCreateTime(Instant instanceCreateTime)
The date and time when the DB instance was created.
instanceCreateTime - The date and time when the DB instance was created.DBInstanceAutomatedBackup.Builder masterUsername(String masterUsername)
The master user name of an automated backup.
masterUsername - The master user name of an automated backup.DBInstanceAutomatedBackup.Builder engine(String engine)
The name of the database engine for this automated backup.
engine - The name of the database engine for this automated backup.DBInstanceAutomatedBackup.Builder engineVersion(String engineVersion)
The version of the database engine for the automated backup.
engineVersion - The version of the database engine for the automated backup.DBInstanceAutomatedBackup.Builder licenseModel(String licenseModel)
The license model information for the automated backup.
licenseModel - The license model information for the automated backup.DBInstanceAutomatedBackup.Builder iops(Integer iops)
The IOPS (I/O operations per second) value for the automated backup.
iops - The IOPS (I/O operations per second) value for the automated backup.DBInstanceAutomatedBackup.Builder optionGroupName(String optionGroupName)
The option group the automated backup is associated with. If omitted, the default option group for the engine specified is used.
optionGroupName - The option group the automated backup is associated with. If omitted, the default option group for the
engine specified is used.DBInstanceAutomatedBackup.Builder tdeCredentialArn(String tdeCredentialArn)
The ARN from the key store with which the automated backup is associated for TDE encryption.
tdeCredentialArn - The ARN from the key store with which the automated backup is associated for TDE encryption.DBInstanceAutomatedBackup.Builder encrypted(Boolean encrypted)
Indicates whether the automated backup is encrypted.
encrypted - Indicates whether the automated backup is encrypted.DBInstanceAutomatedBackup.Builder storageType(String storageType)
The storage type associated with the automated backup.
storageType - The storage type associated with the automated backup.DBInstanceAutomatedBackup.Builder kmsKeyId(String kmsKeyId)
The Amazon Web Services KMS key ID for an automated backup.
The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.
kmsKeyId - The Amazon Web Services KMS key ID for an automated backup.
The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.
DBInstanceAutomatedBackup.Builder timezone(String timezone)
The time zone of the automated backup. In most cases, the Timezone element is empty.
Timezone content appears only for Microsoft SQL Server DB instances that were created with a
time zone specified.
timezone - The time zone of the automated backup. In most cases, the Timezone element is empty.
Timezone content appears only for Microsoft SQL Server DB instances that were created
with a time zone specified.DBInstanceAutomatedBackup.Builder iamDatabaseAuthenticationEnabled(Boolean iamDatabaseAuthenticationEnabled)
True if mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.
iamDatabaseAuthenticationEnabled - True if mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database
accounts is enabled, and otherwise false.DBInstanceAutomatedBackup.Builder backupRetentionPeriod(Integer backupRetentionPeriod)
The retention period for the automated backups.
backupRetentionPeriod - The retention period for the automated backups.DBInstanceAutomatedBackup.Builder dbInstanceAutomatedBackupsArn(String dbInstanceAutomatedBackupsArn)
The Amazon Resource Name (ARN) for the replicated automated backups.
dbInstanceAutomatedBackupsArn - The Amazon Resource Name (ARN) for the replicated automated backups.DBInstanceAutomatedBackup.Builder dbInstanceAutomatedBackupsReplications(Collection<DBInstanceAutomatedBackupsReplication> dbInstanceAutomatedBackupsReplications)
The list of replications to different Amazon Web Services Regions associated with the automated backup.
dbInstanceAutomatedBackupsReplications - The list of replications to different Amazon Web Services Regions associated with the automated
backup.DBInstanceAutomatedBackup.Builder dbInstanceAutomatedBackupsReplications(DBInstanceAutomatedBackupsReplication... dbInstanceAutomatedBackupsReplications)
The list of replications to different Amazon Web Services Regions associated with the automated backup.
dbInstanceAutomatedBackupsReplications - The list of replications to different Amazon Web Services Regions associated with the automated
backup.DBInstanceAutomatedBackup.Builder dbInstanceAutomatedBackupsReplications(Consumer<DBInstanceAutomatedBackupsReplication.Builder>... dbInstanceAutomatedBackupsReplications)
The list of replications to different Amazon Web Services Regions associated with the automated backup.
This is a convenience method that creates an instance of theDBInstanceAutomatedBackupsReplication.Builder avoiding the
need to create one manually via
DBInstanceAutomatedBackupsReplication.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #dbInstanceAutomatedBackupsReplications(List.
dbInstanceAutomatedBackupsReplications - a consumer that will call methods on
DBInstanceAutomatedBackupsReplication.Builder#dbInstanceAutomatedBackupsReplications(java.util.Collection) DBInstanceAutomatedBackup.Builder backupTarget(String backupTarget)
The location where automated backups are stored: Amazon Web Services Outposts or the Amazon Web Services Region.
backupTarget - The location where automated backups are stored: Amazon Web Services Outposts or the Amazon Web
Services Region.DBInstanceAutomatedBackup.Builder storageThroughput(Integer storageThroughput)
The storage throughput for the automated backup.
storageThroughput - The storage throughput for the automated backup.DBInstanceAutomatedBackup.Builder awsBackupRecoveryPointArn(String awsBackupRecoveryPointArn)
The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup.
awsBackupRecoveryPointArn - The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup.Copyright © 2023. All rights reserved.