Modifier and Type | Method and Description |
---|---|
CfnApp.Builder |
appName(java.lang.String appName)
The name of the app.
|
CfnApp.Builder |
appType(java.lang.String appType)
The type of app.
|
CfnApp |
build() |
static CfnApp.Builder |
create(Construct scope,
java.lang.String id) |
CfnApp.Builder |
domainId(java.lang.String domainId)
The domain ID.
|
CfnApp.Builder |
resourceSpec(CfnApp.ResourceSpecProperty resourceSpec)
Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
|
CfnApp.Builder |
resourceSpec(IResolvable resourceSpec)
Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
|
CfnApp.Builder |
tags(java.util.List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
CfnApp.Builder |
userProfileName(java.lang.String userProfileName)
The user profile name.
|
public static CfnApp.Builder create(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnApp.ResourceSpecProperty.Builder
.public CfnApp.Builder appName(java.lang.String appName)
appName
- The name of the app. This parameter is required.this
public CfnApp.Builder appType(java.lang.String appType)
Allowed Values : JupyterServer | KernelGateway | RSessionGateway | RStudioServerPro | TensorBoard | Canvas
appType
- The type of app. This parameter is required.this
public CfnApp.Builder domainId(java.lang.String domainId)
domainId
- The domain ID. This parameter is required.this
public CfnApp.Builder userProfileName(java.lang.String userProfileName)
userProfileName
- The user profile name. This parameter is required.this
public CfnApp.Builder resourceSpec(CfnApp.ResourceSpecProperty resourceSpec)
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.this
public CfnApp.Builder resourceSpec(IResolvable resourceSpec)
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.this
public CfnApp.Builder tags(java.util.List<? extends CfnTag> tags)
For more information, see Tag .
tags
- An array of key-value pairs to apply to this resource. This parameter is required.this
public CfnApp build()