Class CfnTransformJobPropsMixin.ExperimentConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnTransformJobPropsMixin.ExperimentConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTransformJobPropsMixin.ExperimentConfigProperty>
- Enclosing interface:
CfnTransformJobPropsMixin.ExperimentConfigProperty
@Stability(Stable)
public static final class CfnTransformJobPropsMixin.ExperimentConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTransformJobPropsMixin.ExperimentConfigProperty>
A builder for
CfnTransformJobPropsMixin.ExperimentConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.experimentName(String experimentName) Sets the value ofCfnTransformJobPropsMixin.ExperimentConfigProperty.getExperimentName()trialComponentDisplayName(String trialComponentDisplayName) Sets the value ofCfnTransformJobPropsMixin.ExperimentConfigProperty.getTrialName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
experimentName
@Stability(Stable) public CfnTransformJobPropsMixin.ExperimentConfigProperty.Builder experimentName(String experimentName) Sets the value ofCfnTransformJobPropsMixin.ExperimentConfigProperty.getExperimentName()- Parameters:
experimentName- The name of an existing experiment to associate with the trial component.- Returns:
this
-
trialComponentDisplayName
@Stability(Stable) public CfnTransformJobPropsMixin.ExperimentConfigProperty.Builder trialComponentDisplayName(String trialComponentDisplayName) - Parameters:
trialComponentDisplayName- The display name for the trial component.- Returns:
this
-
trialName
@Stability(Stable) public CfnTransformJobPropsMixin.ExperimentConfigProperty.Builder trialName(String trialName) Sets the value ofCfnTransformJobPropsMixin.ExperimentConfigProperty.getTrialName()- Parameters:
trialName- The name of an existing trial to associate the trial component with.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTransformJobPropsMixin.ExperimentConfigProperty>- Returns:
- a new instance of
CfnTransformJobPropsMixin.ExperimentConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-