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 Agent ID.agentIds
(Collection<String> agentIds) An object to specify a list of agents, by Agent 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, sdkFields
-
Method Details
-
agentIds
An object to specify a list of agents, by Agent ID.
- Parameters:
agentIds
- An object to specify a list of agents, by Agent 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 Agent ID.
- Parameters:
agentIds
- An object to specify a list of agents, by Agent ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-