| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static AgentStatusReference.Builder |
AgentStatusReference.builder() |
AgentStatusReference.Builder |
AgentStatusReference.Builder.statusArn(String statusArn)
The Amazon Resource Name (ARN) of the agent's status.
|
AgentStatusReference.Builder |
AgentStatusReference.Builder.statusName(String statusName)
The name of the agent status.
|
AgentStatusReference.Builder |
AgentStatusReference.Builder.statusStartTimestamp(Instant statusStartTimestamp)
The start timestamp of the agent's status.
|
AgentStatusReference.Builder |
AgentStatusReference.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AgentStatusReference.Builder> |
AgentStatusReference.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UserData.Builder |
UserData.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.
|
Copyright © 2023. All rights reserved.