Interface SessionsStatisticsResources.Builder

    • Method Detail

      • fleetIds

        SessionsStatisticsResources.Builder fleetIds​(Collection<String> fleetIds)

        One to 10 fleet IDs that specify the fleets to return statistics for. If you specify the fleetIds field, you can't specify the queueIds field.

        Parameters:
        fleetIds - One to 10 fleet IDs that specify the fleets to return statistics for. If you specify the fleetIds field, you can't specify the queueIds field.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fleetIds

        SessionsStatisticsResources.Builder fleetIds​(String... fleetIds)

        One to 10 fleet IDs that specify the fleets to return statistics for. If you specify the fleetIds field, you can't specify the queueIds field.

        Parameters:
        fleetIds - One to 10 fleet IDs that specify the fleets to return statistics for. If you specify the fleetIds field, you can't specify the queueIds field.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • queueIds

        SessionsStatisticsResources.Builder queueIds​(Collection<String> queueIds)

        One to 10 queue IDs that specify the queues to return statistics for. If you specify the queueIds field, you can't specify the fleetIds field.

        Parameters:
        queueIds - One to 10 queue IDs that specify the queues to return statistics for. If you specify the queueIds field, you can't specify the fleetIds field.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • queueIds

        SessionsStatisticsResources.Builder queueIds​(String... queueIds)

        One to 10 queue IDs that specify the queues to return statistics for. If you specify the queueIds field, you can't specify the fleetIds field.

        Parameters:
        queueIds - One to 10 queue IDs that specify the queues to return statistics for. If you specify the queueIds field, you can't specify the fleetIds field.
        Returns:
        Returns a reference to this object so that method calls can be chained together.