public static interface StartContactStreamingRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<StartContactStreamingRequest.Builder,StartContactStreamingRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartContactStreamingRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.StartContactStreamingRequest.Builder contactId(String contactId)
The identifier of the contact. This is the identifier of the contact associated with the first interaction with the contact center.
contactId - The identifier of the contact. This is the identifier of the contact associated with the first
interaction with the contact center.StartContactStreamingRequest.Builder chatStreamingConfiguration(ChatStreamingConfiguration chatStreamingConfiguration)
The streaming configuration, such as the Amazon SNS streaming endpoint.
chatStreamingConfiguration - The streaming configuration, such as the Amazon SNS streaming endpoint.default StartContactStreamingRequest.Builder chatStreamingConfiguration(Consumer<ChatStreamingConfiguration.Builder> chatStreamingConfiguration)
The streaming configuration, such as the Amazon SNS streaming endpoint.
This is a convenience method that creates an instance of theChatStreamingConfiguration.Builder
avoiding the need to create one manually via ChatStreamingConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to chatStreamingConfiguration(ChatStreamingConfiguration).chatStreamingConfiguration - a consumer that will call methods on ChatStreamingConfiguration.BuilderchatStreamingConfiguration(ChatStreamingConfiguration)StartContactStreamingRequest.Builder clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.StartContactStreamingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartContactStreamingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.