Interface StartOutboundChatContactRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,ConnectRequest.Builder
,CopyableBuilder<StartOutboundChatContactRequest.Builder,
,StartOutboundChatContactRequest> SdkBuilder<StartOutboundChatContactRequest.Builder,
,StartOutboundChatContactRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
StartOutboundChatContactRequest
-
Method Summary
Modifier and TypeMethodDescriptionattributes
(Map<String, String> attributes) A custom key-value pair using an attribute map.chatDurationInMinutes
(Integer chatDurationInMinutes) The total duration of the newly started chat session.clientToken
(String clientToken) A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.contactFlowId
(String contactFlowId) The identifier of the flow for the call.destinationEndpoint
(Consumer<Endpoint.Builder> destinationEndpoint) Sets the value of the DestinationEndpoint property for this object.destinationEndpoint
(Endpoint destinationEndpoint) Sets the value of the DestinationEndpoint property for this object.initialSystemMessage
(Consumer<ChatMessage.Builder> initialSystemMessage) Sets the value of the InitialSystemMessage property for this object.initialSystemMessage
(ChatMessage initialSystemMessage) Sets the value of the InitialSystemMessage property for this object.instanceId
(String instanceId) The identifier of the Amazon Connect instance.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.participantDetails
(Consumer<ParticipantDetails.Builder> participantDetails) Sets the value of the ParticipantDetails property for this object.participantDetails
(ParticipantDetails participantDetails) Sets the value of the ParticipantDetails property for this object.relatedContactId
(String relatedContactId) The unique identifier for an Amazon Connect contact.segmentAttributes
(Map<String, SegmentAttributeValue> segmentAttributes) A set of system defined key-value pairs stored on individual contact segments using an attribute map.sourceEndpoint
(Consumer<Endpoint.Builder> sourceEndpoint) Sets the value of the SourceEndpoint property for this object.sourceEndpoint
(Endpoint sourceEndpoint) Sets the value of the SourceEndpoint property for this object.supportedMessagingContentTypes
(String... supportedMessagingContentTypes) The supported chat message content types.supportedMessagingContentTypes
(Collection<String> supportedMessagingContentTypes) The supported chat message content types.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectRequest.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
-
sourceEndpoint
Sets the value of the SourceEndpoint property for this object.- Parameters:
sourceEndpoint
- The new value for the SourceEndpoint property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceEndpoint
default StartOutboundChatContactRequest.Builder sourceEndpoint(Consumer<Endpoint.Builder> sourceEndpoint) Sets the value of the SourceEndpoint property for this object. This is a convenience method that creates an instance of theEndpoint.Builder
avoiding the need to create one manually viaEndpoint.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosourceEndpoint(Endpoint)
.- Parameters:
sourceEndpoint
- a consumer that will call methods onEndpoint.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
destinationEndpoint
Sets the value of the DestinationEndpoint property for this object.- Parameters:
destinationEndpoint
- The new value for the DestinationEndpoint property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationEndpoint
default StartOutboundChatContactRequest.Builder destinationEndpoint(Consumer<Endpoint.Builder> destinationEndpoint) Sets the value of the DestinationEndpoint property for this object. This is a convenience method that creates an instance of theEndpoint.Builder
avoiding the need to create one manually viaEndpoint.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todestinationEndpoint(Endpoint)
.- Parameters:
destinationEndpoint
- a consumer that will call methods onEndpoint.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
instanceId
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
- Parameters:
instanceId
- The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
segmentAttributes
StartOutboundChatContactRequest.Builder segmentAttributes(Map<String, SegmentAttributeValue> segmentAttributes) A set of system defined key-value pairs stored on individual contact segments using an attribute map. The attributes are standard Amazon Connect attributes. They can be accessed in flows.
-
Attribute keys can include only alphanumeric,
-
, and_
. -
This field can be used to show channel subtype, such as
connect:Guide
andconnect:SMS
.
- Parameters:
segmentAttributes
- A set of system defined key-value pairs stored on individual contact segments using an attribute map. The attributes are standard Amazon Connect attributes. They can be accessed in flows.-
Attribute keys can include only alphanumeric,
-
, and_
. -
This field can be used to show channel subtype, such as
connect:Guide
andconnect:SMS
.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
attributes
A custom key-value pair using an attribute map. The attributes are standard Amazon Connect attributes, and can be accessed in flows just like any other contact attributes.
- Parameters:
attributes
- A custom key-value pair using an attribute map. The attributes are standard Amazon Connect attributes, and can be accessed in flows just like any other contact attributes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contactFlowId
The identifier of the flow for the call. To see the ContactFlowId in the Amazon Connect console user interface, on the navigation menu go to Routing, Contact Flows. Choose the flow. On the flow page, under the name of the flow, choose Show additional flow information. The ContactFlowId is the last part of the ARN, shown here in bold:
-
arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contact-flow/ 123ec456-a007-89c0-1234-xxxxxxxxxxxx
- Parameters:
contactFlowId
- The identifier of the flow for the call. To see the ContactFlowId in the Amazon Connect console user interface, on the navigation menu go to Routing, Contact Flows. Choose the flow. On the flow page, under the name of the flow, choose Show additional flow information. The ContactFlowId is the last part of the ARN, shown here in bold:-
arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contact-flow/ 123ec456-a007-89c0-1234-xxxxxxxxxxxx
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
chatDurationInMinutes
The total duration of the newly started chat session. If not specified, the chat session duration defaults to 25 hour. The minimum configurable time is 60 minutes. The maximum configurable time is 10,080 minutes (7 days).
- Parameters:
chatDurationInMinutes
- The total duration of the newly started chat session. If not specified, the chat session duration defaults to 25 hour. The minimum configurable time is 60 minutes. The maximum configurable time is 10,080 minutes (7 days).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
participantDetails
Sets the value of the ParticipantDetails property for this object.- Parameters:
participantDetails
- The new value for the ParticipantDetails property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
participantDetails
default StartOutboundChatContactRequest.Builder participantDetails(Consumer<ParticipantDetails.Builder> participantDetails) Sets the value of the ParticipantDetails property for this object. This is a convenience method that creates an instance of theParticipantDetails.Builder
avoiding the need to create one manually viaParticipantDetails.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toparticipantDetails(ParticipantDetails)
.- Parameters:
participantDetails
- a consumer that will call methods onParticipantDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
initialSystemMessage
Sets the value of the InitialSystemMessage property for this object.- Parameters:
initialSystemMessage
- The new value for the InitialSystemMessage property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
initialSystemMessage
default StartOutboundChatContactRequest.Builder initialSystemMessage(Consumer<ChatMessage.Builder> initialSystemMessage) Sets the value of the InitialSystemMessage property for this object. This is a convenience method that creates an instance of theChatMessage.Builder
avoiding the need to create one manually viaChatMessage.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toinitialSystemMessage(ChatMessage)
.- Parameters:
initialSystemMessage
- a consumer that will call methods onChatMessage.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
supportedMessagingContentTypes
StartOutboundChatContactRequest.Builder supportedMessagingContentTypes(Collection<String> supportedMessagingContentTypes) The supported chat message content types. Supported types are:
-
text/plain
-
text/markdown
-
application/json, application/vnd.amazonaws.connect.message.interactive
-
application/vnd.amazonaws.connect.message.interactive.response
Content types must always contain
text/plain
. You can then put any other supported type in the list. For example, all the following lists are valid because they containtext/plain
:-
[text/plain, text/markdown, application/json]
-
[text/markdown, text/plain]
-
[text/plain, application/json, application/vnd.amazonaws.connect.message.interactive.response]
- Parameters:
supportedMessagingContentTypes
- The supported chat message content types. Supported types are:-
text/plain
-
text/markdown
-
application/json, application/vnd.amazonaws.connect.message.interactive
-
application/vnd.amazonaws.connect.message.interactive.response
Content types must always contain
text/plain
. You can then put any other supported type in the list. For example, all the following lists are valid because they containtext/plain
:-
[text/plain, text/markdown, application/json]
-
[text/markdown, text/plain]
-
[text/plain, application/json, application/vnd.amazonaws.connect.message.interactive.response]
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
supportedMessagingContentTypes
StartOutboundChatContactRequest.Builder supportedMessagingContentTypes(String... supportedMessagingContentTypes) The supported chat message content types. Supported types are:
-
text/plain
-
text/markdown
-
application/json, application/vnd.amazonaws.connect.message.interactive
-
application/vnd.amazonaws.connect.message.interactive.response
Content types must always contain
text/plain
. You can then put any other supported type in the list. For example, all the following lists are valid because they containtext/plain
:-
[text/plain, text/markdown, application/json]
-
[text/markdown, text/plain]
-
[text/plain, application/json, application/vnd.amazonaws.connect.message.interactive.response]
- Parameters:
supportedMessagingContentTypes
- The supported chat message content types. Supported types are:-
text/plain
-
text/markdown
-
application/json, application/vnd.amazonaws.connect.message.interactive
-
application/vnd.amazonaws.connect.message.interactive.response
Content types must always contain
text/plain
. You can then put any other supported type in the list. For example, all the following lists are valid because they containtext/plain
:-
[text/plain, text/markdown, application/json]
-
[text/markdown, text/plain]
-
[text/plain, application/json, application/vnd.amazonaws.connect.message.interactive.response]
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
clientToken
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the AWS SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs. The token is valid for 7 days after creation. If a contact is already started, the contact ID is returned.
- Parameters:
clientToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the AWS SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs. The token is valid for 7 days after creation. If a contact is already started, the contact ID is returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartOutboundChatContactRequest.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
StartOutboundChatContactRequest.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.
-