@Stability(value=Stable) public static final class CfnSolution.CategoricalHyperParameterRangeProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnSolution.CategoricalHyperParameterRangeProperty>
CfnSolution.CategoricalHyperParameterRangeProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSolution.CategoricalHyperParameterRangeProperty |
build()
Builds the configured instance.
|
CfnSolution.CategoricalHyperParameterRangeProperty.Builder |
name(String name)
Sets the value of
CfnSolution.CategoricalHyperParameterRangeProperty.getName() |
CfnSolution.CategoricalHyperParameterRangeProperty.Builder |
values(List<String> values)
Sets the value of
CfnSolution.CategoricalHyperParameterRangeProperty.getValues() |
@Stability(value=Stable) public CfnSolution.CategoricalHyperParameterRangeProperty.Builder name(String name)
CfnSolution.CategoricalHyperParameterRangeProperty.getName()name - The name of the hyperparameter.this@Stability(value=Stable) public CfnSolution.CategoricalHyperParameterRangeProperty.Builder values(List<String> values)
CfnSolution.CategoricalHyperParameterRangeProperty.getValues()values - A list of the categories for the hyperparameter.this@Stability(value=Stable) public CfnSolution.CategoricalHyperParameterRangeProperty build()
build in interface software.amazon.jsii.Builder<CfnSolution.CategoricalHyperParameterRangeProperty>CfnSolution.CategoricalHyperParameterRangePropertyNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.