Interface UserPendingChanges.Builder

    • Method Detail

      • consoleAccess

        UserPendingChanges.Builder consoleAccess​(Boolean 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

        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.

        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

        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.

        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

        UserPendingChanges.Builder pendingChange​(String 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:
        ChangeType, ChangeType
      • pendingChange

        UserPendingChanges.Builder pendingChange​(ChangeType 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:
        ChangeType, ChangeType