| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
DBClusterSnapshot.Builder |
DBClusterSnapshot.Builder.allocatedStorage(Integer allocatedStorage)
Specifies the allocated storage size in gibibytes (GiB).
|
DBClusterSnapshot.Builder |
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 |
DBClusterSnapshot.Builder.availabilityZones(String... availabilityZones)
Provides the list of Availability Zones (AZs) where instances in the DB cluster snapshot can be restored.
|
static DBClusterSnapshot.Builder |
DBClusterSnapshot.builder() |
DBClusterSnapshot.Builder |
DBClusterSnapshot.Builder.clusterCreateTime(Instant clusterCreateTime)
Specifies the time when the DB cluster was created, in Universal Coordinated Time (UTC).
|
DBClusterSnapshot.Builder |
DBClusterSnapshot.Builder.dbClusterIdentifier(String dbClusterIdentifier)
Specifies the DB cluster identifier of the DB cluster that this DB cluster snapshot was created from.
|
DBClusterSnapshot.Builder |
DBClusterSnapshot.Builder.dbClusterSnapshotArn(String dbClusterSnapshotArn)
The Amazon Resource Name (ARN) for the DB cluster snapshot.
|
DBClusterSnapshot.Builder |
DBClusterSnapshot.Builder.dbClusterSnapshotIdentifier(String dbClusterSnapshotIdentifier)
Specifies the identifier for the DB cluster snapshot.
|
DBClusterSnapshot.Builder |
DBClusterSnapshot.Builder.dbSystemId(String dbSystemId)
Reserved for future use.
|
DBClusterSnapshot.Builder |
DBClusterSnapshot.Builder.engine(String engine)
Specifies the name of the database engine for this DB cluster snapshot.
|
DBClusterSnapshot.Builder |
DBClusterSnapshot.Builder.engineMode(String engineMode)
Provides the engine mode of the database engine for this DB cluster snapshot.
|
DBClusterSnapshot.Builder |
DBClusterSnapshot.Builder.engineVersion(String engineVersion)
Provides the version of the database engine for this DB cluster snapshot.
|
DBClusterSnapshot.Builder |
DBClusterSnapshot.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.
|
DBClusterSnapshot.Builder |
DBClusterSnapshot.Builder.kmsKeyId(String kmsKeyId)
If
StorageEncrypted is true, the Amazon Web Services KMS key identifier for the encrypted DB
cluster snapshot. |
DBClusterSnapshot.Builder |
DBClusterSnapshot.Builder.licenseModel(String licenseModel)
Provides the license model information for this DB cluster snapshot.
|
DBClusterSnapshot.Builder |
DBClusterSnapshot.Builder.masterUsername(String masterUsername)
Provides the master username for this DB cluster snapshot.
|
DBClusterSnapshot.Builder |
DBClusterSnapshot.Builder.percentProgress(Integer percentProgress)
Specifies the percentage of the estimated data that has been transferred.
|
DBClusterSnapshot.Builder |
DBClusterSnapshot.Builder.port(Integer port)
Specifies the port that the DB cluster was listening on at the time of the snapshot.
|
DBClusterSnapshot.Builder |
DBClusterSnapshot.Builder.snapshotCreateTime(Instant snapshotCreateTime)
Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).
|
DBClusterSnapshot.Builder |
DBClusterSnapshot.Builder.snapshotType(String snapshotType)
Provides the type of the DB cluster snapshot.
|
DBClusterSnapshot.Builder |
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 |
DBClusterSnapshot.Builder.status(String status)
Specifies the status of this DB cluster snapshot.
|
DBClusterSnapshot.Builder |
DBClusterSnapshot.Builder.storageEncrypted(Boolean storageEncrypted)
Specifies whether the DB cluster snapshot is encrypted.
|
DBClusterSnapshot.Builder |
DBClusterSnapshot.Builder.tagList(Collection<Tag> tagList)
Sets the value of the TagList property for this object.
|
DBClusterSnapshot.Builder |
DBClusterSnapshot.Builder.tagList(Consumer<Tag.Builder>... tagList)
Sets the value of the TagList property for this object.
|
DBClusterSnapshot.Builder |
DBClusterSnapshot.Builder.tagList(Tag... tagList)
Sets the value of the TagList property for this object.
|
DBClusterSnapshot.Builder |
DBClusterSnapshot.toBuilder() |
DBClusterSnapshot.Builder |
DBClusterSnapshot.Builder.vpcId(String vpcId)
Provides the VPC ID associated with the DB cluster snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DBClusterSnapshot.Builder> |
DBClusterSnapshot.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateDbClusterSnapshotResponse.Builder |
CreateDbClusterSnapshotResponse.Builder.dbClusterSnapshot(Consumer<DBClusterSnapshot.Builder> dbClusterSnapshot)
Sets the value of the DBClusterSnapshot property for this object.
|
default CopyDbClusterSnapshotResponse.Builder |
CopyDbClusterSnapshotResponse.Builder.dbClusterSnapshot(Consumer<DBClusterSnapshot.Builder> dbClusterSnapshot)
Sets the value of the DBClusterSnapshot property for this object.
|
default DeleteDbClusterSnapshotResponse.Builder |
DeleteDbClusterSnapshotResponse.Builder.dbClusterSnapshot(Consumer<DBClusterSnapshot.Builder> dbClusterSnapshot)
Sets the value of the DBClusterSnapshot property for this object.
|
Copyright © 2022. All rights reserved.