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