@Stability(value=Experimental) public static final class ActionArtifactBounds.Builder extends Object implements software.amazon.jsii.Builder<ActionArtifactBounds>
ActionArtifactBounds| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ActionArtifactBounds |
build()
Builds the configured instance.
|
ActionArtifactBounds.Builder |
maxInputs(Number maxInputs)
Sets the value of
ActionArtifactBounds.getMaxInputs() |
ActionArtifactBounds.Builder |
maxOutputs(Number maxOutputs)
Sets the value of
ActionArtifactBounds.getMaxOutputs() |
ActionArtifactBounds.Builder |
minInputs(Number minInputs)
Sets the value of
ActionArtifactBounds.getMinInputs() |
ActionArtifactBounds.Builder |
minOutputs(Number minOutputs)
Sets the value of
ActionArtifactBounds.getMinOutputs() |
@Stability(value=Experimental) public ActionArtifactBounds.Builder maxInputs(Number maxInputs)
ActionArtifactBounds.getMaxInputs()maxInputs - the value to be set. This parameter is required.this@Stability(value=Experimental) public ActionArtifactBounds.Builder maxOutputs(Number maxOutputs)
ActionArtifactBounds.getMaxOutputs()maxOutputs - the value to be set. This parameter is required.this@Stability(value=Experimental) public ActionArtifactBounds.Builder minInputs(Number minInputs)
ActionArtifactBounds.getMinInputs()minInputs - the value to be set. This parameter is required.this@Stability(value=Experimental) public ActionArtifactBounds.Builder minOutputs(Number minOutputs)
ActionArtifactBounds.getMinOutputs()minOutputs - the value to be set. This parameter is required.this@Stability(value=Experimental) public ActionArtifactBounds build()
build in interface software.amazon.jsii.Builder<ActionArtifactBounds>ActionArtifactBoundsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.