@Stability(value=External) public static final class CfnApp.BasicAuthConfigProperty.Builder extends Object
CfnApp.BasicAuthConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApp.BasicAuthConfigProperty |
build()
Builds the configured instance.
|
CfnApp.BasicAuthConfigProperty.Builder |
withEnableBasicAuth(Boolean value)
Sets the value of EnableBasicAuth
|
CfnApp.BasicAuthConfigProperty.Builder |
withEnableBasicAuth(software.amazon.awscdk.core.IResolvable value)
Sets the value of EnableBasicAuth
|
CfnApp.BasicAuthConfigProperty.Builder |
withPassword(String value)
Sets the value of Password
|
CfnApp.BasicAuthConfigProperty.Builder |
withUsername(String value)
Sets the value of Username
|
@Stability(value=External) public CfnApp.BasicAuthConfigProperty.Builder withPassword(String value)
value - `CfnApp.BasicAuthConfigProperty.Password`.this@Stability(value=External) public CfnApp.BasicAuthConfigProperty.Builder withUsername(String value)
value - `CfnApp.BasicAuthConfigProperty.Username`.this@Stability(value=External) public CfnApp.BasicAuthConfigProperty.Builder withEnableBasicAuth(@Nullable Boolean value)
value - `CfnApp.BasicAuthConfigProperty.EnableBasicAuth`.this@Stability(value=External) public CfnApp.BasicAuthConfigProperty.Builder withEnableBasicAuth(@Nullable software.amazon.awscdk.core.IResolvable value)
value - `CfnApp.BasicAuthConfigProperty.EnableBasicAuth`.this@Stability(value=External) public CfnApp.BasicAuthConfigProperty build()
CfnApp.BasicAuthConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.