Interface JobBookmarksEncryption.Builder

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

public static interface JobBookmarksEncryption.Builder extends SdkPojo, CopyableBuilder<JobBookmarksEncryption.Builder,JobBookmarksEncryption>
  • 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.