@Stability(value=Stable) public static final class CfnAppProps.Builder extends Object implements software.amazon.jsii.Builder<CfnAppProps>
CfnAppProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnAppProps.Builder name(String name)
CfnAppProps.getName()name - `AWS::OpsWorks::App.Name`. This parameter is required.this@Stability(value=Stable) public CfnAppProps.Builder stackId(String stackId)
CfnAppProps.getStackId()stackId - `AWS::OpsWorks::App.StackId`. This parameter is required.this@Stability(value=Stable) public CfnAppProps.Builder type(String type)
CfnAppProps.getType()type - `AWS::OpsWorks::App.Type`. This parameter is required.this@Stability(value=Stable) public CfnAppProps.Builder appSource(CfnApp.SourceProperty appSource)
CfnAppProps.getAppSource()appSource - `AWS::OpsWorks::App.AppSource`.this@Stability(value=Stable) public CfnAppProps.Builder appSource(IResolvable appSource)
CfnAppProps.getAppSource()appSource - `AWS::OpsWorks::App.AppSource`.this@Stability(value=Stable) public CfnAppProps.Builder attributes(IResolvable attributes)
CfnAppProps.getAttributes()attributes - `AWS::OpsWorks::App.Attributes`.this@Stability(value=Stable) public CfnAppProps.Builder attributes(Map<String,String> attributes)
CfnAppProps.getAttributes()attributes - `AWS::OpsWorks::App.Attributes`.this@Stability(value=Stable) public CfnAppProps.Builder dataSources(IResolvable dataSources)
CfnAppProps.getDataSources()dataSources - `AWS::OpsWorks::App.DataSources`.this@Stability(value=Stable) public CfnAppProps.Builder dataSources(List<? extends Object> dataSources)
CfnAppProps.getDataSources()dataSources - `AWS::OpsWorks::App.DataSources`.this@Stability(value=Stable) public CfnAppProps.Builder description(String description)
CfnAppProps.getDescription()description - `AWS::OpsWorks::App.Description`.this@Stability(value=Stable) public CfnAppProps.Builder domains(List<String> domains)
CfnAppProps.getDomains()domains - `AWS::OpsWorks::App.Domains`.this@Stability(value=Stable) public CfnAppProps.Builder enableSsl(Boolean enableSsl)
CfnAppProps.getEnableSsl()enableSsl - `AWS::OpsWorks::App.EnableSsl`.this@Stability(value=Stable) public CfnAppProps.Builder enableSsl(IResolvable enableSsl)
CfnAppProps.getEnableSsl()enableSsl - `AWS::OpsWorks::App.EnableSsl`.this@Stability(value=Stable) public CfnAppProps.Builder environment(IResolvable environment)
CfnAppProps.getEnvironment()environment - `AWS::OpsWorks::App.Environment`.this@Stability(value=Stable) public CfnAppProps.Builder environment(List<? extends Object> environment)
CfnAppProps.getEnvironment()environment - `AWS::OpsWorks::App.Environment`.this@Stability(value=Stable) public CfnAppProps.Builder shortname(String shortname)
CfnAppProps.getShortname()shortname - `AWS::OpsWorks::App.Shortname`.this@Stability(value=Stable) public CfnAppProps.Builder sslConfiguration(CfnApp.SslConfigurationProperty sslConfiguration)
CfnAppProps.getSslConfiguration()sslConfiguration - `AWS::OpsWorks::App.SslConfiguration`.this@Stability(value=Stable) public CfnAppProps.Builder sslConfiguration(IResolvable sslConfiguration)
CfnAppProps.getSslConfiguration()sslConfiguration - `AWS::OpsWorks::App.SslConfiguration`.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.