Interface MatchCriteria.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MatchCriteria.Builder,MatchCriteria>,SdkBuilder<MatchCriteria.Builder,MatchCriteria>,SdkPojo
- Enclosing class:
- MatchCriteria
public static interface MatchCriteria.Builder extends SdkPojo, CopyableBuilder<MatchCriteria.Builder,MatchCriteria>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default MatchCriteria.BuilderagentsCriteria(Consumer<AgentsCriteria.Builder> agentsCriteria)An object to defineAgentIds.MatchCriteria.BuilderagentsCriteria(AgentsCriteria agentsCriteria)An object to defineAgentIds.-
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
-
agentsCriteria
MatchCriteria.Builder agentsCriteria(AgentsCriteria agentsCriteria)
An object to define
AgentIds.- Parameters:
agentsCriteria- An object to defineAgentIds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentsCriteria
default MatchCriteria.Builder agentsCriteria(Consumer<AgentsCriteria.Builder> agentsCriteria)
An object to define
This is a convenience method that creates an instance of theAgentIds.AgentsCriteria.Builderavoiding the need to create one manually viaAgentsCriteria.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toagentsCriteria(AgentsCriteria).- Parameters:
agentsCriteria- a consumer that will call methods onAgentsCriteria.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
agentsCriteria(AgentsCriteria)
-
-