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 Details

    • 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.