Class CfnAlgorithm.CategoricalParameterRangeSpecificationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnAlgorithm.CategoricalParameterRangeSpecificationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAlgorithm.CategoricalParameterRangeSpecificationProperty>
- Enclosing interface:
CfnAlgorithm.CategoricalParameterRangeSpecificationProperty
@Stability(Stable)
public static final class CfnAlgorithm.CategoricalParameterRangeSpecificationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAlgorithm.CategoricalParameterRangeSpecificationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnAlgorithm.CategoricalParameterRangeSpecificationProperty.getValues()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
values
@Stability(Stable) public CfnAlgorithm.CategoricalParameterRangeSpecificationProperty.Builder values(List<String> values) Sets the value ofCfnAlgorithm.CategoricalParameterRangeSpecificationProperty.getValues()- Parameters:
values- the value to be set. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAlgorithm.CategoricalParameterRangeSpecificationProperty>- Returns:
- a new instance of
CfnAlgorithm.CategoricalParameterRangeSpecificationProperty - Throws:
NullPointerException- if any required attribute was not provided
-