Uses of Interface
software.amazon.awssdk.services.connect.model.AgentStatusReference.Builder
-
Packages that use AgentStatusReference.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of AgentStatusReference.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return AgentStatusReference.Builder Modifier and Type Method Description static AgentStatusReference.BuilderAgentStatusReference. builder()AgentStatusReference.BuilderAgentStatusReference.Builder. statusArn(String statusArn)The Amazon Resource Name (ARN) of the agent's status.AgentStatusReference.BuilderAgentStatusReference.Builder. statusName(String statusName)The name of the agent status.AgentStatusReference.BuilderAgentStatusReference.Builder. statusStartTimestamp(Instant statusStartTimestamp)The start timestamp of the agent's status.AgentStatusReference.BuilderAgentStatusReference. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type AgentStatusReference.Builder Modifier and Type Method Description static Class<? extends AgentStatusReference.Builder>AgentStatusReference. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type AgentStatusReference.Builder Modifier and Type Method Description default UserData.BuilderUserData.Builder. status(Consumer<AgentStatusReference.Builder> status)The status of the agent that they manually set in their Contact Control Panel (CCP), or that the supervisor manually changes in the real-time metrics report.
-