public static interface DescribeHandshakeResponse.Builder extends OrganizationsResponse.Builder, SdkPojo, CopyableBuilder<DescribeHandshakeResponse.Builder,DescribeHandshakeResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeHandshakeResponse.Builder |
handshake(Consumer<Handshake.Builder> handshake)
A structure that contains information about the specified handshake.
|
DescribeHandshakeResponse.Builder |
handshake(Handshake handshake)
A structure that contains information about the specified handshake.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeHandshakeResponse.Builder handshake(Handshake handshake)
A structure that contains information about the specified handshake.
handshake - A structure that contains information about the specified handshake.default DescribeHandshakeResponse.Builder handshake(Consumer<Handshake.Builder> handshake)
A structure that contains information about the specified handshake.
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.