Uses of Interface
software.amazon.awssdk.services.rds.model.DBInstanceAutomatedBackup.Builder
Packages that use DBInstanceAutomatedBackup.Builder
-
Uses of DBInstanceAutomatedBackup.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBInstanceAutomatedBackup.BuilderModifier and TypeMethodDescriptionDBInstanceAutomatedBackup.Builder.additionalStorageVolumes(Collection<AdditionalStorageVolume> additionalStorageVolumes) The additional storage volumes associated with the automated backup.DBInstanceAutomatedBackup.Builder.additionalStorageVolumes(Consumer<AdditionalStorageVolume.Builder>... additionalStorageVolumes) The additional storage volumes associated with the automated backup.DBInstanceAutomatedBackup.Builder.additionalStorageVolumes(AdditionalStorageVolume... additionalStorageVolumes) The additional storage volumes associated with the automated backup.DBInstanceAutomatedBackup.Builder.allocatedStorage(Integer allocatedStorage) The allocated storage size for the automated backup in gibibytes (GiB).DBInstanceAutomatedBackup.Builder.availabilityZone(String availabilityZone) The Availability Zone that the automated backup was created in.DBInstanceAutomatedBackup.Builder.awsBackupRecoveryPointArn(String awsBackupRecoveryPointArn) The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup.DBInstanceAutomatedBackup.Builder.backupRetentionPeriod(Integer backupRetentionPeriod) The retention period for the automated backups.DBInstanceAutomatedBackup.Builder.backupTarget(String backupTarget) The location where automated backups are stored: Dedicated Local Zones, Amazon Web Services Outposts or the Amazon Web Services Region.DBInstanceAutomatedBackup.builder()DBInstanceAutomatedBackup.Builder.dbInstanceArn(String dbInstanceArn) The Amazon Resource Name (ARN) for the automated backups.DBInstanceAutomatedBackup.Builder.dbInstanceAutomatedBackupsArn(String dbInstanceAutomatedBackupsArn) The Amazon Resource Name (ARN) for the replicated automated backups.DBInstanceAutomatedBackup.Builder.dbInstanceAutomatedBackupsReplications(Collection<DBInstanceAutomatedBackupsReplication> dbInstanceAutomatedBackupsReplications) The list of replications to different Amazon Web Services Regions associated with the automated backup.DBInstanceAutomatedBackup.Builder.dbInstanceAutomatedBackupsReplications(Consumer<DBInstanceAutomatedBackupsReplication.Builder>... dbInstanceAutomatedBackupsReplications) The list of replications to different Amazon Web Services Regions associated with the automated backup.DBInstanceAutomatedBackup.Builder.dbInstanceAutomatedBackupsReplications(DBInstanceAutomatedBackupsReplication... dbInstanceAutomatedBackupsReplications) The list of replications to different Amazon Web Services Regions associated with the automated backup.DBInstanceAutomatedBackup.Builder.dbInstanceIdentifier(String dbInstanceIdentifier) The identifier for the source DB instance, which can't be changed and which is unique to an Amazon Web Services Region.DBInstanceAutomatedBackup.Builder.dbiResourceId(String dbiResourceId) The resource ID for the source DB instance, which can't be changed and which is unique to an Amazon Web Services Region.DBInstanceAutomatedBackup.Builder.dedicatedLogVolume(Boolean dedicatedLogVolume) Indicates whether the DB instance has a dedicated log volume (DLV) enabled.Indicates whether the automated backup is encrypted.The name of the database engine for this automated backup.DBInstanceAutomatedBackup.Builder.engineVersion(String engineVersion) The version of the database engine for the automated backup.DBInstanceAutomatedBackup.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.DBInstanceAutomatedBackup.Builder.instanceCreateTime(Instant instanceCreateTime) The date and time when the DB instance was created.The IOPS (I/O operations per second) value for the automated backup.The Amazon Web Services KMS key ID for an automated backup.DBInstanceAutomatedBackup.Builder.licenseModel(String licenseModel) The license model information for the automated backup.DBInstanceAutomatedBackup.Builder.masterUsername(String masterUsername) The master user name of an automated backup.DBInstanceAutomatedBackup.Builder.multiTenant(Boolean multiTenant) Specifies whether the automatic backup is for a DB instance in the multi-tenant configuration (TRUE) or the single-tenant configuration (FALSE).DBInstanceAutomatedBackup.Builder.optionGroupName(String optionGroupName) The option group the automated backup is associated with.The port number that the automated backup used for connections.DBInstanceAutomatedBackup.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.DBInstanceAutomatedBackup.Builder.restoreWindow(Consumer<RestoreWindow.Builder> restoreWindow) The earliest and latest time a DB instance can be restored to.DBInstanceAutomatedBackup.Builder.restoreWindow(RestoreWindow restoreWindow) The earliest and latest time a DB instance can be restored to.A list of status information for an automated backup:DBInstanceAutomatedBackup.Builder.storageEncryptionType(String storageEncryptionType) The type of encryption used to protect data at rest in the automated backup.DBInstanceAutomatedBackup.Builder.storageEncryptionType(StorageEncryptionType storageEncryptionType) The type of encryption used to protect data at rest in the automated backup.DBInstanceAutomatedBackup.Builder.storageThroughput(Integer storageThroughput) The storage throughput for the automated backup.DBInstanceAutomatedBackup.Builder.storageType(String storageType) The storage type associated with the automated backup.DBInstanceAutomatedBackup.Builder.tagList(Collection<Tag> tagList) Sets the value of the TagList property for this object.DBInstanceAutomatedBackup.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.DBInstanceAutomatedBackup.Builder.tdeCredentialArn(String tdeCredentialArn) The ARN from the key store with which the automated backup is associated for TDE encryption.The time zone of the automated backup.DBInstanceAutomatedBackup.toBuilder()The VPC ID associated with the DB instance.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBInstanceAutomatedBackup.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DBInstanceAutomatedBackup.Builder>DBInstanceAutomatedBackup.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBInstanceAutomatedBackup.BuilderModifier and TypeMethodDescriptionDeleteDbInstanceAutomatedBackupResponse.Builder.dbInstanceAutomatedBackup(Consumer<DBInstanceAutomatedBackup.Builder> dbInstanceAutomatedBackup) Sets the value of the DBInstanceAutomatedBackup property for this object.StartDbInstanceAutomatedBackupsReplicationResponse.Builder.dbInstanceAutomatedBackup(Consumer<DBInstanceAutomatedBackup.Builder> dbInstanceAutomatedBackup) Sets the value of the DBInstanceAutomatedBackup property for this object.StopDbInstanceAutomatedBackupsReplicationResponse.Builder.dbInstanceAutomatedBackup(Consumer<DBInstanceAutomatedBackup.Builder> dbInstanceAutomatedBackup) Sets the value of the DBInstanceAutomatedBackup property for this object.