public static interface DBClusterSnapshot.Builder extends SdkPojo, CopyableBuilder<DBClusterSnapshot.Builder,DBClusterSnapshot>
| Modifier and Type | Method and Description |
|---|---|
DBClusterSnapshot.Builder |
availabilityZones(Collection<String> availabilityZones)
Provides the list of Amazon EC2 Availability Zones that instances in the cluster snapshot can be restored in.
|
DBClusterSnapshot.Builder |
availabilityZones(String... availabilityZones)
Provides the list of Amazon EC2 Availability Zones that instances in the cluster snapshot can be restored in.
|
DBClusterSnapshot.Builder |
clusterCreateTime(Instant clusterCreateTime)
Specifies the time when the cluster was created, in Universal Coordinated Time (UTC).
|
DBClusterSnapshot.Builder |
dbClusterIdentifier(String dbClusterIdentifier)
Specifies the cluster identifier of the cluster that this cluster snapshot was created from.
|
DBClusterSnapshot.Builder |
dbClusterSnapshotArn(String dbClusterSnapshotArn)
The Amazon Resource Name (ARN) for the cluster snapshot.
|
DBClusterSnapshot.Builder |
dbClusterSnapshotIdentifier(String dbClusterSnapshotIdentifier)
Specifies the identifier for the 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 cluster snapshot.
|
DBClusterSnapshot.Builder |
kmsKeyId(String kmsKeyId)
If
StorageEncrypted is true, the KMS key identifier for the encrypted cluster
snapshot. |
DBClusterSnapshot.Builder |
masterUsername(String masterUsername)
Provides the master user name for the 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 cluster was listening on at the time of the snapshot.
|
DBClusterSnapshot.Builder |
snapshotCreateTime(Instant snapshotCreateTime)
Provides the time when the snapshot was taken, in UTC.
|
DBClusterSnapshot.Builder |
snapshotType(String snapshotType)
Provides the type of the cluster snapshot.
|
DBClusterSnapshot.Builder |
sourceDBClusterSnapshotArn(String sourceDBClusterSnapshotArn)
If the cluster snapshot was copied from a source cluster snapshot, the ARN for the source cluster snapshot;
otherwise, a null value.
|
DBClusterSnapshot.Builder |
status(String status)
Specifies the status of this cluster snapshot.
|
DBClusterSnapshot.Builder |
storageEncrypted(Boolean storageEncrypted)
Specifies whether the cluster snapshot is encrypted.
|
DBClusterSnapshot.Builder |
vpcId(String vpcId)
Provides the virtual private cloud (VPC) ID that is associated with the cluster snapshot.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDBClusterSnapshot.Builder availabilityZones(Collection<String> availabilityZones)
Provides the list of Amazon EC2 Availability Zones that instances in the cluster snapshot can be restored in.
availabilityZones - Provides the list of Amazon EC2 Availability Zones that instances in the cluster snapshot can be
restored in.DBClusterSnapshot.Builder availabilityZones(String... availabilityZones)
Provides the list of Amazon EC2 Availability Zones that instances in the cluster snapshot can be restored in.
availabilityZones - Provides the list of Amazon EC2 Availability Zones that instances in the cluster snapshot can be
restored in.DBClusterSnapshot.Builder dbClusterSnapshotIdentifier(String dbClusterSnapshotIdentifier)
Specifies the identifier for the cluster snapshot.
dbClusterSnapshotIdentifier - Specifies the identifier for the cluster snapshot.DBClusterSnapshot.Builder dbClusterIdentifier(String dbClusterIdentifier)
Specifies the cluster identifier of the cluster that this cluster snapshot was created from.
dbClusterIdentifier - Specifies the cluster identifier of the cluster that this cluster snapshot was created from.DBClusterSnapshot.Builder snapshotCreateTime(Instant snapshotCreateTime)
Provides the time when the snapshot was taken, in UTC.
snapshotCreateTime - Provides the time when the snapshot was taken, in UTC.DBClusterSnapshot.Builder engine(String engine)
Specifies the name of the database engine.
engine - Specifies the name of the database engine.DBClusterSnapshot.Builder status(String status)
Specifies the status of this cluster snapshot.
status - Specifies the status of this cluster snapshot.DBClusterSnapshot.Builder port(Integer port)
Specifies the port that the cluster was listening on at the time of the snapshot.
port - Specifies the port that the cluster was listening on at the time of the snapshot.DBClusterSnapshot.Builder vpcId(String vpcId)
Provides the virtual private cloud (VPC) ID that is associated with the cluster snapshot.
vpcId - Provides the virtual private cloud (VPC) ID that is associated with the cluster snapshot.DBClusterSnapshot.Builder clusterCreateTime(Instant clusterCreateTime)
Specifies the time when the cluster was created, in Universal Coordinated Time (UTC).
clusterCreateTime - Specifies the time when the cluster was created, in Universal Coordinated Time (UTC).DBClusterSnapshot.Builder masterUsername(String masterUsername)
Provides the master user name for the cluster snapshot.
masterUsername - Provides the master user name for the cluster snapshot.DBClusterSnapshot.Builder engineVersion(String engineVersion)
Provides the version of the database engine for this cluster snapshot.
engineVersion - Provides the version of the database engine for this cluster snapshot.DBClusterSnapshot.Builder snapshotType(String snapshotType)
Provides the type of the cluster snapshot.
snapshotType - Provides the type of the 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 cluster snapshot is encrypted.
storageEncrypted - Specifies whether the cluster snapshot is encrypted.DBClusterSnapshot.Builder kmsKeyId(String kmsKeyId)
If StorageEncrypted is true, the KMS key identifier for the encrypted cluster
snapshot.
kmsKeyId - If StorageEncrypted is true, the KMS key identifier for the encrypted
cluster snapshot.DBClusterSnapshot.Builder dbClusterSnapshotArn(String dbClusterSnapshotArn)
The Amazon Resource Name (ARN) for the cluster snapshot.
dbClusterSnapshotArn - The Amazon Resource Name (ARN) for the cluster snapshot.DBClusterSnapshot.Builder sourceDBClusterSnapshotArn(String sourceDBClusterSnapshotArn)
If the cluster snapshot was copied from a source cluster snapshot, the ARN for the source cluster snapshot; otherwise, a null value.
sourceDBClusterSnapshotArn - If the cluster snapshot was copied from a source cluster snapshot, the ARN for the source cluster
snapshot; otherwise, a null value.Copyright © 2023. All rights reserved.