Interface GenerateDataKeyWithoutPlaintextResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GenerateDataKeyWithoutPlaintextResponse.Builder,GenerateDataKeyWithoutPlaintextResponse>, KmsResponse.Builder, SdkBuilder<GenerateDataKeyWithoutPlaintextResponse.Builder,GenerateDataKeyWithoutPlaintextResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GenerateDataKeyWithoutPlaintextResponse

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