public static interface UserPendingChanges.Builder extends SdkPojo, 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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUserPendingChanges.Builder consoleAccess(Boolean consoleAccess)
Enables access to the the ActiveMQ Web Console for the ActiveMQ user.
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. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.
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)
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.
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)
Required. The type of change pending for the ActiveMQ user.
pendingChange - Required. The type of change pending for the ActiveMQ user.ChangeType,
ChangeTypeUserPendingChanges.Builder pendingChange(ChangeType pendingChange)
Required. The type of change pending for the ActiveMQ user.
pendingChange - Required. The type of change pending for the ActiveMQ user.ChangeType,
ChangeTypeCopyright © 2023. All rights reserved.