Interface RdsDbClusterSnapshotConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RdsDbClusterSnapshotConfiguration.Builder,RdsDbClusterSnapshotConfiguration>,SdkBuilder<RdsDbClusterSnapshotConfiguration.Builder,RdsDbClusterSnapshotConfiguration>,SdkPojo
- Enclosing class:
- RdsDbClusterSnapshotConfiguration
public static interface RdsDbClusterSnapshotConfiguration.Builder extends SdkPojo, CopyableBuilder<RdsDbClusterSnapshotConfiguration.Builder,RdsDbClusterSnapshotConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RdsDbClusterSnapshotConfiguration.Builderattributes(Map<String,RdsDbClusterSnapshotAttributeValue> attributes)The names and values of manual DB cluster snapshot attributes.RdsDbClusterSnapshotConfiguration.BuilderkmsKeyId(String kmsKeyId)The KMS key identifier for an encrypted Amazon RDS 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, sdkFields
-
-
-
-
Method Detail
-
attributes
RdsDbClusterSnapshotConfiguration.Builder attributes(Map<String,RdsDbClusterSnapshotAttributeValue> attributes)
The names and values of manual DB cluster snapshot attributes. Manual DB cluster snapshot attributes are used to authorize other Amazon Web Services accounts to restore a manual DB cluster snapshot. The only valid value for
AttributeNamefor the attribute map isrestore- Parameters:
attributes- The names and values of manual DB cluster snapshot attributes. Manual DB cluster snapshot attributes are used to authorize other Amazon Web Services accounts to restore a manual DB cluster snapshot. The only valid value forAttributeNamefor the attribute map isrestore- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyId
RdsDbClusterSnapshotConfiguration.Builder kmsKeyId(String kmsKeyId)
The KMS key identifier for an encrypted Amazon RDS DB cluster snapshot. The KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.
-
If the configuration is for an existing Amazon RDS DB cluster snapshot and you do not specify the
kmsKeyId, or you specify an empty string, then the access preview uses the existingkmsKeyIdof the snapshot. -
If the access preview is for a new resource and you do not specify the specify the
kmsKeyId, then the access preview considers the snapshot as unencrypted.
- Parameters:
kmsKeyId- The KMS key identifier for an encrypted Amazon RDS DB cluster snapshot. The KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.-
If the configuration is for an existing Amazon RDS DB cluster snapshot and you do not specify the
kmsKeyId, or you specify an empty string, then the access preview uses the existingkmsKeyIdof the snapshot. -
If the access preview is for a new resource and you do not specify the specify the
kmsKeyId, then the access preview considers the snapshot as unencrypted.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
-