@Stability(value=Stable) public static final class CfnBroker.UserProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnBroker.UserProperty>
CfnBroker.UserProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnBroker.UserProperty |
build()
Builds the configured instance.
|
CfnBroker.UserProperty.Builder |
consoleAccess(Boolean consoleAccess)
Sets the value of
CfnBroker.UserProperty.getConsoleAccess() |
CfnBroker.UserProperty.Builder |
consoleAccess(IResolvable consoleAccess)
Sets the value of
CfnBroker.UserProperty.getConsoleAccess() |
CfnBroker.UserProperty.Builder |
groups(List<String> groups)
Sets the value of
CfnBroker.UserProperty.getGroups() |
CfnBroker.UserProperty.Builder |
password(String password)
Sets the value of
CfnBroker.UserProperty.getPassword() |
CfnBroker.UserProperty.Builder |
username(String username)
Sets the value of
CfnBroker.UserProperty.getUsername() |
@Stability(value=Stable) public CfnBroker.UserProperty.Builder password(String password)
CfnBroker.UserProperty.getPassword()password - `CfnBroker.UserProperty.Password`. This parameter is required.this@Stability(value=Stable) public CfnBroker.UserProperty.Builder username(String username)
CfnBroker.UserProperty.getUsername()username - `CfnBroker.UserProperty.Username`. This parameter is required.this@Stability(value=Stable) public CfnBroker.UserProperty.Builder consoleAccess(Boolean consoleAccess)
CfnBroker.UserProperty.getConsoleAccess()consoleAccess - `CfnBroker.UserProperty.ConsoleAccess`.this@Stability(value=Stable) public CfnBroker.UserProperty.Builder consoleAccess(IResolvable consoleAccess)
CfnBroker.UserProperty.getConsoleAccess()consoleAccess - `CfnBroker.UserProperty.ConsoleAccess`.this@Stability(value=Stable) public CfnBroker.UserProperty.Builder groups(List<String> groups)
CfnBroker.UserProperty.getGroups()groups - `CfnBroker.UserProperty.Groups`.this@Stability(value=Stable) public CfnBroker.UserProperty build()
build in interface software.amazon.jsii.Builder<CfnBroker.UserProperty>CfnBroker.UserPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.