Uses of Interface
software.amazon.awssdk.services.rds.model.DBClusterAutomatedBackup.Builder
Packages that use DBClusterAutomatedBackup.Builder
-
Uses of DBClusterAutomatedBackup.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBClusterAutomatedBackup.BuilderModifier and TypeMethodDescriptionDBClusterAutomatedBackup.Builder.allocatedStorage(Integer allocatedStorage) For all database engines except Amazon Aurora,AllocatedStoragespecifies the allocated storage size in gibibytes (GiB).DBClusterAutomatedBackup.Builder.availabilityZones(String... availabilityZones) The Availability Zones where instances in the DB cluster can be created.DBClusterAutomatedBackup.Builder.availabilityZones(Collection<String> availabilityZones) The Availability Zones where instances in the DB cluster can be created.DBClusterAutomatedBackup.Builder.awsBackupRecoveryPointArn(String awsBackupRecoveryPointArn) The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup.DBClusterAutomatedBackup.Builder.backupRetentionPeriod(Integer backupRetentionPeriod) The retention period for the automated backups.DBClusterAutomatedBackup.builder()DBClusterAutomatedBackup.Builder.clusterCreateTime(Instant clusterCreateTime) The time when the DB cluster was created, in Universal Coordinated Time (UTC).DBClusterAutomatedBackup.Builder.dbClusterArn(String dbClusterArn) The Amazon Resource Name (ARN) for the source DB cluster.DBClusterAutomatedBackup.Builder.dbClusterAutomatedBackupsArn(String dbClusterAutomatedBackupsArn) The Amazon Resource Name (ARN) for the automated backups.DBClusterAutomatedBackup.Builder.dbClusterIdentifier(String dbClusterIdentifier) The identifier for the source DB cluster, which can't be changed and which is unique to an Amazon Web Services Region.DBClusterAutomatedBackup.Builder.dbClusterResourceId(String dbClusterResourceId) The resource ID for the source DB cluster, which can't be changed and which is unique to an Amazon Web Services Region.The name of the database engine for this automated backup.DBClusterAutomatedBackup.Builder.engineMode(String engineMode) The engine mode of the database engine for the automated backup.DBClusterAutomatedBackup.Builder.engineVersion(String engineVersion) The version of the database engine for the automated backup.DBClusterAutomatedBackup.Builder.iamDatabaseAuthenticationEnabled(Boolean iamDatabaseAuthenticationEnabled) Indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.The IOPS (I/O operations per second) value for the automated backup.The Amazon Web Services KMS key ID for an automated backup.DBClusterAutomatedBackup.Builder.licenseModel(String licenseModel) The license model information for this DB cluster automated backup.DBClusterAutomatedBackup.Builder.masterUsername(String masterUsername) The master user name of the automated backup.The port number that the automated backup used for connections.DBClusterAutomatedBackup.Builder.preferredBackupWindow(String preferredBackupWindow) The daily time range during which automated backups are created if automated backups are enabled, as determined by theBackupRetentionPeriod.The Amazon Web Services Region associated with the automated backup.default DBClusterAutomatedBackup.BuilderDBClusterAutomatedBackup.Builder.restoreWindow(Consumer<RestoreWindow.Builder> restoreWindow) Sets the value of the RestoreWindow property for this object.DBClusterAutomatedBackup.Builder.restoreWindow(RestoreWindow restoreWindow) Sets the value of the RestoreWindow property for this object.A list of status information for an automated backup:DBClusterAutomatedBackup.Builder.storageEncrypted(Boolean storageEncrypted) Indicates whether the source DB cluster is encrypted.DBClusterAutomatedBackup.Builder.storageEncryptionType(String storageEncryptionType) The type of encryption used to protect data at rest in the automated backup.DBClusterAutomatedBackup.Builder.storageEncryptionType(StorageEncryptionType storageEncryptionType) The type of encryption used to protect data at rest in the automated backup.DBClusterAutomatedBackup.Builder.storageThroughput(Integer storageThroughput) The storage throughput for the automated backup.DBClusterAutomatedBackup.Builder.storageType(String storageType) The storage type associated with the DB cluster.DBClusterAutomatedBackup.Builder.tagList(Collection<Tag> tagList) Sets the value of the TagList property for this object.DBClusterAutomatedBackup.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.DBClusterAutomatedBackup.toBuilder()The VPC ID associated with the DB cluster.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBClusterAutomatedBackup.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DBClusterAutomatedBackup.Builder>DBClusterAutomatedBackup.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBClusterAutomatedBackup.BuilderModifier and TypeMethodDescriptionDeleteDbClusterAutomatedBackupResponse.Builder.dbClusterAutomatedBackup(Consumer<DBClusterAutomatedBackup.Builder> dbClusterAutomatedBackup) Sets the value of the DBClusterAutomatedBackup property for this object.