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
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
-
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
CUSTOMERis currently supported. Any other values other thanCUSTOMERwill result in an exception (4xx error).- Parameters:
participantRole- The role of the participant in the chat conversation.Only
CUSTOMERis currently supported. Any other values other thanCUSTOMERwill 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
CUSTOMERis currently supported. Any other values other thanCUSTOMERwill result in an exception (4xx error).- Parameters:
participantRole- The role of the participant in the chat conversation.Only
CUSTOMERis currently supported. Any other values other thanCUSTOMERwill 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.
-