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
Modifier and TypeMethodDescriptionagentAvailabilityTimer
(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.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.instanceId
(String instanceId) The identifier of the Amazon Connect instance.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.routingProfileId
(String routingProfileId) The identifier of the routing profile.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 Details
-
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
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
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:
-
overrideConfiguration
UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-