Interface RouteWeightConstraint.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RouteWeightConstraint.Builder,RouteWeightConstraint>,SdkBuilder<RouteWeightConstraint.Builder,RouteWeightConstraint>,SdkPojo
- Enclosing class:
- RouteWeightConstraint
public static interface RouteWeightConstraint.Builder extends SdkPojo, CopyableBuilder<RouteWeightConstraint.Builder,RouteWeightConstraint>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RouteWeightConstraint.Buildertype(String type)The type of constraint.RouteWeightConstraint.Buildertype(RouteWeightConstraintType type)The type of constraint.RouteWeightConstraint.Buildervalue(Long value)The constraint value.-
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 Detail
-
type
RouteWeightConstraint.Builder type(String 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:
RouteWeightConstraintType,RouteWeightConstraintType
-
type
RouteWeightConstraint.Builder type(RouteWeightConstraintType 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:
RouteWeightConstraintType,RouteWeightConstraintType
-
value
RouteWeightConstraint.Builder value(Long 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.
-
-