Interface VerifiedAccessSseSpecificationResponse.Builder

All Superinterfaces:
Buildable, CopyableBuilder<VerifiedAccessSseSpecificationResponse.Builder,VerifiedAccessSseSpecificationResponse>, SdkBuilder<VerifiedAccessSseSpecificationResponse.Builder,VerifiedAccessSseSpecificationResponse>, SdkPojo
Enclosing class:
VerifiedAccessSseSpecificationResponse

public static interface VerifiedAccessSseSpecificationResponse.Builder extends SdkPojo, CopyableBuilder<VerifiedAccessSseSpecificationResponse.Builder,VerifiedAccessSseSpecificationResponse>
  • Method Details

    • customerManagedKeyEnabled

      VerifiedAccessSseSpecificationResponse.Builder customerManagedKeyEnabled(Boolean customerManagedKeyEnabled)

      Indicates whether customer managed KMS keys are in use for server side encryption.

      Valid values: True | False

      Parameters:
      customerManagedKeyEnabled - Indicates whether customer managed KMS keys are in use for server side encryption.

      Valid values: True | False

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • kmsKeyArn

      The ARN of the KMS key.

      Parameters:
      kmsKeyArn - The ARN of the KMS key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.