CopyableBuilder<HandshakeParty.Builder,HandshakeParty>
, SdkBuilder<HandshakeParty.Builder,HandshakeParty>
public static interface HandshakeParty.Builder extends CopyableBuilder<HandshakeParty.Builder,HandshakeParty>
Modifier and Type | Method | Description |
---|---|---|
HandshakeParty.Builder |
id(String id) |
The unique identifier (ID) for the party.
|
HandshakeParty.Builder |
type(String type) |
The type of party.
|
HandshakeParty.Builder |
type(HandshakePartyType type) |
The type of party.
|
copy
apply, build
HandshakeParty.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
HandshakeParty.Builder type(HandshakePartyType type)
The type of party.
type
- The type of party.HandshakePartyType
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.