public static interface StartKeyUsageResponse.Builder extends PaymentCryptographyResponse.Builder, SdkPojo, CopyableBuilder<StartKeyUsageResponse.Builder,StartKeyUsageResponse>
| Modifier and Type | Method and Description |
|---|---|
default StartKeyUsageResponse.Builder |
key(Consumer<Key.Builder> key)
The
KeyARN of the Amazon Web Services Payment Cryptography key activated for use. |
StartKeyUsageResponse.Builder |
key(Key key)
The
KeyARN of the Amazon Web Services Payment Cryptography key activated for use. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartKeyUsageResponse.Builder key(Key key)
The KeyARN of the Amazon Web Services Payment Cryptography key activated for use.
key - The KeyARN of the Amazon Web Services Payment Cryptography key activated for use.default StartKeyUsageResponse.Builder key(Consumer<Key.Builder> key)
The KeyARN of the Amazon Web Services Payment Cryptography key activated for use.
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.