Interface HandshakeParty.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<HandshakeParty.Builder,
,HandshakeParty> SdkBuilder<HandshakeParty.Builder,
,HandshakeParty> SdkPojo
- Enclosing class:
HandshakeParty
public static interface HandshakeParty.Builder
extends SdkPojo, CopyableBuilder<HandshakeParty.Builder,HandshakeParty>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier (ID) for the party.The type of party.type
(HandshakePartyType type) The type of party.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
id
The unique identifier (ID) for the party.
The regex pattern for handshake ID string requires "h-" followed by from 8 to 32 lowercase letters or digits.
- Parameters:
id
- The unique identifier (ID) for the party.The regex pattern for handshake ID string requires "h-" followed by from 8 to 32 lowercase letters or digits.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of party.
- Parameters:
type
- The type of party.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of party.
- Parameters:
type
- The type of party.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-