public static interface DeleteKeyPairResponse.Builder extends LightsailResponse.Builder, SdkPojo, CopyableBuilder<DeleteKeyPairResponse.Builder,DeleteKeyPairResponse>
| Modifier and Type | Method and Description |
|---|---|
default DeleteKeyPairResponse.Builder |
operation(Consumer<Operation.Builder> operation)
An array of objects that describe the result of the action, such as the status of the request, the timestamp
of the request, and the resources affected by the request.
|
DeleteKeyPairResponse.Builder |
operation(Operation operation)
An array of objects that describe the result of the action, such as the status of the request, the timestamp
of the request, and the resources affected by the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteKeyPairResponse.Builder operation(Operation operation)
An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.
operation - An array of objects that describe the result of the action, such as the status of the request, the
timestamp of the request, and the resources affected by the request.default DeleteKeyPairResponse.Builder operation(Consumer<Operation.Builder> operation)
An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.
This is a convenience method that creates an instance of theOperation.Builder avoiding the need to
create one manually via Operation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to operation(Operation).
operation - a consumer that will call methods on Operation.Builderoperation(Operation)Copyright © 2023. All rights reserved.