Interface UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectRequest.Builder,CopyableBuilder<UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder,UpdateRoutingProfileAgentAvailabilityTimerRequest>,SdkBuilder<UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder,UpdateRoutingProfileAgentAvailabilityTimerRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateRoutingProfileAgentAvailabilityTimerRequest
public static interface UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder,UpdateRoutingProfileAgentAvailabilityTimerRequest>
-
-
Method Summary
-
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
UpdateRoutingProfileAgentAvailabilityTimerRequest.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.
-
routingProfileId
UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder routingProfileId(String routingProfileId)
The identifier of the routing profile.
- Parameters:
routingProfileId- The identifier of the routing profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentAvailabilityTimer
UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder agentAvailabilityTimer(String agentAvailabilityTimer)
Whether agents with this routing profile will have their routing order calculated based on time since their last inbound contact or longest idle time.
- Parameters:
agentAvailabilityTimer- Whether agents with this routing profile will have their routing order calculated based on time since their last inbound contact or longest idle time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AgentAvailabilityTimer,AgentAvailabilityTimer
-
agentAvailabilityTimer
UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder agentAvailabilityTimer(AgentAvailabilityTimer agentAvailabilityTimer)
Whether agents with this routing profile will have their routing order calculated based on time since their last inbound contact or longest idle time.
- Parameters:
agentAvailabilityTimer- Whether agents with this routing profile will have their routing order calculated based on time since their last inbound contact or longest idle time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AgentAvailabilityTimer,AgentAvailabilityTimer
-
overrideConfiguration
UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-