public static interface CancelHandshakeResponse.Builder extends OrganizationsResponse.Builder, SdkPojo, CopyableBuilder<CancelHandshakeResponse.Builder,CancelHandshakeResponse>
| Modifier and Type | Method and Description |
|---|---|
default CancelHandshakeResponse.Builder |
handshake(Consumer<Handshake.Builder> handshake)
A structure that contains details about the handshake that you canceled.
|
CancelHandshakeResponse.Builder |
handshake(Handshake handshake)
A structure that contains details about the handshake that you canceled.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCancelHandshakeResponse.Builder handshake(Handshake handshake)
A structure that contains details about the handshake that you canceled.
handshake - A structure that contains details about the handshake that you canceled.default CancelHandshakeResponse.Builder handshake(Consumer<Handshake.Builder> handshake)
A structure that contains details about the handshake that you canceled.
This is a convenience method that creates an instance of theHandshake.Builder avoiding the need to
create one manually via Handshake.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to handshake(Handshake).
handshake - a consumer that will call methods on Handshake.Builderhandshake(Handshake)Copyright © 2023. All rights reserved.