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 Summary
Modifier and TypeMethodDescriptionciphertextBlob(SdkBytes ciphertextBlob) The encrypted data key.The Amazon Resource Name (key ARN) of the KMS key that encrypted the data key.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.kms.model.KmsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
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.
 
 
 -