Interface AgentInfo.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AgentInfo.Builder,,AgentInfo> SdkBuilder<AgentInfo.Builder,,AgentInfo> SdkPojo
- Enclosing class:
AgentInfo
public static interface AgentInfo.Builder
extends SdkPojo, CopyableBuilder<AgentInfo.Builder,AgentInfo>
-
Method Summary
Modifier and TypeMethodDescriptionconnectedToAgentTimestamp(Instant connectedToAgentTimestamp) The timestamp when the contact was connected to the agent.The identifier of the agent who accepted the contact.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
id
The identifier of the agent who accepted the contact.
- Parameters:
id- The identifier of the agent who accepted the contact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectedToAgentTimestamp
The timestamp when the contact was connected to the agent.
- Parameters:
connectedToAgentTimestamp- The timestamp when the contact was connected to the agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-