Interface JobBookmarksEncryption.Builder

  • Method Details

    • jobBookmarksEncryptionMode

      JobBookmarksEncryption.Builder jobBookmarksEncryptionMode(String jobBookmarksEncryptionMode)

      The encryption mode to use for job bookmarks data.

      Parameters:
      jobBookmarksEncryptionMode - The encryption mode to use for job bookmarks data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • jobBookmarksEncryptionMode

      JobBookmarksEncryption.Builder jobBookmarksEncryptionMode(JobBookmarksEncryptionMode jobBookmarksEncryptionMode)

      The encryption mode to use for job bookmarks data.

      Parameters:
      jobBookmarksEncryptionMode - The encryption mode to use for job bookmarks data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • kmsKeyArn

      JobBookmarksEncryption.Builder kmsKeyArn(String kmsKeyArn)

      The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.

      Parameters:
      kmsKeyArn - The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.