Uses of Interface
software.amazon.awssdk.services.rds.model.DBSnapshot.Builder
Packages that use DBSnapshot.Builder
-
Uses of DBSnapshot.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBSnapshot.BuilderModifier and TypeMethodDescriptionDBSnapshot.Builder.additionalStorageVolumes(Collection<AdditionalStorageVolume> additionalStorageVolumes) The additional storage volumes associated with the DB snapshot.DBSnapshot.Builder.additionalStorageVolumes(Consumer<AdditionalStorageVolume.Builder>... additionalStorageVolumes) The additional storage volumes associated with the DB snapshot.DBSnapshot.Builder.additionalStorageVolumes(AdditionalStorageVolume... additionalStorageVolumes) The additional storage volumes associated with the DB snapshot.DBSnapshot.Builder.allocatedStorage(Integer allocatedStorage) Specifies the allocated storage size in gibibytes (GiB).DBSnapshot.Builder.availabilityZone(String availabilityZone) Specifies the name of the Availability Zone the DB instance was located in at the time of the DB snapshot.DBSnapshot.Builder.backupRetentionPeriod(Integer backupRetentionPeriod) The number of days for which automatic DB snapshots are retained.static DBSnapshot.BuilderDBSnapshot.builder()DBSnapshot.Builder.dbInstanceIdentifier(String dbInstanceIdentifier) Specifies the DB instance identifier of the DB instance this DB snapshot was created from.DBSnapshot.Builder.dbiResourceId(String dbiResourceId) The identifier for the source DB instance, which can't be changed and which is unique to an Amazon Web Services Region.DBSnapshot.Builder.dbSnapshotArn(String dbSnapshotArn) The Amazon Resource Name (ARN) for the DB snapshot.DBSnapshot.Builder.dbSnapshotIdentifier(String dbSnapshotIdentifier) Specifies the identifier for the DB snapshot.DBSnapshot.Builder.dbSystemId(String dbSystemId) The Oracle system identifier (SID), which is the name of the Oracle database instance that manages your database files.DBSnapshot.Builder.dedicatedLogVolume(Boolean dedicatedLogVolume) Indicates whether the DB instance has a dedicated log volume (DLV) enabled.Indicates whether the DB snapshot is encrypted.Specifies the name of the database engine.DBSnapshot.Builder.engineVersion(String engineVersion) Specifies the version of the database engine.DBSnapshot.Builder.iamDatabaseAuthenticationEnabled(Boolean iamDatabaseAuthenticationEnabled) Indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.DBSnapshot.Builder.instanceCreateTime(Instant instanceCreateTime) Specifies the time in Coordinated Universal Time (UTC) when the DB instance, from which the snapshot was taken, was created.Specifies the Provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.IfEncryptedis true, the Amazon Web Services KMS key identifier for the encrypted DB snapshot.DBSnapshot.Builder.licenseModel(String licenseModel) License model information for the restored DB instance.DBSnapshot.Builder.masterUsername(String masterUsername) Provides the master username for the DB snapshot.DBSnapshot.Builder.multiTenant(Boolean multiTenant) Indicates whether the snapshot is of a DB instance using the multi-tenant configuration (TRUE) or the single-tenant configuration (FALSE).DBSnapshot.Builder.optionGroupName(String optionGroupName) Provides the option group name for the DB snapshot.DBSnapshot.Builder.originalSnapshotCreateTime(Instant originalSnapshotCreateTime) Specifies the time of the CreateDBSnapshot operation in Coordinated Universal Time (UTC).DBSnapshot.Builder.percentProgress(Integer percentProgress) The percentage of the estimated data that has been transferred.Specifies the port that the database engine was listening on at the time of the snapshot.DBSnapshot.Builder.preferredBackupWindow(String preferredBackupWindow) The daily time range during which automated backups are created if automated backups are enabled, as determined by theBackupRetentionPeriod.DBSnapshot.Builder.processorFeatures(Collection<ProcessorFeature> processorFeatures) The number of CPU cores and the number of threads per core for the DB instance class of the DB instance when the DB snapshot was created.DBSnapshot.Builder.processorFeatures(Consumer<ProcessorFeature.Builder>... processorFeatures) The number of CPU cores and the number of threads per core for the DB instance class of the DB instance when the DB snapshot was created.DBSnapshot.Builder.processorFeatures(ProcessorFeature... processorFeatures) The number of CPU cores and the number of threads per core for the DB instance class of the DB instance when the DB snapshot was created.DBSnapshot.Builder.snapshotAvailabilityZone(String snapshotAvailabilityZone) Specifies the name of the Availability Zone where RDS stores the DB snapshot.DBSnapshot.Builder.snapshotCreateTime(Instant snapshotCreateTime) Specifies when the snapshot was taken in Coordinated Universal Time (UTC).DBSnapshot.Builder.snapshotDatabaseTime(Instant snapshotDatabaseTime) The timestamp of the most recent transaction applied to the database that you're backing up.DBSnapshot.Builder.snapshotTarget(String snapshotTarget) Specifies where manual snapshots are stored: Dedicated Local Zones, Amazon Web Services Outposts or the Amazon Web Services Region.DBSnapshot.Builder.snapshotType(String snapshotType) Provides the type of the DB snapshot.DBSnapshot.Builder.sourceDBSnapshotIdentifier(String sourceDBSnapshotIdentifier) The DB snapshot Amazon Resource Name (ARN) that the DB snapshot was copied from.DBSnapshot.Builder.sourceRegion(String sourceRegion) The Amazon Web Services Region that the DB snapshot was created in or copied from.Specifies the status of this DB snapshot.DBSnapshot.Builder.storageEncryptionType(String storageEncryptionType) The type of encryption used to protect data at rest in the DB snapshot.DBSnapshot.Builder.storageEncryptionType(StorageEncryptionType storageEncryptionType) The type of encryption used to protect data at rest in the DB snapshot.DBSnapshot.Builder.storageThroughput(Integer storageThroughput) Specifies the storage throughput for the DB snapshot.DBSnapshot.Builder.storageType(String storageType) Specifies the storage type associated with DB snapshot.DBSnapshot.Builder.tagList(Collection<Tag> tagList) Sets the value of the TagList property for this object.DBSnapshot.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.DBSnapshot.Builder.tdeCredentialArn(String tdeCredentialArn) The ARN from the key store with which to associate the instance for TDE encryption.The time zone of the DB snapshot.DBSnapshot.toBuilder()Provides the VPC ID associated with the DB snapshot.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBSnapshot.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DBSnapshot.Builder>DBSnapshot.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBSnapshot.BuilderModifier and TypeMethodDescriptiondefault CopyDbSnapshotResponse.BuilderCopyDbSnapshotResponse.Builder.dbSnapshot(Consumer<DBSnapshot.Builder> dbSnapshot) Sets the value of the DBSnapshot property for this object.default CreateDbSnapshotResponse.BuilderCreateDbSnapshotResponse.Builder.dbSnapshot(Consumer<DBSnapshot.Builder> dbSnapshot) Sets the value of the DBSnapshot property for this object.default DeleteDbSnapshotResponse.BuilderDeleteDbSnapshotResponse.Builder.dbSnapshot(Consumer<DBSnapshot.Builder> dbSnapshot) Sets the value of the DBSnapshot property for this object.default ModifyDbSnapshotResponse.BuilderModifyDbSnapshotResponse.Builder.dbSnapshot(Consumer<DBSnapshot.Builder> dbSnapshot) Sets the value of the DBSnapshot property for this object.