Class CfnExperimentPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnExperimentPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnExperimentPropsMixin>
- Enclosing class:
CfnExperimentPropsMixin
@Stability(Stable)
public static final class CfnExperimentPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnExperimentPropsMixin>
A fluent builder for
CfnExperimentPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) The description of the experiment.displayName(String displayName) The name of the experiment as displayed.experimentName(String experimentName) The name of the experiment.tags(List<? extends CfnExperimentPropsMixin.TagsItemsProperty> tags) A list of tags to associate with the experiment.
-
Method Details
-
create
@Stability(Stable) public static CfnExperimentPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnExperimentPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnExperimentPropsMixin.Builder.
-
description
The description of the experiment.- Parameters:
description- The description of the experiment. This parameter is required.- Returns:
this- See Also:
-
displayName
The name of the experiment as displayed.The name does not need to be unique.
- Parameters:
displayName- The name of the experiment as displayed. This parameter is required.- Returns:
this- See Also:
-
experimentName
The name of the experiment.Must be unique in your AWS account and is not case-sensitive.
- Parameters:
experimentName- The name of the experiment. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnExperimentPropsMixin.Builder tags(List<? extends CfnExperimentPropsMixin.TagsItemsProperty> tags) A list of tags to associate with the experiment.- Parameters:
tags- A list of tags to associate with the experiment. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnExperimentPropsMixin>- Returns:
- a newly built instance of
CfnExperimentPropsMixin.
-