Interface DescribeFleetUtilizationResponse.Builder

    • Method Detail

      • fleetUtilization

        DescribeFleetUtilizationResponse.Builder fleetUtilization​(Collection<FleetUtilization> fleetUtilization)

        A collection of objects containing utilization information for each requested fleet ID. Utilization objects are returned only for fleets that currently exist.

        Parameters:
        fleetUtilization - A collection of objects containing utilization information for each requested fleet ID. Utilization objects are returned only for fleets that currently exist.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fleetUtilization

        DescribeFleetUtilizationResponse.Builder fleetUtilization​(FleetUtilization... fleetUtilization)

        A collection of objects containing utilization information for each requested fleet ID. Utilization objects are returned only for fleets that currently exist.

        Parameters:
        fleetUtilization - A collection of objects containing utilization information for each requested fleet ID. Utilization objects are returned only for fleets that currently exist.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeFleetUtilizationResponse.Builder nextToken​(String nextToken)

        A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.

        Parameters:
        nextToken - A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.