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 SummaryModifier and TypeMethodDescriptionmultipleDimensionSelection(String multipleDimensionSelection) Determines if buyers are allowed to select multiple dimensions in the rate card.quantityConfiguration(String quantityConfiguration) Determines if acceptors are allowed to configure quantity for each dimension in rate card.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
multipleDimensionSelectionDetermines if buyers are allowed to select multiple dimensions in the rate card. The possible values are AllowedandDisallowed. The default value isAllowed.- Parameters:
- multipleDimensionSelection- Determines if buyers are allowed to select multiple dimensions in the rate card. The possible values are- Allowedand- Disallowed. The default value is- Allowed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
quantityConfigurationDetermines if acceptors are allowed to configure quantity for each dimension in rate card. The possible values are AllowedandDisallowed. The default value isAllowed.- Parameters:
- quantityConfiguration- Determines if acceptors are allowed to configure quantity for each dimension in rate card. The possible values are- Allowedand- Disallowed. The default value is- Allowed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-