Interface UserPendingChanges.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UserPendingChanges.Builder,,UserPendingChanges> SdkBuilder<UserPendingChanges.Builder,,UserPendingChanges> SdkPojo
- Enclosing class:
UserPendingChanges
public static interface UserPendingChanges.Builder
extends SdkPojo, CopyableBuilder<UserPendingChanges.Builder,UserPendingChanges>
-
Method Summary
Modifier and TypeMethodDescriptionconsoleAccess(Boolean consoleAccess) Enables access to the the ActiveMQ Web Console for the ActiveMQ user.The list of groups (20 maximum) to which the ActiveMQ user belongs.groups(Collection<String> groups) The list of groups (20 maximum) to which the ActiveMQ user belongs.pendingChange(String pendingChange) Required.pendingChange(ChangeType pendingChange) Required.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
consoleAccess
Enables access to the the ActiveMQ Web Console for the ActiveMQ user.
- Parameters:
consoleAccess- Enables access to the the ActiveMQ Web Console for the ActiveMQ user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pendingChange
Required. The type of change pending for the ActiveMQ user.
- Parameters:
pendingChange- Required. The type of change pending for the ActiveMQ user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
pendingChange
Required. The type of change pending for the ActiveMQ user.
- Parameters:
pendingChange- Required. The type of change pending for the ActiveMQ user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-