public static interface InviteAccountToOrganizationResponse.Builder extends OrganizationsResponse.Builder, CopyableBuilder<InviteAccountToOrganizationResponse.Builder,InviteAccountToOrganizationResponse>
| Modifier and Type | Method and Description |
|---|---|
default InviteAccountToOrganizationResponse.Builder |
handshake(Consumer<Handshake.Builder> handshake)
A structure that contains details about the handshake that is created to support this invitation request.
|
InviteAccountToOrganizationResponse.Builder |
handshake(Handshake handshake)
A structure that contains details about the handshake that is created to support this invitation request.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildInviteAccountToOrganizationResponse.Builder handshake(Handshake handshake)
A structure that contains details about the handshake that is created to support this invitation request.
handshake - A structure that contains details about the handshake that is created to support this invitation
request.default InviteAccountToOrganizationResponse.Builder handshake(Consumer<Handshake.Builder> handshake)
A structure that contains details about the handshake that is created to support this invitation request.
This is a convenience 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.