Interface PriorityClass.Builder

    • Method Detail

      • name

        PriorityClass.Builder name​(String name)

        Name of the priority class.

        Parameters:
        name - Name of the priority class.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • weight

        PriorityClass.Builder weight​(Integer weight)

        Weight of the priority class. The value is within a range from 0 to 100, where 0 is the default.

        A weight of 0 is the lowest priority and 100 is the highest. Weight 0 is the default.

        Parameters:
        weight - Weight of the priority class. The value is within a range from 0 to 100, where 0 is the default.

        A weight of 0 is the lowest priority and 100 is the highest. Weight 0 is the default.

        Returns:
        Returns a reference to this object so that method calls can be chained together.