CopyableBuilder<DescribeHandshakeRequest.Builder,DescribeHandshakeRequest>, SdkBuilder<DescribeHandshakeRequest.Builder,DescribeHandshakeRequest>public static interface DescribeHandshakeRequest.Builder extends CopyableBuilder<DescribeHandshakeRequest.Builder,DescribeHandshakeRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeHandshakeRequest.Builder |
handshakeId(String handshakeId) |
The unique identifier (ID) of the handshake that you want information about.
|
copyapply, buildDescribeHandshakeRequest.Builder handshakeId(String handshakeId)
The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.
The regex pattern for handshake ID string requires "h-" followed by from 8 to 32 lower-case letters or digits.
handshakeId - The unique identifier (ID) of the handshake that you want information about. You can get the ID from
the original call to InviteAccountToOrganization, or from a call to
ListHandshakesForAccount or ListHandshakesForOrganization.
The regex pattern for handshake ID string requires "h-" followed by from 8 to 32 lower-case letters or digits.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.