public static interface HandshakeParty.Builder extends CopyableBuilder<HandshakeParty.Builder,HandshakeParty>
| Modifier and Type | Method and Description |
|---|---|
HandshakeParty.Builder |
id(String id)
The unique identifier (ID) for the party.
|
HandshakeParty.Builder |
type(HandshakePartyType type)
The type of party.
|
HandshakeParty.Builder |
type(String type)
The type of party.
|
copyapply, buildHandshakeParty.Builder id(String id)
The unique identifier (ID) for the party.
The regex pattern for handshake ID string requires "h-" followed by from 8 to 32 lower-case letters or digits.
id - The unique identifier (ID) for the party.
The regex pattern for handshake ID string requires "h-" followed by from 8 to 32 lower-case letters or digits.
HandshakeParty.Builder type(String type)
The type of party.
type - The type of party.HandshakePartyType,
HandshakePartyTypeHandshakeParty.Builder type(HandshakePartyType type)
The type of party.
type - The type of party.HandshakePartyType,
HandshakePartyTypeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.