public static final class ActionArtifactBounds.Builder extends Object
ActionArtifactBounds| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ActionArtifactBounds |
build()
Builds the configured instance.
|
ActionArtifactBounds.Builder |
withMaxInputs(Number value)
Sets the value of MaxInputs
|
ActionArtifactBounds.Builder |
withMaxOutputs(Number value)
Sets the value of MaxOutputs
|
ActionArtifactBounds.Builder |
withMinInputs(Number value)
Sets the value of MinInputs
|
ActionArtifactBounds.Builder |
withMinOutputs(Number value)
Sets the value of MinOutputs
|
public ActionArtifactBounds.Builder withMaxInputs(Number value)
value - the value to be setthispublic ActionArtifactBounds.Builder withMaxOutputs(Number value)
value - the value to be setthispublic ActionArtifactBounds.Builder withMinInputs(Number value)
value - the value to be setthispublic ActionArtifactBounds.Builder withMinOutputs(Number value)
value - the value to be setthispublic ActionArtifactBounds build()
ActionArtifactBoundsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.