Interface UpdateContactScheduleRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectRequest.Builder,CopyableBuilder<UpdateContactScheduleRequest.Builder,UpdateContactScheduleRequest>,SdkBuilder<UpdateContactScheduleRequest.Builder,UpdateContactScheduleRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateContactScheduleRequest
public static interface UpdateContactScheduleRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateContactScheduleRequest.Builder,UpdateContactScheduleRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateContactScheduleRequest.BuildercontactId(String contactId)The identifier of the contact.UpdateContactScheduleRequest.BuilderinstanceId(String instanceId)The identifier of the Amazon Connect instance.UpdateContactScheduleRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateContactScheduleRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateContactScheduleRequest.BuilderscheduledTime(Instant scheduledTime)The timestamp, in Unix Epoch seconds format, at which to start running the inbound flow.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
instanceId
UpdateContactScheduleRequest.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.
- Parameters:
instanceId- The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contactId
UpdateContactScheduleRequest.Builder contactId(String contactId)
The identifier of the contact.
- Parameters:
contactId- The identifier of the contact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scheduledTime
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateContactScheduleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateContactScheduleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-