| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsRdsDbSnapshotDetails.Builder |
AwsRdsDbSnapshotDetails.Builder.allocatedStorage(Integer allocatedStorage)
The amount of storage (in gigabytes) to be initially allocated for the database instance.
|
AwsRdsDbSnapshotDetails.Builder |
AwsRdsDbSnapshotDetails.Builder.availabilityZone(String availabilityZone)
Specifies the name of the Availability Zone in which the DB instance was located at the time of the DB
snapshot.
|
static AwsRdsDbSnapshotDetails.Builder |
AwsRdsDbSnapshotDetails.builder() |
AwsRdsDbSnapshotDetails.Builder |
AwsRdsDbSnapshotDetails.Builder.dbInstanceIdentifier(String dbInstanceIdentifier)
A name for the DB instance.
|
AwsRdsDbSnapshotDetails.Builder |
AwsRdsDbSnapshotDetails.Builder.dbiResourceId(String dbiResourceId)
The identifier for the source DB instance.
|
AwsRdsDbSnapshotDetails.Builder |
AwsRdsDbSnapshotDetails.Builder.dbSnapshotIdentifier(String dbSnapshotIdentifier)
The name or ARN of the DB snapshot that is used to restore the DB instance.
|
AwsRdsDbSnapshotDetails.Builder |
AwsRdsDbSnapshotDetails.Builder.encrypted(Boolean encrypted)
Whether the DB snapshot is encrypted.
|
AwsRdsDbSnapshotDetails.Builder |
AwsRdsDbSnapshotDetails.Builder.engine(String engine)
The name of the database engine to use for this DB instance.
|
AwsRdsDbSnapshotDetails.Builder |
AwsRdsDbSnapshotDetails.Builder.engineVersion(String engineVersion)
The version of the database engine.
|
AwsRdsDbSnapshotDetails.Builder |
AwsRdsDbSnapshotDetails.Builder.iamDatabaseAuthenticationEnabled(Boolean iamDatabaseAuthenticationEnabled)
Whether mapping of IAM accounts to database accounts is enabled.
|
AwsRdsDbSnapshotDetails.Builder |
AwsRdsDbSnapshotDetails.Builder.instanceCreateTime(String instanceCreateTime)
Specifies the time in Coordinated Universal Time (UTC) when the DB instance, from which the snapshot was
taken, was created.
|
AwsRdsDbSnapshotDetails.Builder |
AwsRdsDbSnapshotDetails.Builder.iops(Integer iops)
The provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.
|
AwsRdsDbSnapshotDetails.Builder |
AwsRdsDbSnapshotDetails.Builder.kmsKeyId(String kmsKeyId)
If
Encrypted is true, the KMS key identifier for the encrypted DB snapshot. |
AwsRdsDbSnapshotDetails.Builder |
AwsRdsDbSnapshotDetails.Builder.licenseModel(String licenseModel)
License model information for the restored DB instance.
|
AwsRdsDbSnapshotDetails.Builder |
AwsRdsDbSnapshotDetails.Builder.masterUsername(String masterUsername)
The master user name for the DB snapshot.
|
AwsRdsDbSnapshotDetails.Builder |
AwsRdsDbSnapshotDetails.Builder.optionGroupName(String optionGroupName)
The option group name for the DB snapshot.
|
AwsRdsDbSnapshotDetails.Builder |
AwsRdsDbSnapshotDetails.Builder.percentProgress(Integer percentProgress)
The percentage of the estimated data that has been transferred.
|
AwsRdsDbSnapshotDetails.Builder |
AwsRdsDbSnapshotDetails.Builder.port(Integer port)
The port that the database engine was listening on at the time of the snapshot.
|
AwsRdsDbSnapshotDetails.Builder |
AwsRdsDbSnapshotDetails.Builder.processorFeatures(AwsRdsDbProcessorFeature... processorFeatures)
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
AwsRdsDbSnapshotDetails.Builder |
AwsRdsDbSnapshotDetails.Builder.processorFeatures(Collection<AwsRdsDbProcessorFeature> processorFeatures)
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
AwsRdsDbSnapshotDetails.Builder |
AwsRdsDbSnapshotDetails.Builder.processorFeatures(Consumer<AwsRdsDbProcessorFeature.Builder>... processorFeatures)
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
AwsRdsDbSnapshotDetails.Builder |
AwsRdsDbSnapshotDetails.Builder.snapshotCreateTime(String snapshotCreateTime)
When the snapshot was taken in Coordinated Universal Time (UTC).
|
AwsRdsDbSnapshotDetails.Builder |
AwsRdsDbSnapshotDetails.Builder.snapshotType(String snapshotType)
The type of the DB snapshot.
|
AwsRdsDbSnapshotDetails.Builder |
AwsRdsDbSnapshotDetails.Builder.sourceDbSnapshotIdentifier(String sourceDbSnapshotIdentifier)
The DB snapshot ARN that the DB snapshot was copied from.
|
AwsRdsDbSnapshotDetails.Builder |
AwsRdsDbSnapshotDetails.Builder.sourceRegion(String sourceRegion)
The Amazon Web Services Region that the DB snapshot was created in or copied from.
|
AwsRdsDbSnapshotDetails.Builder |
AwsRdsDbSnapshotDetails.Builder.status(String status)
The status of this DB snapshot.
|
AwsRdsDbSnapshotDetails.Builder |
AwsRdsDbSnapshotDetails.Builder.storageType(String storageType)
The storage type associated with the DB snapshot.
|
AwsRdsDbSnapshotDetails.Builder |
AwsRdsDbSnapshotDetails.Builder.tdeCredentialArn(String tdeCredentialArn)
The ARN from the key store with which to associate the instance for TDE encryption.
|
AwsRdsDbSnapshotDetails.Builder |
AwsRdsDbSnapshotDetails.Builder.timezone(String timezone)
The time zone of the DB snapshot.
|
AwsRdsDbSnapshotDetails.Builder |
AwsRdsDbSnapshotDetails.toBuilder() |
AwsRdsDbSnapshotDetails.Builder |
AwsRdsDbSnapshotDetails.Builder.vpcId(String vpcId)
The VPC ID associated with the DB snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsRdsDbSnapshotDetails.Builder> |
AwsRdsDbSnapshotDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ResourceDetails.Builder |
ResourceDetails.Builder.awsRdsDbSnapshot(Consumer<AwsRdsDbSnapshotDetails.Builder> awsRdsDbSnapshot)
Details about an Amazon RDS database snapshot.
|
Copyright © 2023. All rights reserved.