Class CfnExperimentTrialComponentPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnExperimentTrialComponentPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnExperimentTrialComponentPropsMixin>
- Enclosing class:
CfnExperimentTrialComponentPropsMixin
@Stability(Stable)
public static final class CfnExperimentTrialComponentPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnExperimentTrialComponentPropsMixin>
A fluent builder for
CfnExperimentTrialComponentPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) displayName(String displayName) The name of the component as displayed.When the component ended.metadataProperties(CfnExperimentTrialComponentPropsMixin.MetadataPropertiesProperty metadataProperties) Metadata properties of the tracking entity, trial, or trial component.metadataProperties(IResolvable metadataProperties) Metadata properties of the tracking entity, trial, or trial component.When the component started.The status of the trial component.status(IResolvable status) The status of the trial component.tags(List<? extends CfnExperimentTrialComponentPropsMixin.TagsItemsProperty> tags) A list of tags to associate with the component.trialComponentName(String trialComponentName) The name of the trial component.
-
Method Details
-
create
@Stability(Stable) public static CfnExperimentTrialComponentPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnExperimentTrialComponentPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnExperimentTrialComponentPropsMixin.Builder.
-
displayName
@Stability(Stable) public CfnExperimentTrialComponentPropsMixin.Builder displayName(String displayName) The name of the component as displayed.The name doesn't need to be unique. If DisplayName isn't specified, TrialComponentName is displayed.
- Parameters:
displayName- The name of the component as displayed. This parameter is required.- Returns:
this- See Also:
-
endTime
When the component ended.- Parameters:
endTime- When the component ended. This parameter is required.- Returns:
this- See Also:
-
metadataProperties
@Stability(Stable) public CfnExperimentTrialComponentPropsMixin.Builder metadataProperties(IResolvable metadataProperties) Metadata properties of the tracking entity, trial, or trial component.- Parameters:
metadataProperties- Metadata properties of the tracking entity, trial, or trial component. This parameter is required.- Returns:
this- See Also:
-
metadataProperties
@Stability(Stable) public CfnExperimentTrialComponentPropsMixin.Builder metadataProperties(CfnExperimentTrialComponentPropsMixin.MetadataPropertiesProperty metadataProperties) Metadata properties of the tracking entity, trial, or trial component.- Parameters:
metadataProperties- Metadata properties of the tracking entity, trial, or trial component. This parameter is required.- Returns:
this- See Also:
-
startTime
When the component started.- Parameters:
startTime- When the component started. This parameter is required.- Returns:
this- See Also:
-
status
The status of the trial component.- Parameters:
status- The status of the trial component. This parameter is required.- Returns:
this- See Also:
-
status
@Stability(Stable) public CfnExperimentTrialComponentPropsMixin.Builder status(CfnExperimentTrialComponentPropsMixin.StatusProperty status) The status of the trial component.- Parameters:
status- The status of the trial component. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnExperimentTrialComponentPropsMixin.Builder tags(List<? extends CfnExperimentTrialComponentPropsMixin.TagsItemsProperty> tags) A list of tags to associate with the component.- Parameters:
tags- A list of tags to associate with the component. This parameter is required.- Returns:
this- See Also:
-
trialComponentName
@Stability(Stable) public CfnExperimentTrialComponentPropsMixin.Builder trialComponentName(String trialComponentName) The name of the trial component.The name must be unique in your AWS account and is not case-sensitive.
- Parameters:
trialComponentName- The name of the trial component. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnExperimentTrialComponentPropsMixin>- Returns:
- a newly built instance of
CfnExperimentTrialComponentPropsMixin.
-