public static interface DBClusterSnapshot.Builder extends SdkPojo, CopyableBuilder<DBClusterSnapshot.Builder,DBClusterSnapshot>
Modifier and Type | Method and Description |
---|---|
DBClusterSnapshot.Builder |
allocatedStorage(Integer allocatedStorage)
Specifies the allocated storage size in gibibytes (GiB).
|
DBClusterSnapshot.Builder |
availabilityZones(Collection<String> availabilityZones)
Provides the list of Availability Zones (AZs) where instances in the DB cluster snapshot can be restored.
|
DBClusterSnapshot.Builder |
availabilityZones(String... availabilityZones)
Provides the list of Availability Zones (AZs) where instances in the DB cluster snapshot can be restored.
|
DBClusterSnapshot.Builder |
clusterCreateTime(Instant clusterCreateTime)
Specifies the time when the DB cluster was created, in Universal Coordinated Time (UTC).
|
DBClusterSnapshot.Builder |
dbClusterIdentifier(String dbClusterIdentifier)
Specifies the DB cluster identifier of the DB cluster that this DB cluster snapshot was created from.
|
DBClusterSnapshot.Builder |
dbClusterSnapshotArn(String dbClusterSnapshotArn)
The Amazon Resource Name (ARN) for the DB cluster snapshot.
|
DBClusterSnapshot.Builder |
dbClusterSnapshotIdentifier(String dbClusterSnapshotIdentifier)
Specifies the identifier for the DB cluster snapshot.
|
DBClusterSnapshot.Builder |
engine(String engine)
Specifies the name of the database engine.
|
DBClusterSnapshot.Builder |
engineVersion(String engineVersion)
Provides the version of the database engine for this DB cluster snapshot.
|
DBClusterSnapshot.Builder |
iamDatabaseAuthenticationEnabled(Boolean iamDatabaseAuthenticationEnabled)
True if mapping of AWS Identity and Access Management (IAM) accounts to database accounts is enabled, and
otherwise false.
|
DBClusterSnapshot.Builder |
kmsKeyId(String kmsKeyId)
If
StorageEncrypted is true, the AWS KMS key identifier for the encrypted DB cluster snapshot. |
DBClusterSnapshot.Builder |
licenseModel(String licenseModel)
Provides the license model information for this DB cluster snapshot.
|
DBClusterSnapshot.Builder |
masterUsername(String masterUsername)
Provides the master username for the DB cluster snapshot.
|
DBClusterSnapshot.Builder |
percentProgress(Integer percentProgress)
Specifies the percentage of the estimated data that has been transferred.
|
DBClusterSnapshot.Builder |
port(Integer port)
Specifies the port that the DB cluster was listening on at the time of the snapshot.
|
DBClusterSnapshot.Builder |
snapshotCreateTime(Instant snapshotCreateTime)
Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).
|
DBClusterSnapshot.Builder |
snapshotType(String snapshotType)
Provides the type of the DB cluster snapshot.
|
DBClusterSnapshot.Builder |
sourceDBClusterSnapshotArn(String sourceDBClusterSnapshotArn)
If the DB cluster snapshot was copied from a source DB cluster snapshot, the Amazon Resource Name (ARN) for
the source DB cluster snapshot, otherwise, a null value.
|
DBClusterSnapshot.Builder |
status(String status)
Specifies the status of this DB cluster snapshot.
|
DBClusterSnapshot.Builder |
storageEncrypted(Boolean storageEncrypted)
Specifies whether the DB cluster snapshot is encrypted.
|
DBClusterSnapshot.Builder |
tagList(Collection<Tag> tagList)
Sets the value of the TagList property for this object.
|
DBClusterSnapshot.Builder |
tagList(Consumer<Tag.Builder>... tagList)
Sets the value of the TagList property for this object.
|
DBClusterSnapshot.Builder |
tagList(Tag... tagList)
Sets the value of the TagList property for this object.
|
DBClusterSnapshot.Builder |
vpcId(String vpcId)
Provides the VPC ID associated with the DB cluster snapshot.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
DBClusterSnapshot.Builder availabilityZones(Collection<String> availabilityZones)
Provides the list of Availability Zones (AZs) where instances in the DB cluster snapshot can be restored.
availabilityZones
- Provides the list of Availability Zones (AZs) where instances in the DB cluster snapshot can be
restored.DBClusterSnapshot.Builder availabilityZones(String... availabilityZones)
Provides the list of Availability Zones (AZs) where instances in the DB cluster snapshot can be restored.
availabilityZones
- Provides the list of Availability Zones (AZs) where instances in the DB cluster snapshot can be
restored.DBClusterSnapshot.Builder dbClusterSnapshotIdentifier(String dbClusterSnapshotIdentifier)
Specifies the identifier for the DB cluster snapshot.
dbClusterSnapshotIdentifier
- Specifies the identifier for the DB cluster snapshot.DBClusterSnapshot.Builder dbClusterIdentifier(String dbClusterIdentifier)
Specifies the DB cluster identifier of the DB cluster that this DB cluster snapshot was created from.
dbClusterIdentifier
- Specifies the DB cluster identifier of the DB cluster that this DB cluster snapshot was created from.DBClusterSnapshot.Builder snapshotCreateTime(Instant snapshotCreateTime)
Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).
snapshotCreateTime
- Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).DBClusterSnapshot.Builder engine(String engine)
Specifies the name of the database engine.
engine
- Specifies the name of the database engine.DBClusterSnapshot.Builder allocatedStorage(Integer allocatedStorage)
Specifies the allocated storage size in gibibytes (GiB).
allocatedStorage
- Specifies the allocated storage size in gibibytes (GiB).DBClusterSnapshot.Builder status(String status)
Specifies the status of this DB cluster snapshot.
status
- Specifies the status of this DB cluster snapshot.DBClusterSnapshot.Builder port(Integer port)
Specifies the port that the DB cluster was listening on at the time of the snapshot.
port
- Specifies the port that the DB cluster was listening on at the time of the snapshot.DBClusterSnapshot.Builder vpcId(String vpcId)
Provides the VPC ID associated with the DB cluster snapshot.
vpcId
- Provides the VPC ID associated with the DB cluster snapshot.DBClusterSnapshot.Builder clusterCreateTime(Instant clusterCreateTime)
Specifies the time when the DB cluster was created, in Universal Coordinated Time (UTC).
clusterCreateTime
- Specifies the time when the DB cluster was created, in Universal Coordinated Time (UTC).DBClusterSnapshot.Builder masterUsername(String masterUsername)
Provides the master username for the DB cluster snapshot.
masterUsername
- Provides the master username for the DB cluster snapshot.DBClusterSnapshot.Builder engineVersion(String engineVersion)
Provides the version of the database engine for this DB cluster snapshot.
engineVersion
- Provides the version of the database engine for this DB cluster snapshot.DBClusterSnapshot.Builder licenseModel(String licenseModel)
Provides the license model information for this DB cluster snapshot.
licenseModel
- Provides the license model information for this DB cluster snapshot.DBClusterSnapshot.Builder snapshotType(String snapshotType)
Provides the type of the DB cluster snapshot.
snapshotType
- Provides the type of the DB cluster snapshot.DBClusterSnapshot.Builder percentProgress(Integer percentProgress)
Specifies the percentage of the estimated data that has been transferred.
percentProgress
- Specifies the percentage of the estimated data that has been transferred.DBClusterSnapshot.Builder storageEncrypted(Boolean storageEncrypted)
Specifies whether the DB cluster snapshot is encrypted.
storageEncrypted
- Specifies whether the DB cluster snapshot is encrypted.DBClusterSnapshot.Builder kmsKeyId(String kmsKeyId)
If StorageEncrypted
is true, the AWS KMS key identifier for the encrypted DB cluster snapshot.
The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the AWS KMS customer master key (CMK).
kmsKeyId
- If StorageEncrypted
is true, the AWS KMS key identifier for the encrypted DB cluster
snapshot.
The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the AWS KMS customer master key (CMK).
DBClusterSnapshot.Builder dbClusterSnapshotArn(String dbClusterSnapshotArn)
The Amazon Resource Name (ARN) for the DB cluster snapshot.
dbClusterSnapshotArn
- The Amazon Resource Name (ARN) for the DB cluster snapshot.DBClusterSnapshot.Builder sourceDBClusterSnapshotArn(String sourceDBClusterSnapshotArn)
If the DB cluster snapshot was copied from a source DB cluster snapshot, the Amazon Resource Name (ARN) for the source DB cluster snapshot, otherwise, a null value.
sourceDBClusterSnapshotArn
- If the DB cluster snapshot was copied from a source DB cluster snapshot, the Amazon Resource Name
(ARN) for the source DB cluster snapshot, otherwise, a null value.DBClusterSnapshot.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.DBClusterSnapshot.Builder tagList(Collection<Tag> tagList)
tagList
- The new value for the TagList property for this object.DBClusterSnapshot.Builder tagList(Tag... tagList)
tagList
- The new value for the TagList property for this object.DBClusterSnapshot.Builder tagList(Consumer<Tag.Builder>... tagList)
List.Builder
avoiding the need to create
one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its result
is passed to #tagList(List)
.tagList
- a consumer that will call methods on List.Builder
#tagList(List)
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.