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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GenerateDataKeyWithoutPlaintextResponse.Builder
ciphertextBlob(SdkBytes ciphertextBlob)
The encrypted data key.GenerateDataKeyWithoutPlaintextResponse.Builder
keyId(String keyId)
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
copy
-
Methods inherited from interface software.amazon.awssdk.services.kms.model.KmsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
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.
-
-