| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsRdsDbSnapshotDetails |
AwsRdsDbSnapshotDetails.clone() |
AwsRdsDbSnapshotDetails |
ResourceDetails.getAwsRdsDbSnapshot()
Details about an Amazon RDS database snapshot.
|
AwsRdsDbSnapshotDetails |
AwsRdsDbSnapshotDetails.withAllocatedStorage(Integer allocatedStorage)
The amount of storage (in gigabytes) to be initially allocated for the database instance.
|
AwsRdsDbSnapshotDetails |
AwsRdsDbSnapshotDetails.withAvailabilityZone(String availabilityZone)
Specifies the name of the Availability Zone in which the DB instance was located at the time of the DB snapshot.
|
AwsRdsDbSnapshotDetails |
AwsRdsDbSnapshotDetails.withDbInstanceIdentifier(String dbInstanceIdentifier)
A name for the DB instance.
|
AwsRdsDbSnapshotDetails |
AwsRdsDbSnapshotDetails.withDbiResourceId(String dbiResourceId)
The identifier for the source DB instance.
|
AwsRdsDbSnapshotDetails |
AwsRdsDbSnapshotDetails.withDbSnapshotIdentifier(String dbSnapshotIdentifier)
The name or ARN of the DB snapshot that is used to restore the DB instance.
|
AwsRdsDbSnapshotDetails |
AwsRdsDbSnapshotDetails.withEncrypted(Boolean encrypted)
Whether the DB snapshot is encrypted.
|
AwsRdsDbSnapshotDetails |
AwsRdsDbSnapshotDetails.withEngine(String engine)
The name of the database engine to use for this DB instance.
|
AwsRdsDbSnapshotDetails |
AwsRdsDbSnapshotDetails.withEngineVersion(String engineVersion)
The version of the database engine.
|
AwsRdsDbSnapshotDetails |
AwsRdsDbSnapshotDetails.withIamDatabaseAuthenticationEnabled(Boolean iamDatabaseAuthenticationEnabled)
Whether mapping of IAM accounts to database accounts is enabled.
|
AwsRdsDbSnapshotDetails |
AwsRdsDbSnapshotDetails.withInstanceCreateTime(String instanceCreateTime)
Specifies the time in Coordinated Universal Time (UTC) when the DB instance, from which the snapshot was taken,
was created.
|
AwsRdsDbSnapshotDetails |
AwsRdsDbSnapshotDetails.withIops(Integer iops)
The provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.
|
AwsRdsDbSnapshotDetails |
AwsRdsDbSnapshotDetails.withKmsKeyId(String kmsKeyId)
If
Encrypted is true, the KMS key identifier for the encrypted DB snapshot. |
AwsRdsDbSnapshotDetails |
AwsRdsDbSnapshotDetails.withLicenseModel(String licenseModel)
License model information for the restored DB instance.
|
AwsRdsDbSnapshotDetails |
AwsRdsDbSnapshotDetails.withMasterUsername(String masterUsername)
The master user name for the DB snapshot.
|
AwsRdsDbSnapshotDetails |
AwsRdsDbSnapshotDetails.withOptionGroupName(String optionGroupName)
The option group name for the DB snapshot.
|
AwsRdsDbSnapshotDetails |
AwsRdsDbSnapshotDetails.withPercentProgress(Integer percentProgress)
The percentage of the estimated data that has been transferred.
|
AwsRdsDbSnapshotDetails |
AwsRdsDbSnapshotDetails.withPort(Integer port)
The port that the database engine was listening on at the time of the snapshot.
|
AwsRdsDbSnapshotDetails |
AwsRdsDbSnapshotDetails.withProcessorFeatures(AwsRdsDbProcessorFeature... processorFeatures)
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
AwsRdsDbSnapshotDetails |
AwsRdsDbSnapshotDetails.withProcessorFeatures(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 |
AwsRdsDbSnapshotDetails.withSnapshotCreateTime(String snapshotCreateTime)
When the snapshot was taken in Coordinated Universal Time (UTC).
|
AwsRdsDbSnapshotDetails |
AwsRdsDbSnapshotDetails.withSnapshotType(String snapshotType)
The type of the DB snapshot.
|
AwsRdsDbSnapshotDetails |
AwsRdsDbSnapshotDetails.withSourceDbSnapshotIdentifier(String sourceDbSnapshotIdentifier)
The DB snapshot ARN that the DB snapshot was copied from.
|
AwsRdsDbSnapshotDetails |
AwsRdsDbSnapshotDetails.withSourceRegion(String sourceRegion)
The Amazon Web Services Region that the DB snapshot was created in or copied from.
|
AwsRdsDbSnapshotDetails |
AwsRdsDbSnapshotDetails.withStatus(String status)
The status of this DB snapshot.
|
AwsRdsDbSnapshotDetails |
AwsRdsDbSnapshotDetails.withStorageType(String storageType)
The storage type associated with the DB snapshot.
|
AwsRdsDbSnapshotDetails |
AwsRdsDbSnapshotDetails.withTdeCredentialArn(String tdeCredentialArn)
The ARN from the key store with which to associate the instance for TDE encryption.
|
AwsRdsDbSnapshotDetails |
AwsRdsDbSnapshotDetails.withTimezone(String timezone)
The time zone of the DB snapshot.
|
AwsRdsDbSnapshotDetails |
AwsRdsDbSnapshotDetails.withVpcId(String vpcId)
The VPC ID associated with the DB snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsRdsDbSnapshot(AwsRdsDbSnapshotDetails awsRdsDbSnapshot)
Details about an Amazon RDS database snapshot.
|
ResourceDetails |
ResourceDetails.withAwsRdsDbSnapshot(AwsRdsDbSnapshotDetails awsRdsDbSnapshot)
Details about an Amazon RDS database snapshot.
|
Copyright © 2022. All rights reserved.