Class CfnConfiguredModelAlgorithmAssociation.TrainedModelExportsMaxSizeProperty.Builder
java.lang.Object
software.amazon.awscdk.services.cleanroomsml.CfnConfiguredModelAlgorithmAssociation.TrainedModelExportsMaxSizeProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfiguredModelAlgorithmAssociation.TrainedModelExportsMaxSizeProperty>
- Enclosing interface:
CfnConfiguredModelAlgorithmAssociation.TrainedModelExportsMaxSizeProperty
@Stability(Stable)
public static final class CfnConfiguredModelAlgorithmAssociation.TrainedModelExportsMaxSizeProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfiguredModelAlgorithmAssociation.TrainedModelExportsMaxSizeProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
unit
@Stability(Stable) public CfnConfiguredModelAlgorithmAssociation.TrainedModelExportsMaxSizeProperty.Builder unit(String unit) Sets the value ofCfnConfiguredModelAlgorithmAssociation.TrainedModelExportsMaxSizeProperty.getUnit()- Parameters:
unit- the value to be set. This parameter is required.- Returns:
this
-
value
@Stability(Stable) public CfnConfiguredModelAlgorithmAssociation.TrainedModelExportsMaxSizeProperty.Builder value(Number value) Sets the value ofCfnConfiguredModelAlgorithmAssociation.TrainedModelExportsMaxSizeProperty.getValue()- Parameters:
value- the value to be set. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public CfnConfiguredModelAlgorithmAssociation.TrainedModelExportsMaxSizeProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConfiguredModelAlgorithmAssociation.TrainedModelExportsMaxSizeProperty>- Returns:
- a new instance of
CfnConfiguredModelAlgorithmAssociation.TrainedModelExportsMaxSizeProperty - Throws:
NullPointerException- if any required attribute was not provided
-