Interface TaskDefinitionPlacementConstraint.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<TaskDefinitionPlacementConstraint.Builder,,TaskDefinitionPlacementConstraint> SdkBuilder<TaskDefinitionPlacementConstraint.Builder,,TaskDefinitionPlacementConstraint> SdkPojo
- Enclosing class:
 TaskDefinitionPlacementConstraint
public static interface TaskDefinitionPlacementConstraint.Builder
extends SdkPojo, CopyableBuilder<TaskDefinitionPlacementConstraint.Builder,TaskDefinitionPlacementConstraint> 
- 
Method Summary
Modifier and TypeMethodDescriptionexpression(String expression) A cluster query language expression to apply to the constraint.The type of constraint.The type of constraint.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, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
type
The type of constraint. The
MemberOfconstraint restricts selection to be from a group of valid candidates.- Parameters:
 type- The type of constraint. TheMemberOfconstraint restricts selection to be from a group of valid candidates.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
type
The type of constraint. The
MemberOfconstraint restricts selection to be from a group of valid candidates.- Parameters:
 type- The type of constraint. TheMemberOfconstraint restricts selection to be from a group of valid candidates.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
expression
A cluster query language expression to apply to the constraint. For more information, see Cluster query language in the Amazon Elastic Container Service Developer Guide.
- Parameters:
 expression- A cluster query language expression to apply to the constraint. For more information, see Cluster query language in the Amazon Elastic Container Service Developer Guide.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -