Interface RdsDbSnapshotConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RdsDbSnapshotConfiguration.Builder,RdsDbSnapshotConfiguration>,SdkBuilder<RdsDbSnapshotConfiguration.Builder,RdsDbSnapshotConfiguration>,SdkPojo
- Enclosing class:
- RdsDbSnapshotConfiguration
public static interface RdsDbSnapshotConfiguration.Builder extends SdkPojo, CopyableBuilder<RdsDbSnapshotConfiguration.Builder,RdsDbSnapshotConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RdsDbSnapshotConfiguration.Builderattributes(Map<String,RdsDbSnapshotAttributeValue> attributes)The names and values of manual DB snapshot attributes.RdsDbSnapshotConfiguration.BuilderkmsKeyId(String kmsKeyId)The KMS key identifier for an encrypted Amazon RDS DB 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
RdsDbSnapshotConfiguration.Builder attributes(Map<String,RdsDbSnapshotAttributeValue> attributes)
The names and values of manual DB snapshot attributes. Manual DB snapshot attributes are used to authorize other Amazon Web Services accounts to restore a manual DB snapshot. The only valid value for
attributeNamefor the attribute map is restore.- Parameters:
attributes- The names and values of manual DB snapshot attributes. Manual DB snapshot attributes are used to authorize other Amazon Web Services accounts to restore a manual DB snapshot. The only valid value forattributeNamefor the attribute map is restore.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyId
RdsDbSnapshotConfiguration.Builder kmsKeyId(String kmsKeyId)
The KMS key identifier for an encrypted Amazon RDS DB 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 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 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 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.
-
-
-