public static interface CreateParticipantConnectionRequest.Builder extends ConnectParticipantRequest.Builder, SdkPojo, CopyableBuilder<CreateParticipantConnectionRequest.Builder,CreateParticipantConnectionRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateParticipantConnectionRequest.Builder typeWithStrings(Collection<String> type)
Type of connection information required. This can be omitted if ConnectParticipant is
true.
type - Type of connection information required. This can be omitted if ConnectParticipant is
true.CreateParticipantConnectionRequest.Builder typeWithStrings(String... type)
Type of connection information required. This can be omitted if ConnectParticipant is
true.
type - Type of connection information required. This can be omitted if ConnectParticipant is
true.CreateParticipantConnectionRequest.Builder type(Collection<ConnectionType> type)
Type of connection information required. This can be omitted if ConnectParticipant is
true.
type - Type of connection information required. This can be omitted if ConnectParticipant is
true.CreateParticipantConnectionRequest.Builder type(ConnectionType... type)
Type of connection information required. This can be omitted if ConnectParticipant is
true.
type - Type of connection information required. This can be omitted if ConnectParticipant is
true.CreateParticipantConnectionRequest.Builder participantToken(String participantToken)
This is a header parameter.
The ParticipantToken as obtained from StartChatContact API response.
participantToken - This is a header parameter.
The ParticipantToken as obtained from StartChatContact API response.
CreateParticipantConnectionRequest.Builder connectParticipant(Boolean connectParticipant)
Amazon Connect Participant is used to mark the participant as connected for customer participant in message streaming, as well as for agent or manager participant in non-streaming chats.
connectParticipant - Amazon Connect Participant is used to mark the participant as connected for customer participant in
message streaming, as well as for agent or manager participant in non-streaming chats.CreateParticipantConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateParticipantConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.