Interface GenerateDataKeyPairWithoutPlaintextResponse.Builder

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

public static interface GenerateDataKeyPairWithoutPlaintextResponse.Builder extends KmsResponse.Builder, SdkPojo, CopyableBuilder<GenerateDataKeyPairWithoutPlaintextResponse.Builder,GenerateDataKeyPairWithoutPlaintextResponse>
  • Method Details

    • privateKeyCiphertextBlob

      GenerateDataKeyPairWithoutPlaintextResponse.Builder privateKeyCiphertextBlob(SdkBytes privateKeyCiphertextBlob)

      The encrypted copy of the private 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:
      privateKeyCiphertextBlob - The encrypted copy of the private 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.
    • publicKey

      The public key (in plaintext). When you use the HTTP API or the Amazon Web Services CLI, the value is Base64-encoded. Otherwise, it is not Base64-encoded.

      Parameters:
      publicKey - The public key (in plaintext). 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 private key.

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

      The type of data key pair that was generated.

      Parameters:
      keyPairSpec - The type of data key pair that was generated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • keyPairSpec

      The type of data key pair that was generated.

      Parameters:
      keyPairSpec - The type of data key pair that was generated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: