Interface WaypointOptimizationFailedConstraint.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WaypointOptimizationFailedConstraint.Builder,
,WaypointOptimizationFailedConstraint> SdkBuilder<WaypointOptimizationFailedConstraint.Builder,
,WaypointOptimizationFailedConstraint> SdkPojo
- Enclosing class:
WaypointOptimizationFailedConstraint
@Mutable
@NotThreadSafe
public static interface WaypointOptimizationFailedConstraint.Builder
extends SdkPojo, CopyableBuilder<WaypointOptimizationFailedConstraint.Builder,WaypointOptimizationFailedConstraint>
-
Method Summary
Modifier and TypeMethodDescriptionconstraint
(String constraint) The failed constraint.constraint
(WaypointOptimizationConstraint constraint) The failed constraint.Reason for the failed constraint.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, sdkFieldNameToField, sdkFields
-
Method Details
-
constraint
The failed constraint.
- Parameters:
constraint
- The failed constraint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
constraint
The failed constraint.
- Parameters:
constraint
- The failed constraint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
reason
Reason for the failed constraint.
- Parameters:
reason
- Reason for the failed constraint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-