Class CfnExperimentTrialComponent.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnExperimentTrialComponent.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnExperimentTrialComponent>
- Enclosing class:
CfnExperimentTrialComponent
@Stability(Stable)
public static final class CfnExperimentTrialComponent.Builder
extends Object
implements software.amazon.jsii.Builder<CfnExperimentTrialComponent>
A fluent builder for
CfnExperimentTrialComponent.-
Method Summary
Modifier and TypeMethodDescriptionbuild()displayName(String displayName) metadataProperties(IResolvable metadataProperties) metadataProperties(CfnExperimentTrialComponent.MetadataPropertiesProperty metadataProperties) status(IResolvable status) tags(List<? extends CfnExperimentTrialComponent.TagsItemsProperty> tags) trialComponentName(String trialComponentName)
-
Method Details
-
create
@Stability(Stable) public static CfnExperimentTrialComponent.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnExperimentTrialComponent.Builder.
-
trialComponentName
@Stability(Stable) public CfnExperimentTrialComponent.Builder trialComponentName(String trialComponentName) - Parameters:
trialComponentName- This parameter is required.- Returns:
this- See Also:
-
displayName
- Parameters:
displayName- This parameter is required.- Returns:
this- See Also:
-
endTime
- Parameters:
endTime- This parameter is required.- Returns:
this- See Also:
-
metadataProperties
@Stability(Stable) public CfnExperimentTrialComponent.Builder metadataProperties(IResolvable metadataProperties) - Parameters:
metadataProperties- This parameter is required.- Returns:
this- See Also:
-
metadataProperties
@Stability(Stable) public CfnExperimentTrialComponent.Builder metadataProperties(CfnExperimentTrialComponent.MetadataPropertiesProperty metadataProperties) - Parameters:
metadataProperties- This parameter is required.- Returns:
this- See Also:
-
startTime
- Parameters:
startTime- This parameter is required.- Returns:
this- See Also:
-
status
- Parameters:
status- This parameter is required.- Returns:
this- See Also:
-
status
@Stability(Stable) public CfnExperimentTrialComponent.Builder status(CfnExperimentTrialComponent.StatusProperty status) - Parameters:
status- This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnExperimentTrialComponent.Builder tags(List<? extends CfnExperimentTrialComponent.TagsItemsProperty> tags) - Parameters:
tags- This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnExperimentTrialComponent>- Returns:
- a newly built instance of
CfnExperimentTrialComponent.
-