Interface ChatParticipantConnection.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ChatParticipantConnection.Builder,,ChatParticipantConnection> SdkBuilder<ChatParticipantConnection.Builder,,ChatParticipantConnection> SdkPojo
- Enclosing class:
ChatParticipantConnection
@Mutable
@NotThreadSafe
public static interface ChatParticipantConnection.Builder
extends SdkPojo, CopyableBuilder<ChatParticipantConnection.Builder,ChatParticipantConnection>
-
Method Summary
Modifier and TypeMethodDescriptioninitialContactId(String initialContactId) The identifier of the contact in this instance of Amazon ConnectparticipantId(String participantId) The identifier for a chat participantparticipantToken(String participantToken) The token used by the chat participant to call CreateParticipantConnectionMethods 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
-
initialContactId
The identifier of the contact in this instance of Amazon Connect
- Parameters:
initialContactId- The identifier of the contact in this instance of Amazon Connect- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
participantId
The identifier for a chat participant
- Parameters:
participantId- The identifier for a chat participant- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
participantToken
The token used by the chat participant to call CreateParticipantConnection
- Parameters:
participantToken- The token used by the chat participant to call CreateParticipantConnection- Returns:
- Returns a reference to this object so that method calls can be chained together.
-