Interface MLUserDataEncryption.Builder

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

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

    • mlUserDataEncryptionMode

      MLUserDataEncryption.Builder mlUserDataEncryptionMode(String mlUserDataEncryptionMode)

      The encryption mode applied to user data. Valid values are:

      • DISABLED: encryption is disabled

      • SSEKMS: use of server-side encryption with Key Management Service (SSE-KMS) for user data stored in Amazon S3.

      Parameters:
      mlUserDataEncryptionMode - The encryption mode applied to user data. Valid values are:

      • DISABLED: encryption is disabled

      • SSEKMS: use of server-side encryption with Key Management Service (SSE-KMS) for user data stored in Amazon S3.

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

      MLUserDataEncryption.Builder mlUserDataEncryptionMode(MLUserDataEncryptionModeString mlUserDataEncryptionMode)

      The encryption mode applied to user data. Valid values are:

      • DISABLED: encryption is disabled

      • SSEKMS: use of server-side encryption with Key Management Service (SSE-KMS) for user data stored in Amazon S3.

      Parameters:
      mlUserDataEncryptionMode - The encryption mode applied to user data. Valid values are:

      • DISABLED: encryption is disabled

      • SSEKMS: use of server-side encryption with Key Management Service (SSE-KMS) for user data stored in Amazon S3.

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

      The ID for the customer-provided KMS key.

      Parameters:
      kmsKeyId - The ID for the customer-provided KMS key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.