public static interface InstanceCountLimits.Builder extends CopyableBuilder<InstanceCountLimits.Builder,InstanceCountLimits>
| Modifier and Type | Method and 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.
|
copyapply, buildInstanceCountLimits.Builder minimumInstanceCount(Integer minimumInstanceCount)
minimumInstanceCount - The new value for the MinimumInstanceCount property for this object.InstanceCountLimits.Builder maximumInstanceCount(Integer maximumInstanceCount)
maximumInstanceCount - The new value for the MaximumInstanceCount property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.