public static interface DBInstanceAutomatedBackup.Builder extends SdkPojo, CopyableBuilder<DBInstanceAutomatedBackup.Builder,DBInstanceAutomatedBackup>
| Modifier and Type | Method and Description |
|---|---|
DBInstanceAutomatedBackup.Builder |
allocatedStorage(Integer allocatedStorage)
Specifies the allocated storage size in gibibytes (GiB).
|
DBInstanceAutomatedBackup.Builder |
availabilityZone(String availabilityZone)
The Availability Zone that the automated backup was created in.
|
DBInstanceAutomatedBackup.Builder |
backupRetentionPeriod(Integer backupRetentionPeriod)
The retention period for the automated backups.
|
DBInstanceAutomatedBackup.Builder |
backupTarget(String backupTarget)
Specifies 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 customer id of the instance that is/was associated with the automated backup.
|
DBInstanceAutomatedBackup.Builder |
dbiResourceId(String dbiResourceId)
The identifier 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)
Specifies 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)
Provides the date and time that 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)
License model information for the automated backup.
|
DBInstanceAutomatedBackup.Builder |
masterUsername(String masterUsername)
The license model 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)
Earliest and latest time an instance can be restored to.
|
DBInstanceAutomatedBackup.Builder |
restoreWindow(RestoreWindow restoreWindow)
Earliest and latest time an instance can be restored to.
|
DBInstanceAutomatedBackup.Builder |
status(String status)
Provides a list of status information for an automated backup:
|
DBInstanceAutomatedBackup.Builder |
storageThroughput(Integer storageThroughput)
Specifies the storage throughput for the automated backup.
|
DBInstanceAutomatedBackup.Builder |
storageType(String storageType)
Specifies 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)
Provides 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 identifier for the source DB instance, which can't be changed and which is unique to an Amazon Web Services Region.
dbiResourceId - The identifier 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 customer id of the instance that is/was associated with the automated backup.
dbInstanceIdentifier - The customer id of the instance that is/was associated with the automated backup.DBInstanceAutomatedBackup.Builder restoreWindow(RestoreWindow restoreWindow)
Earliest and latest time an instance can be restored to.
restoreWindow - Earliest and latest time an instance can be restored to.default DBInstanceAutomatedBackup.Builder restoreWindow(Consumer<RestoreWindow.Builder> restoreWindow)
Earliest and latest time an 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)
Specifies the allocated storage size in gibibytes (GiB).
allocatedStorage - Specifies the allocated storage size in gibibytes (GiB).DBInstanceAutomatedBackup.Builder status(String status)
Provides 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 - Provides 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)
Provides the VPC ID associated with the DB instance.
vpcId - Provides the VPC ID associated with the DB instance.DBInstanceAutomatedBackup.Builder instanceCreateTime(Instant instanceCreateTime)
Provides the date and time that the DB instance was created.
instanceCreateTime - Provides the date and time that the DB instance was created.DBInstanceAutomatedBackup.Builder masterUsername(String masterUsername)
The license model of an automated backup.
masterUsername - The license model 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)
License model information for the automated backup.
licenseModel - 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)
Specifies whether the automated backup is encrypted.
encrypted - Specifies whether the automated backup is encrypted.DBInstanceAutomatedBackup.Builder storageType(String storageType)
Specifies the storage type associated with the automated backup.
storageType - Specifies 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)
Specifies where automated backups are stored: Amazon Web Services Outposts or the Amazon Web Services Region.
backupTarget - Specifies where automated backups are stored: Amazon Web Services Outposts or the Amazon Web Services
Region.DBInstanceAutomatedBackup.Builder storageThroughput(Integer storageThroughput)
Specifies the storage throughput for the automated backup.
storageThroughput - Specifies the storage throughput for the automated backup.Copyright © 2023. All rights reserved.