public static interface UpdateContactScheduleRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateContactScheduleRequest.Builder,UpdateContactScheduleRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateContactScheduleRequest.Builder |
contactId(String contactId)
The identifier of the contact.
|
UpdateContactScheduleRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
UpdateContactScheduleRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateContactScheduleRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateContactScheduleRequest.Builder |
scheduledTime(Instant scheduledTime)
The timestamp, in Unix Epoch seconds format, at which to start running the inbound flow.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateContactScheduleRequest.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.UpdateContactScheduleRequest.Builder contactId(String contactId)
The identifier of the contact.
contactId - The identifier of the contact.UpdateContactScheduleRequest.Builder scheduledTime(Instant scheduledTime)
The timestamp, in Unix Epoch seconds format, at which to start running the inbound flow. The scheduled time cannot be in the past. It must be within up to 6 days in future.
scheduledTime - The timestamp, in Unix Epoch seconds format, at which to start running the inbound flow. The scheduled
time cannot be in the past. It must be within up to 6 days in future.UpdateContactScheduleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateContactScheduleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.