Interface ContactConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ContactConfiguration.Builder,
,ContactConfiguration> SdkBuilder<ContactConfiguration.Builder,
,ContactConfiguration> SdkPojo
- Enclosing class:
ContactConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the contact within the Amazon Connect instance.includeRawMessage
(Boolean includeRawMessage) Whether to include raw connect message in the push notification payload.participantRole
(String participantRole) The role of the participant in the chat conversation.participantRole
(ParticipantRole participantRole) The role of the participant in the chat conversation.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
-
contactId
The identifier of the contact within the Amazon Connect instance.
- Parameters:
contactId
- The identifier of the contact within the Amazon Connect instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
participantRole
The role of the participant in the chat conversation.
Only
CUSTOMER
is currently supported. Any other values other thanCUSTOMER
will result in an exception (4xx error).- Parameters:
participantRole
- The role of the participant in the chat conversation.Only
CUSTOMER
is currently supported. Any other values other thanCUSTOMER
will result in an exception (4xx error).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
participantRole
The role of the participant in the chat conversation.
Only
CUSTOMER
is currently supported. Any other values other thanCUSTOMER
will result in an exception (4xx error).- Parameters:
participantRole
- The role of the participant in the chat conversation.Only
CUSTOMER
is currently supported. Any other values other thanCUSTOMER
will result in an exception (4xx error).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
includeRawMessage
Whether to include raw connect message in the push notification payload. Default is
False
.- Parameters:
includeRawMessage
- Whether to include raw connect message in the push notification payload. Default isFalse
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-