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 |
dbInstanceArn(String dbInstanceArn)
The Amazon Resource Name (ARN) for 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 AWS 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 AWS 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 AWS 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 AWS 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 |
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
|
copy
applyMutation, build
DBInstanceAutomatedBackup.Builder dbInstanceArn(String dbInstanceArn)
The Amazon Resource Name (ARN) for the automated backup.
dbInstanceArn
- The Amazon Resource Name (ARN) for 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 AWS Region.
dbiResourceId
- The identifier for the source DB instance, which can't be changed and which is unique to an AWS
Region.DBInstanceAutomatedBackup.Builder region(String region)
The AWS Region associated with the automated backup.
region
- The AWS 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 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.Builder
restoreWindow(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 AWS Regions and Availability Zones, see Regions and Availability Zones.
availabilityZone
- The Availability Zone that the automated backup was created in. For information on AWS 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 instanceDBInstanceAutomatedBackup.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 AWS KMS key ID for an automated backup. The KMS key ID is the Amazon Resource Name (ARN), KMS key identifier, or the KMS key alias for the KMS encryption key.
kmsKeyId
- The AWS KMS key ID for an automated backup. The KMS key ID is the Amazon Resource Name (ARN), KMS key
identifier, or the KMS key alias for the KMS encryption 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 AWS Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.
iamDatabaseAuthenticationEnabled
- True if mapping of AWS Identity and Access Management (IAM) accounts to database accounts is enabled,
and otherwise false.Copyright © 2019. All rights reserved.