Class CfnUserProfilePropsMixin.HiddenSageMakerImageProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnUserProfilePropsMixin.HiddenSageMakerImageProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnUserProfilePropsMixin.HiddenSageMakerImageProperty>
- Enclosing interface:
CfnUserProfilePropsMixin.HiddenSageMakerImageProperty
@Stability(Stable)
public static final class CfnUserProfilePropsMixin.HiddenSageMakerImageProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnUserProfilePropsMixin.HiddenSageMakerImageProperty>
A builder for
CfnUserProfilePropsMixin.HiddenSageMakerImageProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.sageMakerImageName(String sageMakerImageName) versionAliases(List<String> versionAliases)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
sageMakerImageName
@Stability(Stable) public CfnUserProfilePropsMixin.HiddenSageMakerImageProperty.Builder sageMakerImageName(String sageMakerImageName) - Parameters:
sageMakerImageName- The SageMaker image name that you are hiding from the Studio user interface.- Returns:
this
-
versionAliases
@Stability(Stable) public CfnUserProfilePropsMixin.HiddenSageMakerImageProperty.Builder versionAliases(List<String> versionAliases) - Parameters:
versionAliases- The version aliases you are hiding from the Studio user interface.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnUserProfilePropsMixin.HiddenSageMakerImageProperty>- Returns:
- a new instance of
CfnUserProfilePropsMixin.HiddenSageMakerImageProperty - Throws:
NullPointerException- if any required attribute was not provided
-