Interface InstanceCountLimits.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<InstanceCountLimits.Builder,InstanceCountLimits>
,SdkBuilder<InstanceCountLimits.Builder,InstanceCountLimits>
,SdkPojo
- Enclosing class:
- InstanceCountLimits
public static interface InstanceCountLimits.Builder extends SdkPojo, CopyableBuilder<InstanceCountLimits.Builder,InstanceCountLimits>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstanceCountLimits.Builder
maximumInstanceCount(Integer maximumInstanceCount)
Sets the value of the MaximumInstanceCount property for this object.InstanceCountLimits.Builder
minimumInstanceCount(Integer minimumInstanceCount)
Sets the value of the MinimumInstanceCount property for this object.-
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, sdkFields
-
-
-
-
Method Detail
-
minimumInstanceCount
InstanceCountLimits.Builder minimumInstanceCount(Integer minimumInstanceCount)
Sets the value of the MinimumInstanceCount property for this object.- Parameters:
minimumInstanceCount
- The new value for the MinimumInstanceCount property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maximumInstanceCount
InstanceCountLimits.Builder maximumInstanceCount(Integer maximumInstanceCount)
Sets the value of the MaximumInstanceCount property for this object.- Parameters:
maximumInstanceCount
- The new value for the MaximumInstanceCount property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-