Class CfnAppPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnAppPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAppPropsMixin>
- Enclosing class:
CfnAppPropsMixin
@Stability(Stable)
public static final class CfnAppPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAppPropsMixin>
A fluent builder for
CfnAppPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionThe name of the app.The type of app.build()static CfnAppPropsMixin.Buildercreate()static CfnAppPropsMixin.Buildercreate(CfnPropertyMixinOptions options) The domain ID.recoveryMode(Boolean recoveryMode) Indicates whether the application is launched in recovery mode.recoveryMode(IResolvable recoveryMode) Indicates whether the application is launched in recovery mode.resourceSpec(CfnAppPropsMixin.ResourceSpecProperty resourceSpec) Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.resourceSpec(IResolvable resourceSpec) Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.An array of key-value pairs to apply to this resource.userProfileName(String userProfileName) The user profile name.
-
Method Details
-
create
- Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnAppPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnAppPropsMixin.Builder.
-
appName
The name of the app.- Parameters:
appName- The name of the app. This parameter is required.- Returns:
this- See Also:
-
appType
The type of app.- Parameters:
appType- The type of app. This parameter is required.- Returns:
this- See Also:
-
domainId
The domain ID.- Parameters:
domainId- The domain ID. This parameter is required.- Returns:
this- See Also:
-
recoveryMode
Indicates whether the application is launched in recovery mode.- Parameters:
recoveryMode- Indicates whether the application is launched in recovery mode. This parameter is required.- Returns:
this- See Also:
-
recoveryMode
Indicates whether the application is launched in recovery mode.- Parameters:
recoveryMode- Indicates whether the application is launched in recovery mode. This parameter is required.- Returns:
this- See Also:
-
resourceSpec
Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.- Parameters:
resourceSpec- Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on. This parameter is required.- Returns:
this- See Also:
-
resourceSpec
@Stability(Stable) public CfnAppPropsMixin.Builder resourceSpec(CfnAppPropsMixin.ResourceSpecProperty resourceSpec) Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.- Parameters:
resourceSpec- Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on. This parameter is required.- Returns:
this- See Also:
-
tags
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Parameters:
tags- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this- See Also:
-
userProfileName
The user profile name.- Parameters:
userProfileName- The user profile name. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAppPropsMixin>- Returns:
- a newly built instance of
CfnAppPropsMixin.
-