CopyableBuilder<AcceptHandshakeRequest.Builder,AcceptHandshakeRequest>, SdkBuilder<AcceptHandshakeRequest.Builder,AcceptHandshakeRequest>public static interface AcceptHandshakeRequest.Builder extends CopyableBuilder<AcceptHandshakeRequest.Builder,AcceptHandshakeRequest>
| Modifier and Type | Method | Description |
|---|---|---|
AcceptHandshakeRequest.Builder |
handshakeId(String handshakeId) |
The unique identifier (ID) of the handshake that you want to accept.
|
copyapply, buildAcceptHandshakeRequest.Builder handshakeId(String handshakeId)
The unique identifier (ID) of the handshake that you want to accept.
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 to accept.
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.