public static interface ImportKeyResponse.Builder extends PaymentCryptographyResponse.Builder, SdkPojo, CopyableBuilder<ImportKeyResponse.Builder,ImportKeyResponse>
| Modifier and Type | Method and Description |
|---|---|
default ImportKeyResponse.Builder |
key(Consumer<Key.Builder> key)
The
KeyARN of the key material imported within Amazon Web Services Payment Cryptography. |
ImportKeyResponse.Builder |
key(Key key)
The
KeyARN of the key material imported within Amazon Web Services Payment Cryptography. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildImportKeyResponse.Builder key(Key key)
The KeyARN of the key material imported within Amazon Web Services Payment Cryptography.
key - The KeyARN of the key material imported within Amazon Web Services Payment Cryptography.default ImportKeyResponse.Builder key(Consumer<Key.Builder> key)
The KeyARN of the key material imported within Amazon Web Services Payment Cryptography.
Key.Builder avoiding the need to create
one manually via Key.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to key(Key).
key - a consumer that will call methods on Key.Builderkey(Key)Copyright © 2023. All rights reserved.