Interface UpdateAgentStatusRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectRequest.Builder,CopyableBuilder<UpdateAgentStatusRequest.Builder,UpdateAgentStatusRequest>,SdkBuilder<UpdateAgentStatusRequest.Builder,UpdateAgentStatusRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateAgentStatusRequest
public static interface UpdateAgentStatusRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateAgentStatusRequest.Builder,UpdateAgentStatusRequest>
-
-
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
UpdateAgentStatusRequest.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.
-
agentStatusId
UpdateAgentStatusRequest.Builder agentStatusId(String agentStatusId)
The identifier of the agent status.
- Parameters:
agentStatusId- The identifier of the agent status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateAgentStatusRequest.Builder name(String name)
The name of the agent status.
- Parameters:
name- The name of the agent status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateAgentStatusRequest.Builder description(String description)
The description of the agent status.
- Parameters:
description- The description of the agent status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
UpdateAgentStatusRequest.Builder state(String state)
The state of the agent status.
- Parameters:
state- The state of the agent status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AgentStatusState,AgentStatusState
-
state
UpdateAgentStatusRequest.Builder state(AgentStatusState state)
The state of the agent status.
- Parameters:
state- The state of the agent status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AgentStatusState,AgentStatusState
-
displayOrder
UpdateAgentStatusRequest.Builder displayOrder(Integer displayOrder)
The display order of the agent status.
- Parameters:
displayOrder- The display order of the agent status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resetOrderNumber
UpdateAgentStatusRequest.Builder resetOrderNumber(Boolean resetOrderNumber)
A number indicating the reset order of the agent status.
- Parameters:
resetOrderNumber- A number indicating the reset order of the agent status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateAgentStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateAgentStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-