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 Details

    • quoteConstraintType

      QuoteConstraint.Builder quoteConstraintType(String quoteConstraintType)

      The type of constraint. Valid values are RACK_MAXIMUM, RACK_MAX_POWER_KVA, and RACK_MAX_WEIGHT_LBS.

      Parameters:
      quoteConstraintType - The type of constraint. Valid values are RACK_MAXIMUM, RACK_MAX_POWER_KVA, and RACK_MAX_WEIGHT_LBS.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • quoteConstraintType

      QuoteConstraint.Builder quoteConstraintType(QuoteConstraintType quoteConstraintType)

      The type of constraint. Valid values are RACK_MAXIMUM, RACK_MAX_POWER_KVA, and RACK_MAX_WEIGHT_LBS.

      Parameters:
      quoteConstraintType - The type of constraint. Valid values are RACK_MAXIMUM, RACK_MAX_POWER_KVA, and RACK_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.