Interface GenerateDataKeyWithoutPlaintextResponse.Builder

    • Method Detail

      • ciphertextBlob

        GenerateDataKeyWithoutPlaintextResponse.Builder ciphertextBlob​(SdkBytes 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

        GenerateDataKeyWithoutPlaintextResponse.Builder keyId​(String 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.