Interface ContactSearchSummaryAgentInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ContactSearchSummaryAgentInfo.Builder,ContactSearchSummaryAgentInfo>,SdkBuilder<ContactSearchSummaryAgentInfo.Builder,ContactSearchSummaryAgentInfo>,SdkPojo
- Enclosing class:
- ContactSearchSummaryAgentInfo
public static interface ContactSearchSummaryAgentInfo.Builder extends SdkPojo, CopyableBuilder<ContactSearchSummaryAgentInfo.Builder,ContactSearchSummaryAgentInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContactSearchSummaryAgentInfo.BuilderconnectedToAgentTimestamp(Instant connectedToAgentTimestamp)The timestamp when the contact was connected to the agent.ContactSearchSummaryAgentInfo.Builderid(String id)The identifier of the agent who accepted the contact.-
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
-
id
ContactSearchSummaryAgentInfo.Builder id(String 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
ContactSearchSummaryAgentInfo.Builder connectedToAgentTimestamp(Instant 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.
-
-