public static interface GetKmsEncryptionKeyResponse.Builder extends FraudDetectorResponse.Builder, SdkPojo, CopyableBuilder<GetKmsEncryptionKeyResponse.Builder,GetKmsEncryptionKeyResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetKmsEncryptionKeyResponse.Builder |
kmsKey(Consumer<KMSKey.Builder> kmsKey)
The KMS encryption key.
|
GetKmsEncryptionKeyResponse.Builder |
kmsKey(KMSKey kmsKey)
The KMS encryption key.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetKmsEncryptionKeyResponse.Builder kmsKey(KMSKey kmsKey)
The KMS encryption key.
kmsKey - The KMS encryption key.default GetKmsEncryptionKeyResponse.Builder kmsKey(Consumer<KMSKey.Builder> kmsKey)
The KMS encryption key.
This is a convenience that creates an instance of theKMSKey.Builder avoiding the need to create one
manually via KMSKey.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to kmsKey(KMSKey).kmsKey - a consumer that will call methods on KMSKey.BuilderkmsKey(KMSKey)Copyright © 2021. All rights reserved.