public static interface GetOperationResponse.Builder extends SsmSapResponse.Builder, SdkPojo, CopyableBuilder<GetOperationResponse.Builder,GetOperationResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetOperationResponse.Builder |
operation(Consumer<Operation.Builder> operation)
Returns the details of an operation.
|
GetOperationResponse.Builder |
operation(Operation operation)
Returns the details of an operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetOperationResponse.Builder operation(Operation operation)
Returns the details of an operation.
operation - Returns the details of an operation.default GetOperationResponse.Builder operation(Consumer<Operation.Builder> operation)
Returns the details of an operation.
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.