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