Interface GenerateDataKeyWithoutPlaintextResponse.Builder

  • Method Details

    • ciphertextBlob

      The encrypted data key. When you use the HTTP API or the Amazon Web Services CLI, the value is Base64-encoded. Otherwise, it is not Base64-encoded.

      Parameters:
      ciphertextBlob - The encrypted data key. When you use the HTTP API or the Amazon Web Services CLI, the value is Base64-encoded. Otherwise, it is not Base64-encoded.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • keyId

      The Amazon Resource Name (key ARN) of the KMS key that encrypted the data key.

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

      The identifier of the key material used to encrypt the data key.

      Parameters:
      keyMaterialId - The identifier of the key material used to encrypt the data key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.