Interface DescribeUserResponse.Builder

    • Method Detail

      • brokerId

        DescribeUserResponse.Builder brokerId​(String brokerId)

        Required. The unique ID that Amazon MQ generates for the broker.

        Parameters:
        brokerId - Required. The unique ID that Amazon MQ generates for the broker.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • consoleAccess

        DescribeUserResponse.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

        DescribeUserResponse.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

        DescribeUserResponse.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.
      • pending

        DescribeUserResponse.Builder pending​(UserPendingChanges pending)

        The status of the changes pending for the ActiveMQ user.

        Parameters:
        pending - The status of the changes pending for the ActiveMQ user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • username

        DescribeUserResponse.Builder username​(String username)

        Required. The username of the ActiveMQ user. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.

        Parameters:
        username - Required. The username of the ActiveMQ user. 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.
      • replicationUser

        DescribeUserResponse.Builder replicationUser​(Boolean replicationUser)

        Describes whether the user is intended for data replication

        Parameters:
        replicationUser - Describes whether the user is intended for data replication
        Returns:
        Returns a reference to this object so that method calls can be chained together.