Interface QuoteConstraint.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<QuoteConstraint.Builder,,QuoteConstraint> SdkBuilder<QuoteConstraint.Builder,,QuoteConstraint> SdkPojo
- Enclosing class:
QuoteConstraint
@Mutable
@NotThreadSafe
public static interface QuoteConstraint.Builder
extends SdkPojo, CopyableBuilder<QuoteConstraint.Builder,QuoteConstraint>
-
Method Summary
Modifier and TypeMethodDescriptionquoteConstraintType(String quoteConstraintType) The type of constraint.quoteConstraintType(QuoteConstraintType quoteConstraintType) The type of constraint.The value of the constraint.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
-
quoteConstraintType
The type of constraint. Valid values are
RACK_MAXIMUM,RACK_MAX_POWER_KVA, andRACK_MAX_WEIGHT_LBS.- Parameters:
quoteConstraintType- The type of constraint. Valid values areRACK_MAXIMUM,RACK_MAX_POWER_KVA, andRACK_MAX_WEIGHT_LBS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
quoteConstraintType
The type of constraint. Valid values are
RACK_MAXIMUM,RACK_MAX_POWER_KVA, andRACK_MAX_WEIGHT_LBS.- Parameters:
quoteConstraintType- The type of constraint. Valid values areRACK_MAXIMUM,RACK_MAX_POWER_KVA, andRACK_MAX_WEIGHT_LBS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
value
The value of the constraint.
- Parameters:
value- The value of the constraint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-