Uses of Interface
software.amazon.awssdk.services.rds.model.DBClusterSnapshot.Builder
Packages that use DBClusterSnapshot.Builder
-
Uses of DBClusterSnapshot.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBClusterSnapshot.BuilderModifier and TypeMethodDescriptionDBClusterSnapshot.Builder.allocatedStorage(Integer allocatedStorage) The allocated storage size of the DB cluster snapshot in gibibytes (GiB).DBClusterSnapshot.Builder.availabilityZones(String... availabilityZones) The list of Availability Zones (AZs) where instances in the DB cluster snapshot can be restored.DBClusterSnapshot.Builder.availabilityZones(Collection<String> availabilityZones) The list of Availability Zones (AZs) where instances in the DB cluster snapshot can be restored.DBClusterSnapshot.Builder.backupRetentionPeriod(Integer backupRetentionPeriod) The number of days for which automatic DB snapshots are retained.static DBClusterSnapshot.BuilderDBClusterSnapshot.builder()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.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.IfStorageEncryptedis 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.The port that the DB cluster was listening on at the time of the snapshot.DBClusterSnapshot.Builder.preferredBackupWindow(String preferredBackupWindow) The daily time range during which automated backups are created if automated backups are enabled, as determined by theBackupRetentionPeriod.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.The status of this DB cluster snapshot.DBClusterSnapshot.Builder.storageEncrypted(Boolean storageEncrypted) Indicates whether the DB cluster snapshot is encrypted.DBClusterSnapshot.Builder.storageEncryptionType(String storageEncryptionType) The type of encryption used to protect data at rest in the DB cluster snapshot.DBClusterSnapshot.Builder.storageEncryptionType(StorageEncryptionType storageEncryptionType) The type of encryption used to protect data at rest in the DB cluster snapshot.DBClusterSnapshot.Builder.storageThroughput(Integer storageThroughput) The storage throughput for the DB cluster snapshot.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.Sets the value of the TagList property for this object.DBClusterSnapshot.toBuilder()The VPC ID associated with the DB cluster snapshot.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBClusterSnapshot.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DBClusterSnapshot.Builder>DBClusterSnapshot.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBClusterSnapshot.BuilderModifier and TypeMethodDescriptionCopyDbClusterSnapshotResponse.Builder.dbClusterSnapshot(Consumer<DBClusterSnapshot.Builder> dbClusterSnapshot) Sets the value of the DBClusterSnapshot property for this object.CreateDbClusterSnapshotResponse.Builder.dbClusterSnapshot(Consumer<DBClusterSnapshot.Builder> dbClusterSnapshot) Sets the value of the DBClusterSnapshot property for this object.DeleteDbClusterSnapshotResponse.Builder.dbClusterSnapshot(Consumer<DBClusterSnapshot.Builder> dbClusterSnapshot) Sets the value of the DBClusterSnapshot property for this object.