Interface AwsRdsDbClusterSnapshotDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsRdsDbClusterSnapshotDetails.Builder,
,AwsRdsDbClusterSnapshotDetails> SdkBuilder<AwsRdsDbClusterSnapshotDetails.Builder,
,AwsRdsDbClusterSnapshotDetails> SdkPojo
- Enclosing class:
AwsRdsDbClusterSnapshotDetails
-
Method Summary
Modifier and TypeMethodDescriptionallocatedStorage
(Integer allocatedStorage) Specifies the allocated storage size in gibibytes (GiB).availabilityZones
(String... availabilityZones) A list of Availability Zones where instances in the DB cluster can be created.availabilityZones
(Collection<String> availabilityZones) A list of Availability Zones where instances in the DB cluster can be created.clusterCreateTime
(String clusterCreateTime) Indicates when the DB cluster was created, in Universal Coordinated Time (UTC).dbClusterIdentifier
(String dbClusterIdentifier) The DB cluster identifier.dbClusterSnapshotAttributes
(Collection<AwsRdsDbClusterSnapshotDbClusterSnapshotAttribute> dbClusterSnapshotAttributes) Contains the name and values of a manual DB cluster snapshot attribute.dbClusterSnapshotAttributes
(Consumer<AwsRdsDbClusterSnapshotDbClusterSnapshotAttribute.Builder>... dbClusterSnapshotAttributes) Contains the name and values of a manual DB cluster snapshot attribute.dbClusterSnapshotAttributes
(AwsRdsDbClusterSnapshotDbClusterSnapshotAttribute... dbClusterSnapshotAttributes) Contains the name and values of a manual DB cluster snapshot attribute.dbClusterSnapshotIdentifier
(String dbClusterSnapshotIdentifier) The identifier of the DB cluster snapshot.The name of the database engine that you want to use for this DB instance.engineVersion
(String engineVersion) The version of the database engine to use.iamDatabaseAuthenticationEnabled
(Boolean iamDatabaseAuthenticationEnabled) Whether mapping of IAM accounts to database accounts is enabled.The ARN of the KMS master key that is used to encrypt the database instances in the DB cluster.licenseModel
(String licenseModel) The license model information for this DB cluster snapshot.masterUsername
(String masterUsername) The name of the master user for the DB cluster.percentProgress
(Integer percentProgress) Specifies the percentage of the estimated data that has been transferred.The port number on which the DB instances in the DB cluster accept connections.snapshotCreateTime
(String snapshotCreateTime) Indicates when the snapshot was taken.snapshotType
(String snapshotType) The type of DB cluster snapshot.The status of this DB cluster snapshot.storageEncrypted
(Boolean storageEncrypted) Whether the DB cluster is encrypted.The VPC ID that is associated with the DB cluster snapshot.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
availabilityZones
A list of Availability Zones where instances in the DB cluster can be created.
- Parameters:
availabilityZones
- A list of Availability Zones where instances in the DB cluster can be created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZones
A list of Availability Zones where instances in the DB cluster can be created.
- Parameters:
availabilityZones
- A list of Availability Zones where instances in the DB cluster can be created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snapshotCreateTime
Indicates when the snapshot was taken.
For more information about the validation and formatting of timestamp fields in Security Hub, see Timestamps.
- Parameters:
snapshotCreateTime
- Indicates when the snapshot was taken.For more information about the validation and formatting of timestamp fields in Security Hub, see Timestamps.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
engine
The name of the database engine that you want to use for this DB instance.
- Parameters:
engine
- The name of the database engine that you want to use for this DB instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allocatedStorage
Specifies the allocated storage size in gibibytes (GiB).
- Parameters:
allocatedStorage
- Specifies the allocated storage size in gibibytes (GiB).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of this DB cluster snapshot.
- Parameters:
status
- The status of this DB cluster snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
port
The port number on which the DB instances in the DB cluster accept connections.
- Parameters:
port
- The port number on which the DB instances in the DB cluster accept connections.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcId
The VPC ID that is associated with the DB cluster snapshot.
- Parameters:
vpcId
- The VPC ID that is associated with the DB cluster snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterCreateTime
Indicates when the DB cluster was created, in Universal Coordinated Time (UTC).
For more information about the validation and formatting of timestamp fields in Security Hub, see Timestamps.
- Parameters:
clusterCreateTime
- Indicates when the DB cluster was created, in Universal Coordinated Time (UTC).For more information about the validation and formatting of timestamp fields in Security Hub, see Timestamps.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
masterUsername
The name of the master user for the DB cluster.
- Parameters:
masterUsername
- The name of the master user for the DB cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
engineVersion
The version of the database engine to use.
- Parameters:
engineVersion
- The version of the database engine to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
licenseModel
The license model information for this DB cluster snapshot.
- Parameters:
licenseModel
- The license model information for this DB cluster snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snapshotType
The type of DB cluster snapshot.
- Parameters:
snapshotType
- The type of DB cluster snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
percentProgress
Specifies the percentage of the estimated data that has been transferred.
- Parameters:
percentProgress
- Specifies the percentage of the estimated data that has been transferred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageEncrypted
Whether the DB cluster is encrypted.
- Parameters:
storageEncrypted
- Whether the DB cluster is encrypted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyId
The ARN of the KMS master key that is used to encrypt the database instances in the DB cluster.
- Parameters:
kmsKeyId
- The ARN of the KMS master key that is used to encrypt the database instances in the DB cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dbClusterIdentifier
The DB cluster identifier.
- Parameters:
dbClusterIdentifier
- The DB cluster identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dbClusterSnapshotIdentifier
AwsRdsDbClusterSnapshotDetails.Builder dbClusterSnapshotIdentifier(String dbClusterSnapshotIdentifier) The identifier of the DB cluster snapshot.
- Parameters:
dbClusterSnapshotIdentifier
- The identifier of the DB cluster snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iamDatabaseAuthenticationEnabled
AwsRdsDbClusterSnapshotDetails.Builder iamDatabaseAuthenticationEnabled(Boolean iamDatabaseAuthenticationEnabled) Whether mapping of IAM accounts to database accounts is enabled.
- Parameters:
iamDatabaseAuthenticationEnabled
- Whether mapping of IAM accounts to database accounts is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dbClusterSnapshotAttributes
AwsRdsDbClusterSnapshotDetails.Builder dbClusterSnapshotAttributes(Collection<AwsRdsDbClusterSnapshotDbClusterSnapshotAttribute> dbClusterSnapshotAttributes) Contains the name and values of a manual DB cluster snapshot attribute.
- Parameters:
dbClusterSnapshotAttributes
- Contains the name and values of a manual DB cluster snapshot attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dbClusterSnapshotAttributes
AwsRdsDbClusterSnapshotDetails.Builder dbClusterSnapshotAttributes(AwsRdsDbClusterSnapshotDbClusterSnapshotAttribute... dbClusterSnapshotAttributes) Contains the name and values of a manual DB cluster snapshot attribute.
- Parameters:
dbClusterSnapshotAttributes
- Contains the name and values of a manual DB cluster snapshot attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dbClusterSnapshotAttributes
AwsRdsDbClusterSnapshotDetails.Builder dbClusterSnapshotAttributes(Consumer<AwsRdsDbClusterSnapshotDbClusterSnapshotAttribute.Builder>... dbClusterSnapshotAttributes) Contains the name and values of a manual DB cluster snapshot attribute.
This is a convenience method that creates an instance of theAwsRdsDbClusterSnapshotDbClusterSnapshotAttribute.Builder
avoiding the need to create one manually viaAwsRdsDbClusterSnapshotDbClusterSnapshotAttribute.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todbClusterSnapshotAttributes(List<AwsRdsDbClusterSnapshotDbClusterSnapshotAttribute>)
.- Parameters:
dbClusterSnapshotAttributes
- a consumer that will call methods onAwsRdsDbClusterSnapshotDbClusterSnapshotAttribute.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-