public static interface User.Builder extends SdkPojo, CopyableBuilder<User.Builder,User>
| Modifier and Type | Method and Description |
|---|---|
User.Builder |
consoleAccess(Boolean consoleAccess)
Enables access to the ActiveMQ Web Console for the ActiveMQ user.
|
User.Builder |
groups(Collection<String> groups)
The list of groups (20 maximum) to which the ActiveMQ user belongs.
|
User.Builder |
groups(String... groups)
The list of groups (20 maximum) to which the ActiveMQ user belongs.
|
User.Builder |
password(String password)
Required.
|
User.Builder |
username(String username)
important>
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUser.Builder consoleAccess(Boolean consoleAccess)
Enables access to the ActiveMQ Web Console for the ActiveMQ user. Does not apply to RabbitMQ brokers.
consoleAccess - Enables access to the ActiveMQ Web Console for the ActiveMQ user. Does not apply to RabbitMQ brokers.User.Builder groups(Collection<String> groups)
The list of groups (20 maximum) to which the ActiveMQ user belongs. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long. Does not apply to RabbitMQ brokers.
groups - The list of groups (20 maximum) to which the ActiveMQ user belongs. This value can contain only
alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100
characters long. Does not apply to RabbitMQ brokers.User.Builder groups(String... groups)
The list of groups (20 maximum) to which the ActiveMQ user belongs. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long. Does not apply to RabbitMQ brokers.
groups - The list of groups (20 maximum) to which the ActiveMQ user belongs. This value can contain only
alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100
characters long. Does not apply to RabbitMQ brokers.User.Builder password(String password)
Required. The password of the user. This value must be at least 12 characters long, must contain at least 4 unique characters, and must not contain commas, colons, or equal signs (,:=).
password - Required. The password of the user. This value must be at least 12 characters long, must contain at
least 4 unique characters, and must not contain commas, colons, or equal signs (,:=).User.Builder username(String username)
important>
For RabbitMQ brokers, this value can contain only alphanumeric characters, dashes, periods, underscores (- . _). This value must not contain a tilde (~) character. Amazon MQ prohibts using guest as a valid usename. This value must be 2-100 characters long.
username - important>For RabbitMQ brokers, this value can contain only alphanumeric characters, dashes, periods, underscores (- . _). This value must not contain a tilde (~) character. Amazon MQ prohibts using guest as a valid usename. This value must be 2-100 characters long.
Copyright © 2023. All rights reserved.