@Stability(value=Stable) public static final class CfnSolution.IntegerHyperParameterRangeProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnSolution.IntegerHyperParameterRangeProperty>
CfnSolution.IntegerHyperParameterRangeProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSolution.IntegerHyperParameterRangeProperty |
build()
Builds the configured instance.
|
CfnSolution.IntegerHyperParameterRangeProperty.Builder |
maxValue(Number maxValue)
Sets the value of
CfnSolution.IntegerHyperParameterRangeProperty.getMaxValue() |
CfnSolution.IntegerHyperParameterRangeProperty.Builder |
minValue(Number minValue)
Sets the value of
CfnSolution.IntegerHyperParameterRangeProperty.getMinValue() |
CfnSolution.IntegerHyperParameterRangeProperty.Builder |
name(String name)
Sets the value of
CfnSolution.IntegerHyperParameterRangeProperty.getName() |
@Stability(value=Stable) public CfnSolution.IntegerHyperParameterRangeProperty.Builder maxValue(Number maxValue)
CfnSolution.IntegerHyperParameterRangeProperty.getMaxValue()maxValue - The maximum allowable value for the hyperparameter.this@Stability(value=Stable) public CfnSolution.IntegerHyperParameterRangeProperty.Builder minValue(Number minValue)
CfnSolution.IntegerHyperParameterRangeProperty.getMinValue()minValue - The minimum allowable value for the hyperparameter.this@Stability(value=Stable) public CfnSolution.IntegerHyperParameterRangeProperty.Builder name(String name)
CfnSolution.IntegerHyperParameterRangeProperty.getName()name - The name of the hyperparameter.this@Stability(value=Stable) public CfnSolution.IntegerHyperParameterRangeProperty build()
build in interface software.amazon.jsii.Builder<CfnSolution.IntegerHyperParameterRangeProperty>CfnSolution.IntegerHyperParameterRangePropertyNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.