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