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

    Modifier and Type
    Method
    Description
    keyId(String keyId)
    Specifies the ID of the Key Management Service (KMS) symmetric encryption customer managed key to use for encrypting inventory reports.

    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 Details

    • keyId

      SSEKMS.Builder keyId(String keyId)

      Specifies the ID of the Key Management Service (KMS) symmetric encryption customer managed key to use for encrypting inventory reports.

      Parameters:
      keyId - Specifies the ID of the Key Management Service (KMS) symmetric encryption customer managed key to use for encrypting inventory reports.
      Returns:
      Returns a reference to this object so that method calls can be chained together.