| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsRdsDbClusterSnapshotDetails.Builder |
AwsRdsDbClusterSnapshotDetails.Builder.allocatedStorage(Integer allocatedStorage)
Specifies the allocated storage size in gibibytes (GiB).
|
AwsRdsDbClusterSnapshotDetails.Builder |
AwsRdsDbClusterSnapshotDetails.Builder.availabilityZones(Collection<String> availabilityZones)
A list of Availability Zones where instances in the DB cluster can be created.
|
AwsRdsDbClusterSnapshotDetails.Builder |
AwsRdsDbClusterSnapshotDetails.Builder.availabilityZones(String... availabilityZones)
A list of Availability Zones where instances in the DB cluster can be created.
|
static AwsRdsDbClusterSnapshotDetails.Builder |
AwsRdsDbClusterSnapshotDetails.builder() |
AwsRdsDbClusterSnapshotDetails.Builder |
AwsRdsDbClusterSnapshotDetails.Builder.clusterCreateTime(String clusterCreateTime)
Indicates when the DB cluster was created, in Universal Coordinated Time (UTC).
|
AwsRdsDbClusterSnapshotDetails.Builder |
AwsRdsDbClusterSnapshotDetails.Builder.dbClusterIdentifier(String dbClusterIdentifier)
The DB cluster identifier.
|
AwsRdsDbClusterSnapshotDetails.Builder |
AwsRdsDbClusterSnapshotDetails.Builder.dbClusterSnapshotIdentifier(String dbClusterSnapshotIdentifier)
The identifier of the DB cluster snapshot.
|
AwsRdsDbClusterSnapshotDetails.Builder |
AwsRdsDbClusterSnapshotDetails.Builder.engine(String engine)
The name of the database engine that you want to use for this DB instance.
|
AwsRdsDbClusterSnapshotDetails.Builder |
AwsRdsDbClusterSnapshotDetails.Builder.engineVersion(String engineVersion)
The version of the database engine to use.
|
AwsRdsDbClusterSnapshotDetails.Builder |
AwsRdsDbClusterSnapshotDetails.Builder.iamDatabaseAuthenticationEnabled(Boolean iamDatabaseAuthenticationEnabled)
Whether mapping of IAM accounts to database accounts is enabled.
|
AwsRdsDbClusterSnapshotDetails.Builder |
AwsRdsDbClusterSnapshotDetails.Builder.kmsKeyId(String kmsKeyId)
The ARN of the KMS master key that is used to encrypt the database instances in the DB cluster.
|
AwsRdsDbClusterSnapshotDetails.Builder |
AwsRdsDbClusterSnapshotDetails.Builder.licenseModel(String licenseModel)
The license model information for this DB cluster snapshot.
|
AwsRdsDbClusterSnapshotDetails.Builder |
AwsRdsDbClusterSnapshotDetails.Builder.masterUsername(String masterUsername)
The name of the master user for the DB cluster.
|
AwsRdsDbClusterSnapshotDetails.Builder |
AwsRdsDbClusterSnapshotDetails.Builder.percentProgress(Integer percentProgress)
Specifies the percentage of the estimated data that has been transferred.
|
AwsRdsDbClusterSnapshotDetails.Builder |
AwsRdsDbClusterSnapshotDetails.Builder.port(Integer port)
The port number on which the DB instances in the DB cluster accept connections.
|
AwsRdsDbClusterSnapshotDetails.Builder |
AwsRdsDbClusterSnapshotDetails.Builder.snapshotCreateTime(String snapshotCreateTime)
Indicates when the snapshot was taken.
|
AwsRdsDbClusterSnapshotDetails.Builder |
AwsRdsDbClusterSnapshotDetails.Builder.snapshotType(String snapshotType)
The type of DB cluster snapshot.
|
AwsRdsDbClusterSnapshotDetails.Builder |
AwsRdsDbClusterSnapshotDetails.Builder.status(String status)
The status of this DB cluster snapshot.
|
AwsRdsDbClusterSnapshotDetails.Builder |
AwsRdsDbClusterSnapshotDetails.Builder.storageEncrypted(Boolean storageEncrypted)
Whether the DB cluster is encrypted.
|
AwsRdsDbClusterSnapshotDetails.Builder |
AwsRdsDbClusterSnapshotDetails.toBuilder() |
AwsRdsDbClusterSnapshotDetails.Builder |
AwsRdsDbClusterSnapshotDetails.Builder.vpcId(String vpcId)
The VPC ID that is associated with the DB cluster snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsRdsDbClusterSnapshotDetails.Builder> |
AwsRdsDbClusterSnapshotDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ResourceDetails.Builder |
ResourceDetails.Builder.awsRdsDbClusterSnapshot(Consumer<AwsRdsDbClusterSnapshotDetails.Builder> awsRdsDbClusterSnapshot)
Details about an Amazon RDS database cluster snapshot.
|
Copyright © 2023. All rights reserved.