public static interface UserPendingChanges.Builder extends CopyableBuilder<UserPendingChanges.Builder,UserPendingChanges>
| Modifier and Type | Method and Description |
|---|---|
UserPendingChanges.Builder |
consoleAccess(Boolean consoleAccess)
Enables access to the the ActiveMQ Web Console for the ActiveMQ user.
|
UserPendingChanges.Builder |
groups(Collection<String> groups)
The list of groups (20 maximum) to which the ActiveMQ user belongs.
|
UserPendingChanges.Builder |
groups(String... groups)
The list of groups (20 maximum) to which the ActiveMQ user belongs.
|
UserPendingChanges.Builder |
pendingChange(ChangeType pendingChange)
Required.
|
UserPendingChanges.Builder |
pendingChange(String pendingChange)
Required.
|
copyapply, buildUserPendingChanges.Builder consoleAccess(Boolean consoleAccess)
consoleAccess - Enables access to the the ActiveMQ Web Console for the ActiveMQ user.UserPendingChanges.Builder groups(Collection<String> groups)
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.UserPendingChanges.Builder groups(String... groups)
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.UserPendingChanges.Builder pendingChange(String pendingChange)
pendingChange - Required. The type of change pending for the ActiveMQ user. Possible values: CREATE, UPDATE, DELETEChangeType,
ChangeTypeUserPendingChanges.Builder pendingChange(ChangeType pendingChange)
pendingChange - Required. The type of change pending for the ActiveMQ user. Possible values: CREATE, UPDATE, DELETEChangeType,
ChangeTypeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.