public static interface StopKeyUsageResponse.Builder extends PaymentCryptographyResponse.Builder, SdkPojo, CopyableBuilder<StopKeyUsageResponse.Builder,StopKeyUsageResponse>
| Modifier and Type | Method and Description |
|---|---|
default StopKeyUsageResponse.Builder |
key(Consumer<Key.Builder> key)
The
KeyARN of the key. |
StopKeyUsageResponse.Builder |
key(Key key)
The
KeyARN of the key. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStopKeyUsageResponse.Builder key(Key key)
The KeyARN of the key.
key - The KeyARN of the key.default StopKeyUsageResponse.Builder key(Consumer<Key.Builder> key)
The KeyARN of the key.
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.