public static interface DBClusterSnapshot.Builder extends SdkPojo, CopyableBuilder<DBClusterSnapshot.Builder,DBClusterSnapshot>
| Modifier and Type | Method and Description |
|---|---|
DBClusterSnapshot.Builder |
allocatedStorage(Integer allocatedStorage)
The allocated storage size of the DB cluster snapshot in gibibytes (GiB).
|
DBClusterSnapshot.Builder |
availabilityZones(Collection<String> availabilityZones)
The list of Availability Zones (AZs) where instances in the DB cluster snapshot can be restored.
|
DBClusterSnapshot.Builder |
availabilityZones(String... availabilityZones)
The list of Availability Zones (AZs) where instances in the DB cluster snapshot can be restored.
|
DBClusterSnapshot.Builder |
clusterCreateTime(Instant clusterCreateTime)
The time when the DB cluster was created, in Universal Coordinated Time (UTC).
|
DBClusterSnapshot.Builder |
dbClusterIdentifier(String dbClusterIdentifier)
The DB cluster identifier of the DB cluster that this DB cluster snapshot was created from.
|
DBClusterSnapshot.Builder |
dbClusterResourceId(String dbClusterResourceId)
The resource ID 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)
The identifier for the DB cluster snapshot.
|
DBClusterSnapshot.Builder |
dbSystemId(String dbSystemId)
Reserved for future use.
|
DBClusterSnapshot.Builder |
engine(String engine)
The name of the database engine for this DB cluster snapshot.
|
DBClusterSnapshot.Builder |
engineMode(String engineMode)
The engine mode of the database engine for this DB cluster snapshot.
|
DBClusterSnapshot.Builder |
engineVersion(String engineVersion)
The version of the database engine for this DB cluster snapshot.
|
DBClusterSnapshot.Builder |
iamDatabaseAuthenticationEnabled(Boolean iamDatabaseAuthenticationEnabled)
Indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database
accounts is enabled.
|
DBClusterSnapshot.Builder |
kmsKeyId(String kmsKeyId)
If
StorageEncrypted is true, the Amazon Web Services KMS key identifier for the encrypted DB
cluster snapshot. |
DBClusterSnapshot.Builder |
licenseModel(String licenseModel)
The license model information for this DB cluster snapshot.
|
DBClusterSnapshot.Builder |
masterUsername(String masterUsername)
The master username for this DB cluster snapshot.
|
DBClusterSnapshot.Builder |
percentProgress(Integer percentProgress)
The percentage of the estimated data that has been transferred.
|
DBClusterSnapshot.Builder |
port(Integer port)
The port that the DB cluster was listening on at the time of the snapshot.
|
DBClusterSnapshot.Builder |
snapshotCreateTime(Instant snapshotCreateTime)
The time when the snapshot was taken, in Universal Coordinated Time (UTC).
|
DBClusterSnapshot.Builder |
snapshotType(String snapshotType)
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)
The status of this DB cluster snapshot.
|
DBClusterSnapshot.Builder |
storageEncrypted(Boolean storageEncrypted)
Indicates whether the DB cluster snapshot is encrypted.
|
DBClusterSnapshot.Builder |
storageType(String storageType)
The storage type associated with the DB cluster snapshot.
|
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)
The VPC ID associated with the DB cluster snapshot.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDBClusterSnapshot.Builder availabilityZones(Collection<String> availabilityZones)
The list of Availability Zones (AZs) where instances in the DB cluster snapshot can be restored.
availabilityZones - The list of Availability Zones (AZs) where instances in the DB cluster snapshot can be restored.DBClusterSnapshot.Builder availabilityZones(String... availabilityZones)
The list of Availability Zones (AZs) where instances in the DB cluster snapshot can be restored.
availabilityZones - The list of Availability Zones (AZs) where instances in the DB cluster snapshot can be restored.DBClusterSnapshot.Builder dbClusterSnapshotIdentifier(String dbClusterSnapshotIdentifier)
The identifier for the DB cluster snapshot.
dbClusterSnapshotIdentifier - The identifier for the DB cluster snapshot.DBClusterSnapshot.Builder dbClusterIdentifier(String dbClusterIdentifier)
The DB cluster identifier of the DB cluster that this DB cluster snapshot was created from.
dbClusterIdentifier - The DB cluster identifier of the DB cluster that this DB cluster snapshot was created from.DBClusterSnapshot.Builder snapshotCreateTime(Instant snapshotCreateTime)
The time when the snapshot was taken, in Universal Coordinated Time (UTC).
snapshotCreateTime - The time when the snapshot was taken, in Universal Coordinated Time (UTC).DBClusterSnapshot.Builder engine(String engine)
The name of the database engine for this DB cluster snapshot.
engine - The name of the database engine for this DB cluster snapshot.DBClusterSnapshot.Builder engineMode(String engineMode)
The engine mode of the database engine for this DB cluster snapshot.
engineMode - The engine mode of the database engine for this DB cluster snapshot.DBClusterSnapshot.Builder allocatedStorage(Integer allocatedStorage)
The allocated storage size of the DB cluster snapshot in gibibytes (GiB).
allocatedStorage - The allocated storage size of the DB cluster snapshot in gibibytes (GiB).DBClusterSnapshot.Builder status(String status)
The status of this DB cluster snapshot. Valid statuses are the following:
available
copying
creating
status - The status of this DB cluster snapshot. Valid statuses are the following:
available
copying
creating
DBClusterSnapshot.Builder port(Integer port)
The port that the DB cluster was listening on at the time of the snapshot.
port - The port that the DB cluster was listening on at the time of the snapshot.DBClusterSnapshot.Builder vpcId(String vpcId)
The VPC ID associated with the DB cluster snapshot.
vpcId - The VPC ID associated with the DB cluster snapshot.DBClusterSnapshot.Builder clusterCreateTime(Instant clusterCreateTime)
The time when the DB cluster was created, in Universal Coordinated Time (UTC).
clusterCreateTime - The time when the DB cluster was created, in Universal Coordinated Time (UTC).DBClusterSnapshot.Builder masterUsername(String masterUsername)
The master username for this DB cluster snapshot.
masterUsername - The master username for this DB cluster snapshot.DBClusterSnapshot.Builder engineVersion(String engineVersion)
The version of the database engine for this DB cluster snapshot.
engineVersion - The version of the database engine for this DB cluster snapshot.DBClusterSnapshot.Builder licenseModel(String licenseModel)
The license model information for this DB cluster snapshot.
licenseModel - The license model information for this DB cluster snapshot.DBClusterSnapshot.Builder snapshotType(String snapshotType)
The type of the DB cluster snapshot.
snapshotType - The type of the DB cluster snapshot.DBClusterSnapshot.Builder percentProgress(Integer percentProgress)
The percentage of the estimated data that has been transferred.
percentProgress - The percentage of the estimated data that has been transferred.DBClusterSnapshot.Builder storageEncrypted(Boolean storageEncrypted)
Indicates whether the DB cluster snapshot is encrypted.
storageEncrypted - Indicates whether the DB cluster snapshot is encrypted.DBClusterSnapshot.Builder kmsKeyId(String kmsKeyId)
If StorageEncrypted is true, the Amazon Web Services KMS key identifier for the encrypted DB
cluster snapshot.
The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.
kmsKeyId - If StorageEncrypted is true, the Amazon Web Services KMS key identifier for the encrypted
DB cluster snapshot.
The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.
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)
Indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.
iamDatabaseAuthenticationEnabled - Indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to
database accounts is enabled.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)
Tag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #tagList(List.
tagList - a consumer that will call methods on Tag.Builder#tagList(java.util.Collection) DBClusterSnapshot.Builder dbSystemId(String dbSystemId)
Reserved for future use.
dbSystemId - Reserved for future use.DBClusterSnapshot.Builder storageType(String storageType)
The storage type associated with the DB cluster snapshot.
This setting is only for Aurora DB clusters.
storageType - The storage type associated with the DB cluster snapshot.
This setting is only for Aurora DB clusters.
DBClusterSnapshot.Builder dbClusterResourceId(String dbClusterResourceId)
The resource ID of the DB cluster that this DB cluster snapshot was created from.
dbClusterResourceId - The resource ID of the DB cluster that this DB cluster snapshot was created from.Copyright © 2023. All rights reserved.