@Stability(value=Stable) public static final class CfnAppProps.Builder extends Object implements software.amazon.jsii.Builder<CfnAppProps>
CfnAppProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAppProps.Builder |
appName(String appName)
Sets the value of
CfnAppProps.getAppName() |
CfnAppProps.Builder |
appType(String appType)
Sets the value of
CfnAppProps.getAppType() |
CfnAppProps |
build()
Builds the configured instance.
|
CfnAppProps.Builder |
domainId(String domainId)
Sets the value of
CfnAppProps.getDomainId() |
CfnAppProps.Builder |
resourceSpec(CfnApp.ResourceSpecProperty resourceSpec)
Sets the value of
CfnAppProps.getResourceSpec() |
CfnAppProps.Builder |
resourceSpec(IResolvable resourceSpec)
Sets the value of
CfnAppProps.getResourceSpec() |
CfnAppProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnAppProps.getTags() |
CfnAppProps.Builder |
userProfileName(String userProfileName)
Sets the value of
CfnAppProps.getUserProfileName() |
@Stability(value=Stable) public CfnAppProps.Builder appName(String appName)
CfnAppProps.getAppName()appName - The name of the app. This parameter is required.this@Stability(value=Stable) public CfnAppProps.Builder appType(String appType)
CfnAppProps.getAppType()appType - The type of app. This parameter is required.
Allowed Values : JupyterServer | KernelGateway | RSessionGateway | RStudioServerPro | TensorBoard | Canvasthis@Stability(value=Stable) public CfnAppProps.Builder domainId(String domainId)
CfnAppProps.getDomainId()domainId - The domain ID. This parameter is required.this@Stability(value=Stable) public CfnAppProps.Builder userProfileName(String userProfileName)
CfnAppProps.getUserProfileName()userProfileName - The user profile name. This parameter is required.this@Stability(value=Stable) public CfnAppProps.Builder resourceSpec(CfnApp.ResourceSpecProperty resourceSpec)
CfnAppProps.getResourceSpec()resourceSpec - Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.this@Stability(value=Stable) public CfnAppProps.Builder resourceSpec(IResolvable resourceSpec)
CfnAppProps.getResourceSpec()resourceSpec - Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.this@Stability(value=Stable) public CfnAppProps.Builder tags(List<? extends CfnTag> tags)
CfnAppProps.getTags()tags - An array of key-value pairs to apply to this resource.
For more information, see Tag .this@Stability(value=Stable) public CfnAppProps build()
build in interface software.amazon.jsii.Builder<CfnAppProps>CfnAppPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.