Interface AgentsCriteria.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AgentsCriteria.Builder,,AgentsCriteria> SdkBuilder<AgentsCriteria.Builder,,AgentsCriteria> SdkPojo
- Enclosing class:
AgentsCriteria
public static interface AgentsCriteria.Builder
extends SdkPojo, CopyableBuilder<AgentsCriteria.Builder,AgentsCriteria>
-
Method Summary
Modifier and TypeMethodDescriptionAn object to specify a list of agents, by user ID.agentIds(Collection<String> agentIds) An object to specify a list of agents, by user ID.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
-
agentIds
An object to specify a list of agents, by user ID.
- Parameters:
agentIds- An object to specify a list of agents, by user ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentIds
An object to specify a list of agents, by user ID.
- Parameters:
agentIds- An object to specify a list of agents, by user ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-