public static interface InstanceCountLimits.Builder extends SdkPojo, 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.
|
copy
applyMutation, build
InstanceCountLimits.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.