Interface Constraints.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Constraints.Builder,,Constraints> SdkBuilder<Constraints.Builder,,Constraints> SdkPojo
- Enclosing class:
Constraints
@Mutable
@NotThreadSafe
public static interface Constraints.Builder
extends SdkPojo, CopyableBuilder<Constraints.Builder,Constraints>
-
Method Summary
Modifier and TypeMethodDescriptionmultipleDimensionSelection(String multipleDimensionSelection) Whether the buyer can select multiple dimensions.multipleDimensionSelection(RateCardConstraintType multipleDimensionSelection) Whether the buyer can select multiple dimensions.quantityConfiguration(String quantityConfiguration) Whether the buyer can configure quantities.quantityConfiguration(RateCardConstraintType quantityConfiguration) Whether the buyer can configure quantities.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
-
multipleDimensionSelection
Whether the buyer can select multiple dimensions. Values are
AllowedorDisallowed.- Parameters:
multipleDimensionSelection- Whether the buyer can select multiple dimensions. Values areAllowedorDisallowed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
multipleDimensionSelection
Whether the buyer can select multiple dimensions. Values are
AllowedorDisallowed.- Parameters:
multipleDimensionSelection- Whether the buyer can select multiple dimensions. Values areAllowedorDisallowed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
quantityConfiguration
Whether the buyer can configure quantities. Values are
AllowedorDisallowed.- Parameters:
quantityConfiguration- Whether the buyer can configure quantities. Values areAllowedorDisallowed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
quantityConfiguration
Whether the buyer can configure quantities. Values are
AllowedorDisallowed.- Parameters:
quantityConfiguration- Whether the buyer can configure quantities. Values areAllowedorDisallowed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-