Interface RouteWeightConstraint.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RouteWeightConstraint.Builder,,RouteWeightConstraint> SdkBuilder<RouteWeightConstraint.Builder,,RouteWeightConstraint> SdkPojo
- Enclosing class:
RouteWeightConstraint
@Mutable
@NotThreadSafe
public static interface RouteWeightConstraint.Builder
extends SdkPojo, CopyableBuilder<RouteWeightConstraint.Builder,RouteWeightConstraint>
-
Method Summary
Modifier and TypeMethodDescriptionThe type of constraint.The type of constraint.The constraint value.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.
- Parameters:
type- The type of constraint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of constraint.
- Parameters:
type- The type of constraint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
value
The constraint value.
Unit:
Kilograms- Parameters:
value- The constraint value.Unit:
Kilograms- Returns:
- Returns a reference to this object so that method calls can be chained together.
-