public static interface AwsEcsTaskDefinitionPlacementConstraintsDetails.Builder extends SdkPojo, CopyableBuilder<AwsEcsTaskDefinitionPlacementConstraintsDetails.Builder,AwsEcsTaskDefinitionPlacementConstraintsDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsEcsTaskDefinitionPlacementConstraintsDetails.Builder |
expression(String expression)
A cluster query language expression to apply to the constraint.
|
AwsEcsTaskDefinitionPlacementConstraintsDetails.Builder |
type(String type)
The type of constraint.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEcsTaskDefinitionPlacementConstraintsDetails.Builder expression(String expression)
A cluster query language expression to apply to the constraint.
expression - A cluster query language expression to apply to the constraint.AwsEcsTaskDefinitionPlacementConstraintsDetails.Builder type(String type)
The type of constraint.
type - The type of constraint.Copyright © 2023. All rights reserved.