Interface IntegerConstraints.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IntegerConstraints.Builder,,IntegerConstraints> SdkBuilder<IntegerConstraints.Builder,,IntegerConstraints> SdkPojo
- Enclosing class:
IntegerConstraints
@Mutable
@NotThreadSafe
public static interface IntegerConstraints.Builder
extends SdkPojo, CopyableBuilder<IntegerConstraints.Builder,IntegerConstraints>
-
Method Summary
Modifier and TypeMethodDescriptionThe maximum allowed value.The minimum allowed value.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
-
min
The minimum allowed value.
- Parameters:
min- The minimum allowed value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
max
The maximum allowed value.
- Parameters:
max- The maximum allowed value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-