DBSnapshot.Builder |
DBSnapshot.Builder.allocatedStorage(Integer allocatedStorage) |
Specifies the allocated storage size in gibibytes (GiB).
|
DBSnapshot.Builder |
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.
|
static DBSnapshot.Builder |
DBSnapshot.builder() |
|
DBSnapshot.Builder |
DBSnapshot.Builder.dbInstanceIdentifier(String dbInstanceIdentifier) |
Specifies the DB instance identifier of the DB instance this DB snapshot was created from.
|
DBSnapshot.Builder |
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 |
DBSnapshot.Builder.dbSnapshotArn(String dbSnapshotArn) |
The Amazon Resource Name (ARN) for the DB snapshot.
|
DBSnapshot.Builder |
DBSnapshot.Builder.dbSnapshotIdentifier(String dbSnapshotIdentifier) |
Specifies the identifier for the DB snapshot.
|
DBSnapshot.Builder |
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 |
DBSnapshot.Builder.dedicatedLogVolume(Boolean dedicatedLogVolume) |
Indicates whether the DB instance has a dedicated log volume (DLV) enabled.
|
DBSnapshot.Builder |
DBSnapshot.Builder.encrypted(Boolean encrypted) |
Indicates whether the DB snapshot is encrypted.
|
DBSnapshot.Builder |
DBSnapshot.Builder.engine(String engine) |
Specifies the name of the database engine.
|
DBSnapshot.Builder |
DBSnapshot.Builder.engineVersion(String engineVersion) |
Specifies the version of the database engine.
|
DBSnapshot.Builder |
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 |
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.
|
DBSnapshot.Builder |
DBSnapshot.Builder.iops(Integer iops) |
Specifies the Provisioned IOPS (I/O operations per second) value of the DB instance at the time of the
snapshot.
|
DBSnapshot.Builder |
DBSnapshot.Builder.kmsKeyId(String kmsKeyId) |
If Encrypted is true, the Amazon Web Services KMS key identifier for the encrypted DB snapshot.
|
DBSnapshot.Builder |
DBSnapshot.Builder.licenseModel(String licenseModel) |
License model information for the restored DB instance.
|
DBSnapshot.Builder |
DBSnapshot.Builder.masterUsername(String masterUsername) |
Provides the master username for the DB snapshot.
|
DBSnapshot.Builder |
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 |
DBSnapshot.Builder.optionGroupName(String optionGroupName) |
Provides the option group name for the DB snapshot.
|
DBSnapshot.Builder |
DBSnapshot.Builder.originalSnapshotCreateTime(Instant originalSnapshotCreateTime) |
Specifies the time of the CreateDBSnapshot operation in Coordinated Universal Time (UTC).
|
DBSnapshot.Builder |
DBSnapshot.Builder.percentProgress(Integer percentProgress) |
The percentage of the estimated data that has been transferred.
|
DBSnapshot.Builder |
DBSnapshot.Builder.port(Integer port) |
Specifies the port that the database engine was listening on at the time of the snapshot.
|
DBSnapshot.Builder |
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 |
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 |
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 |
DBSnapshot.Builder.snapshotCreateTime(Instant snapshotCreateTime) |
Specifies when the snapshot was taken in Coordinated Universal Time (UTC).
|
DBSnapshot.Builder |
DBSnapshot.Builder.snapshotDatabaseTime(Instant snapshotDatabaseTime) |
The timestamp of the most recent transaction applied to the database that you're backing up.
|
DBSnapshot.Builder |
DBSnapshot.Builder.snapshotTarget(String snapshotTarget) |
Specifies where manual snapshots are stored: Amazon Web Services Outposts or the Amazon Web Services Region.
|
DBSnapshot.Builder |
DBSnapshot.Builder.snapshotType(String snapshotType) |
Provides the type of the DB snapshot.
|
DBSnapshot.Builder |
DBSnapshot.Builder.sourceDBSnapshotIdentifier(String sourceDBSnapshotIdentifier) |
The DB snapshot Amazon Resource Name (ARN) that the DB snapshot was copied from.
|
DBSnapshot.Builder |
DBSnapshot.Builder.sourceRegion(String sourceRegion) |
The Amazon Web Services Region that the DB snapshot was created in or copied from.
|
DBSnapshot.Builder |
DBSnapshot.Builder.status(String status) |
Specifies the status of this DB snapshot.
|
DBSnapshot.Builder |
DBSnapshot.Builder.storageThroughput(Integer storageThroughput) |
Specifies the storage throughput for the DB snapshot.
|
DBSnapshot.Builder |
DBSnapshot.Builder.storageType(String storageType) |
Specifies the storage type associated with DB snapshot.
|
DBSnapshot.Builder |
DBSnapshot.Builder.tagList(Collection<Tag> tagList) |
Sets the value of the TagList property for this object.
|
DBSnapshot.Builder |
DBSnapshot.Builder.tagList(Consumer<Tag.Builder>... tagList) |
Sets the value of the TagList property for this object.
|
DBSnapshot.Builder |
DBSnapshot.Builder.tagList(Tag... tagList) |
Sets the value of the TagList property for this object.
|
DBSnapshot.Builder |
DBSnapshot.Builder.tdeCredentialArn(String tdeCredentialArn) |
The ARN from the key store with which to associate the instance for TDE encryption.
|
DBSnapshot.Builder |
DBSnapshot.Builder.timezone(String timezone) |
The time zone of the DB snapshot.
|
DBSnapshot.Builder |
DBSnapshot.toBuilder() |
|
DBSnapshot.Builder |
DBSnapshot.Builder.vpcId(String vpcId) |
Provides the VPC ID associated with the DB snapshot.
|