Interface WorkspaceEncryptionConfigurationInfo.Builder

  • Method Details

    • encryptionType

      WorkspaceEncryptionConfigurationInfo.Builder encryptionType(String encryptionType)

      The type of encryption used for the workspace.

      Parameters:
      encryptionType - The type of encryption used for the workspace.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • encryptionType

      The type of encryption used for the workspace.

      Parameters:
      encryptionType - The type of encryption used for the workspace.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • kmsKeyArn

      The key ARN of the KMS key used for KMS encryption if encryptionType is KMS_BASED_ENCRYPTION.

      Parameters:
      kmsKeyArn - The key ARN of the KMS key used for KMS encryption if encryptionType is KMS_BASED_ENCRYPTION.
      Returns:
      Returns a reference to this object so that method calls can be chained together.