@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 - `AWS::SageMaker::App.AppName`. This parameter is required.this@Stability(value=Stable) public CfnAppProps.Builder appType(String appType)
CfnAppProps.getAppType()appType - `AWS::SageMaker::App.AppType`. This parameter is required.this@Stability(value=Stable) public CfnAppProps.Builder domainId(String domainId)
CfnAppProps.getDomainId()domainId - `AWS::SageMaker::App.DomainId`. This parameter is required.this@Stability(value=Stable) public CfnAppProps.Builder userProfileName(String userProfileName)
CfnAppProps.getUserProfileName()userProfileName - `AWS::SageMaker::App.UserProfileName`. This parameter is required.this@Stability(value=Stable) public CfnAppProps.Builder resourceSpec(CfnApp.ResourceSpecProperty resourceSpec)
CfnAppProps.getResourceSpec()resourceSpec - `AWS::SageMaker::App.ResourceSpec`.this@Stability(value=Stable) public CfnAppProps.Builder resourceSpec(IResolvable resourceSpec)
CfnAppProps.getResourceSpec()resourceSpec - `AWS::SageMaker::App.ResourceSpec`.this@Stability(value=Stable) public CfnAppProps.Builder tags(List<? extends CfnTag> tags)
CfnAppProps.getTags()tags - `AWS::SageMaker::App.Tags`.this@Stability(value=Stable) public CfnAppProps build()
build in interface software.amazon.jsii.Builder<CfnAppProps>CfnAppPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.