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