Interface HandshakeParty.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<HandshakeParty.Builder,,HandshakeParty> SdkBuilder<HandshakeParty.Builder,,HandshakeParty> SdkPojo
- Enclosing class:
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.
ORGANIZATION is valid only in the response context (identifying the inviting organization). Valid input values for the Target parameter are ACCOUNT and EMAIL only.
- Parameters:
type- The type of ID for the participant.ORGANIZATION is valid only in the response context (identifying the inviting organization). Valid input values for the Target parameter are ACCOUNT and EMAIL only.
- 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.
ORGANIZATION is valid only in the response context (identifying the inviting organization). Valid input values for the Target parameter are ACCOUNT and EMAIL only.
- Parameters:
type- The type of ID for the participant.ORGANIZATION is valid only in the response context (identifying the inviting organization). Valid input values for the Target parameter are ACCOUNT and EMAIL only.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-