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
Modifier and TypeMethodDescriptionmaximumInstanceCount
(Integer maximumInstanceCount) Sets the value of the MaximumInstanceCount property for this object.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 Details
-
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
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.
-