CopyableBuilder<CancelHandshakeRequest.Builder,CancelHandshakeRequest>
, SdkBuilder<CancelHandshakeRequest.Builder,CancelHandshakeRequest>
public static interface CancelHandshakeRequest.Builder extends CopyableBuilder<CancelHandshakeRequest.Builder,CancelHandshakeRequest>
Modifier and Type | Method | Description |
---|---|---|
CancelHandshakeRequest.Builder |
handshakeId(String handshakeId) |
The unique identifier (ID) of the handshake that you want to cancel.
|
copy
apply, build
CancelHandshakeRequest.Builder handshakeId(String handshakeId)
The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.
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 cancel. You can get the ID from the
ListHandshakesForOrganization operation.
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.