@Stability(value=Experimental) public static final class RenderSignalsOptions.Builder extends Object implements software.amazon.jsii.Builder<RenderSignalsOptions>
RenderSignalsOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
RenderSignalsOptions |
build()
Builds the configured instance.
|
RenderSignalsOptions.Builder |
desiredCapacity(Number desiredCapacity)
Sets the value of
RenderSignalsOptions.getDesiredCapacity() |
RenderSignalsOptions.Builder |
minCapacity(Number minCapacity)
Sets the value of
RenderSignalsOptions.getMinCapacity() |
@Stability(value=Experimental) public RenderSignalsOptions.Builder desiredCapacity(Number desiredCapacity)
RenderSignalsOptions.getDesiredCapacity()desiredCapacity - The desiredCapacity of the ASG.this@Stability(value=Experimental) public RenderSignalsOptions.Builder minCapacity(Number minCapacity)
RenderSignalsOptions.getMinCapacity()minCapacity - The minSize of the ASG.this@Stability(value=Experimental) public RenderSignalsOptions build()
build in interface software.amazon.jsii.Builder<RenderSignalsOptions>RenderSignalsOptionsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.