public static interface UpdateAgentStatusRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateAgentStatusRequest.Builder,UpdateAgentStatusRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAgentStatusRequest.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.
instanceId - The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance.UpdateAgentStatusRequest.Builder agentStatusId(String agentStatusId)
The identifier of the agent status.
agentStatusId - The identifier of the agent status.UpdateAgentStatusRequest.Builder name(String name)
The name of the agent status.
name - The name of the agent status.UpdateAgentStatusRequest.Builder description(String description)
The description of the agent status.
description - The description of the agent status.UpdateAgentStatusRequest.Builder state(String state)
The state of the agent status.
state - The state of the agent status.AgentStatusState,
AgentStatusStateUpdateAgentStatusRequest.Builder state(AgentStatusState state)
The state of the agent status.
state - The state of the agent status.AgentStatusState,
AgentStatusStateUpdateAgentStatusRequest.Builder displayOrder(Integer displayOrder)
The display order of the agent status.
displayOrder - The display order of the agent status.UpdateAgentStatusRequest.Builder resetOrderNumber(Boolean resetOrderNumber)
A number indicating the reset order of the agent status.
resetOrderNumber - A number indicating the reset order of the agent status.UpdateAgentStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateAgentStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.