@Stability(value=Stable) public static final class CfnApp.BasicAuthConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApp.BasicAuthConfigProperty>
CfnApp.BasicAuthConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApp.BasicAuthConfigProperty |
build()
Builds the configured instance.
|
CfnApp.BasicAuthConfigProperty.Builder |
enableBasicAuth(Boolean enableBasicAuth)
Sets the value of
CfnApp.BasicAuthConfigProperty.getEnableBasicAuth() |
CfnApp.BasicAuthConfigProperty.Builder |
enableBasicAuth(IResolvable enableBasicAuth)
Sets the value of
CfnApp.BasicAuthConfigProperty.getEnableBasicAuth() |
CfnApp.BasicAuthConfigProperty.Builder |
password(String password)
Sets the value of
CfnApp.BasicAuthConfigProperty.getPassword() |
CfnApp.BasicAuthConfigProperty.Builder |
username(String username)
Sets the value of
CfnApp.BasicAuthConfigProperty.getUsername() |
@Stability(value=Stable) public CfnApp.BasicAuthConfigProperty.Builder enableBasicAuth(Boolean enableBasicAuth)
CfnApp.BasicAuthConfigProperty.getEnableBasicAuth()enableBasicAuth - `CfnApp.BasicAuthConfigProperty.EnableBasicAuth`.this@Stability(value=Stable) public CfnApp.BasicAuthConfigProperty.Builder enableBasicAuth(IResolvable enableBasicAuth)
CfnApp.BasicAuthConfigProperty.getEnableBasicAuth()enableBasicAuth - `CfnApp.BasicAuthConfigProperty.EnableBasicAuth`.this@Stability(value=Stable) public CfnApp.BasicAuthConfigProperty.Builder password(String password)
CfnApp.BasicAuthConfigProperty.getPassword()password - `CfnApp.BasicAuthConfigProperty.Password`.this@Stability(value=Stable) public CfnApp.BasicAuthConfigProperty.Builder username(String username)
CfnApp.BasicAuthConfigProperty.getUsername()username - `CfnApp.BasicAuthConfigProperty.Username`.this@Stability(value=Stable) public CfnApp.BasicAuthConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnApp.BasicAuthConfigProperty>CfnApp.BasicAuthConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.