@Stability(value=External) public static final class CfnAppProps.Builder extends Object
CfnAppProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAppProps |
build()
Builds the configured instance.
|
CfnAppProps.Builder |
withAccessToken(String value)
Sets the value of AccessToken
|
CfnAppProps.Builder |
withBasicAuthConfig(CfnApp.BasicAuthConfigProperty value)
Sets the value of BasicAuthConfig
|
CfnAppProps.Builder |
withBasicAuthConfig(software.amazon.awscdk.core.IResolvable value)
Sets the value of BasicAuthConfig
|
CfnAppProps.Builder |
withBuildSpec(String value)
Sets the value of BuildSpec
|
CfnAppProps.Builder |
withCustomRules(software.amazon.awscdk.core.IResolvable value)
Sets the value of CustomRules
|
CfnAppProps.Builder |
withCustomRules(List<Object> value)
Sets the value of CustomRules
|
CfnAppProps.Builder |
withDescription(String value)
Sets the value of Description
|
CfnAppProps.Builder |
withEnvironmentVariables(software.amazon.awscdk.core.IResolvable value)
Sets the value of EnvironmentVariables
|
CfnAppProps.Builder |
withEnvironmentVariables(List<Object> value)
Sets the value of EnvironmentVariables
|
CfnAppProps.Builder |
withIamServiceRole(String value)
Sets the value of IamServiceRole
|
CfnAppProps.Builder |
withName(String value)
Sets the value of Name
|
CfnAppProps.Builder |
withOauthToken(String value)
Sets the value of OauthToken
|
CfnAppProps.Builder |
withRepository(String value)
Sets the value of Repository
|
CfnAppProps.Builder |
withTags(List<software.amazon.awscdk.core.CfnTag> value)
Sets the value of Tags
|
@Stability(value=External) public CfnAppProps.Builder withName(String value)
value - `AWS::Amplify::App.Name`.this@Stability(value=External) public CfnAppProps.Builder withAccessToken(@Nullable String value)
value - `AWS::Amplify::App.AccessToken`.this@Stability(value=External) public CfnAppProps.Builder withBasicAuthConfig(@Nullable CfnApp.BasicAuthConfigProperty value)
value - `AWS::Amplify::App.BasicAuthConfig`.this@Stability(value=External) public CfnAppProps.Builder withBasicAuthConfig(@Nullable software.amazon.awscdk.core.IResolvable value)
value - `AWS::Amplify::App.BasicAuthConfig`.this@Stability(value=External) public CfnAppProps.Builder withBuildSpec(@Nullable String value)
value - `AWS::Amplify::App.BuildSpec`.this@Stability(value=External) public CfnAppProps.Builder withCustomRules(@Nullable software.amazon.awscdk.core.IResolvable value)
value - `AWS::Amplify::App.CustomRules`.this@Stability(value=External) public CfnAppProps.Builder withCustomRules(@Nullable List<Object> value)
value - `AWS::Amplify::App.CustomRules`.this@Stability(value=External) public CfnAppProps.Builder withDescription(@Nullable String value)
value - `AWS::Amplify::App.Description`.this@Stability(value=External) public CfnAppProps.Builder withEnvironmentVariables(@Nullable software.amazon.awscdk.core.IResolvable value)
value - `AWS::Amplify::App.EnvironmentVariables`.this@Stability(value=External) public CfnAppProps.Builder withEnvironmentVariables(@Nullable List<Object> value)
value - `AWS::Amplify::App.EnvironmentVariables`.this@Stability(value=External) public CfnAppProps.Builder withIamServiceRole(@Nullable String value)
value - `AWS::Amplify::App.IAMServiceRole`.this@Stability(value=External) public CfnAppProps.Builder withOauthToken(@Nullable String value)
value - `AWS::Amplify::App.OauthToken`.this@Stability(value=External) public CfnAppProps.Builder withRepository(@Nullable String value)
value - `AWS::Amplify::App.Repository`.this@Stability(value=External) public CfnAppProps.Builder withTags(@Nullable List<software.amazon.awscdk.core.CfnTag> value)
value - `AWS::Amplify::App.Tags`.this@Stability(value=External) public CfnAppProps build()
CfnAppPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.