Interface CreateParticipantConnectionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectParticipantRequest.Builder,CopyableBuilder<CreateParticipantConnectionRequest.Builder,CreateParticipantConnectionRequest>,SdkBuilder<CreateParticipantConnectionRequest.Builder,CreateParticipantConnectionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateParticipantConnectionRequest
public static interface CreateParticipantConnectionRequest.Builder extends ConnectParticipantRequest.Builder, SdkPojo, CopyableBuilder<CreateParticipantConnectionRequest.Builder,CreateParticipantConnectionRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.connectparticipant.model.ConnectParticipantRequest.Builder
build
-
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 Detail
-
typeWithStrings
CreateParticipantConnectionRequest.Builder typeWithStrings(Collection<String> type)
Type of connection information required. If you need
CONNECTION_CREDENTIALSalong with marking participant as connected, passCONNECTION_CREDENTIALSinType.- Parameters:
type- Type of connection information required. If you needCONNECTION_CREDENTIALSalong with marking participant as connected, passCONNECTION_CREDENTIALSinType.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typeWithStrings
CreateParticipantConnectionRequest.Builder typeWithStrings(String... type)
Type of connection information required. If you need
CONNECTION_CREDENTIALSalong with marking participant as connected, passCONNECTION_CREDENTIALSinType.- Parameters:
type- Type of connection information required. If you needCONNECTION_CREDENTIALSalong with marking participant as connected, passCONNECTION_CREDENTIALSinType.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
CreateParticipantConnectionRequest.Builder type(Collection<ConnectionType> type)
Type of connection information required. If you need
CONNECTION_CREDENTIALSalong with marking participant as connected, passCONNECTION_CREDENTIALSinType.- Parameters:
type- Type of connection information required. If you needCONNECTION_CREDENTIALSalong with marking participant as connected, passCONNECTION_CREDENTIALSinType.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
CreateParticipantConnectionRequest.Builder type(ConnectionType... type)
Type of connection information required. If you need
CONNECTION_CREDENTIALSalong with marking participant as connected, passCONNECTION_CREDENTIALSinType.- Parameters:
type- Type of connection information required. If you needCONNECTION_CREDENTIALSalong with marking participant as connected, passCONNECTION_CREDENTIALSinType.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
participantToken
CreateParticipantConnectionRequest.Builder participantToken(String participantToken)
This is a header parameter.
The ParticipantToken as obtained from StartChatContact API response.
- Parameters:
participantToken- This is a header parameter.The ParticipantToken as obtained from StartChatContact API response.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectParticipant
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateParticipantConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateParticipantConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-