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