Interface DiskEncryptionConfiguration.Builder

  • Method Details

    • encryptionContext

      DiskEncryptionConfiguration.Builder encryptionContext(Map<String,String> encryptionContext)

      Specifies the optional encryption context that will be used when encrypting the data. An encryption context is a collection of non-secret key-value pairs that represent additional authenticated data.

      Parameters:
      encryptionContext - Specifies the optional encryption context that will be used when encrypting the data. An encryption context is a collection of non-secret key-value pairs that represent additional authenticated data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • encryptionKeyArn

      DiskEncryptionConfiguration.Builder encryptionKeyArn(String encryptionKeyArn)

      The KMS key ARN to encrypt local disks.

      Parameters:
      encryptionKeyArn - The KMS key ARN to encrypt local disks.
      Returns:
      Returns a reference to this object so that method calls can be chained together.