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