public static interface TaskDefinitionPlacementConstraint.Builder extends SdkPojo, CopyableBuilder<TaskDefinitionPlacementConstraint.Builder,TaskDefinitionPlacementConstraint>
| Modifier and Type | Method and Description |
|---|---|
TaskDefinitionPlacementConstraint.Builder |
expression(String expression)
A cluster query language expression to apply to the constraint.
|
TaskDefinitionPlacementConstraint.Builder |
type(String type)
The type of constraint.
|
TaskDefinitionPlacementConstraint.Builder |
type(TaskDefinitionPlacementConstraintType type)
The type of constraint.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTaskDefinitionPlacementConstraint.Builder type(String type)
The type of constraint. The MemberOf constraint restricts selection to be from a group of valid
candidates.
type - The type of constraint. The MemberOf constraint restricts selection to be from a group of
valid candidates.TaskDefinitionPlacementConstraintType,
TaskDefinitionPlacementConstraintTypeTaskDefinitionPlacementConstraint.Builder type(TaskDefinitionPlacementConstraintType type)
The type of constraint. The MemberOf constraint restricts selection to be from a group of valid
candidates.
type - The type of constraint. The MemberOf constraint restricts selection to be from a group of
valid candidates.TaskDefinitionPlacementConstraintType,
TaskDefinitionPlacementConstraintTypeTaskDefinitionPlacementConstraint.Builder expression(String 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.
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.Copyright © 2021. All rights reserved.