public static interface StopContactStreamingRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<StopContactStreamingRequest.Builder,StopContactStreamingRequest>
| Modifier and Type | Method and Description |
|---|---|
StopContactStreamingRequest.Builder |
contactId(String contactId)
The identifier of the contact.
|
StopContactStreamingRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
StopContactStreamingRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopContactStreamingRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StopContactStreamingRequest.Builder |
streamingId(String streamingId)
The identifier of the streaming configuration enabled.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStopContactStreamingRequest.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.StopContactStreamingRequest.Builder contactId(String contactId)
The identifier of the contact. This is the identifier of the contact that is associated with the first interaction with the contact center.
contactId - The identifier of the contact. This is the identifier of the contact that is associated with the first
interaction with the contact center.StopContactStreamingRequest.Builder streamingId(String streamingId)
The identifier of the streaming configuration enabled.
streamingId - The identifier of the streaming configuration enabled.StopContactStreamingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStopContactStreamingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.