@Stability(value=Experimental) public static final class EnableScalingProps.Builder extends Object
EnableScalingProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
EnableScalingProps |
build()
Builds the configured instance.
|
EnableScalingProps.Builder |
withMaxCapacity(Number value)
Sets the value of MaxCapacity
|
EnableScalingProps.Builder |
withMinCapacity(Number value)
Sets the value of MinCapacity
|
@Stability(value=Experimental) public EnableScalingProps.Builder withMaxCapacity(Number value)
value - Maximum capacity to scale to.this@Stability(value=Experimental) public EnableScalingProps.Builder withMinCapacity(Number value)
value - Minimum capacity to scale to.this@Stability(value=Experimental) public EnableScalingProps build()
EnableScalingPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.