public static interface SuspendContactRecordingRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<SuspendContactRecordingRequest.Builder,SuspendContactRecordingRequest>
| Modifier and Type | Method and Description |
|---|---|
SuspendContactRecordingRequest.Builder |
contactId(String contactId)
The identifier of the contact.
|
SuspendContactRecordingRequest.Builder |
initialContactId(String initialContactId)
The identifier of the contact.
|
SuspendContactRecordingRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
SuspendContactRecordingRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SuspendContactRecordingRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSuspendContactRecordingRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance.SuspendContactRecordingRequest.Builder contactId(String contactId)
The identifier of the contact.
contactId - The identifier of the contact.SuspendContactRecordingRequest.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.SuspendContactRecordingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSuspendContactRecordingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.