Interface AgentsCriteria.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AgentsCriteria.Builder,
,AgentsCriteria> SdkBuilder<AgentsCriteria.Builder,
,AgentsCriteria> SdkPojo
- Enclosing class:
AgentsCriteria
@Mutable
@NotThreadSafe
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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, 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.
-