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