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)

      Describes the use of customer managed KMS keys for server side encryption.

      Valid values: True | False

      Parameters:
      customerManagedKeyEnabled - Describes the use of customer managed KMS keys for server side encryption.

      Valid values: True | False

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

      Describes the ARN of the KMS key.

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