Interface SSEKMS.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SSEKMS.Builder,SSEKMS>,SdkBuilder<SSEKMS.Builder,SSEKMS>,SdkPojo
- Enclosing class:
- SSEKMS
public static interface SSEKMS.Builder extends SdkPojo, CopyableBuilder<SSEKMS.Builder,SSEKMS>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SSEKMS.BuilderkeyId(String keyId)A container for the ARN of the SSE-KMS encryption.-
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
-
keyId
SSEKMS.Builder keyId(String keyId)
A container for the ARN of the SSE-KMS encryption. This property is read-only and follows the following format:
arn:aws:kms:us-east-1:example-account-id:key/example-9a73-4afc-8d29-8f5900cef44e- Parameters:
keyId- A container for the ARN of the SSE-KMS encryption. This property is read-only and follows the following format:arn:aws:kms:us-east-1:example-account-id:key/example-9a73-4afc-8d29-8f5900cef44e- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-