Interface HandshakeParty.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<HandshakeParty.Builder,,HandshakeParty> SdkBuilder<HandshakeParty.Builder,,HandshakeParty> SdkPojo
- Enclosing class:
HandshakeParty
@Mutable
@NotThreadSafe
public static interface HandshakeParty.Builder
extends SdkPojo, CopyableBuilder<HandshakeParty.Builder,HandshakeParty>
-
Method Summary
Modifier and TypeMethodDescriptionID for the participant: Acccount ID, organization ID, or email address.The type of ID for the participant.type(HandshakePartyType type) The type of ID for the participant.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
id
ID for the participant: Acccount ID, organization ID, or email address.
The regex pattern for handshake ID string requires "h-" followed by from 8 to 32 lowercase letters or digits.
- Parameters:
id- ID for the participant: Acccount ID, organization ID, or email address.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 ID for the participant.
- Parameters:
type- The type of ID for the participant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of ID for the participant.
- Parameters:
type- The type of ID for the participant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-