Interface CreateParticipantConnectionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,ConnectParticipantRequest.Builder
,CopyableBuilder<CreateParticipantConnectionRequest.Builder,
,CreateParticipantConnectionRequest> SdkBuilder<CreateParticipantConnectionRequest.Builder,
,CreateParticipantConnectionRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateParticipantConnectionRequest
-
Method Summary
Modifier and TypeMethodDescriptionconnectParticipant
(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.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.participantToken
(String participantToken) This is a header parameter.type
(Collection<ConnectionType> type) Type of connection information required.type
(ConnectionType... type) Type of connection information required.typeWithStrings
(String... type) Type of connection information required.typeWithStrings
(Collection<String> type) Type of connection information required.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, sdkFieldNameToField, sdkFields
-
Method Details
-
typeWithStrings
Type of connection information required. If you need
CONNECTION_CREDENTIALS
along with marking participant as connected, passCONNECTION_CREDENTIALS
inType
.- Parameters:
type
- Type of connection information required. If you needCONNECTION_CREDENTIALS
along with marking participant as connected, passCONNECTION_CREDENTIALS
inType
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typeWithStrings
Type of connection information required. If you need
CONNECTION_CREDENTIALS
along with marking participant as connected, passCONNECTION_CREDENTIALS
inType
.- Parameters:
type
- Type of connection information required. If you needCONNECTION_CREDENTIALS
along with marking participant as connected, passCONNECTION_CREDENTIALS
inType
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
Type of connection information required. If you need
CONNECTION_CREDENTIALS
along with marking participant as connected, passCONNECTION_CREDENTIALS
inType
.- Parameters:
type
- Type of connection information required. If you needCONNECTION_CREDENTIALS
along with marking participant as connected, passCONNECTION_CREDENTIALS
inType
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
Type of connection information required. If you need
CONNECTION_CREDENTIALS
along with marking participant as connected, passCONNECTION_CREDENTIALS
inType
.- Parameters:
type
- Type of connection information required. If you needCONNECTION_CREDENTIALS
along with marking participant as connected, passCONNECTION_CREDENTIALS
inType
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateParticipantConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-