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) 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.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 Details
-
multipleDimensionSelection
Determines if buyers are allowed to select multiple dimensions in the rate card. The possible values are
Allowed
andDisallowed
. The default value isAllowed
.- Parameters:
multipleDimensionSelection
- Determines if buyers are allowed to select multiple dimensions in the rate card. The possible values areAllowed
andDisallowed
. The default value isAllowed
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
quantityConfiguration
Determines if acceptors are allowed to configure quantity for each dimension in rate card. The possible values are
Allowed
andDisallowed
. The default value isAllowed
.- Parameters:
quantityConfiguration
- Determines if acceptors are allowed to configure quantity for each dimension in rate card. The possible values areAllowed
andDisallowed
. The default value isAllowed
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-