Interface DescribeFleetUtilizationResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeFleetUtilizationResponse.Builder,DescribeFleetUtilizationResponse>, GameLiftResponse.Builder, SdkBuilder<DescribeFleetUtilizationResponse.Builder,DescribeFleetUtilizationResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeFleetUtilizationResponse

public static interface DescribeFleetUtilizationResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeFleetUtilizationResponse.Builder,DescribeFleetUtilizationResponse>
  • Method Details

    • 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.
    • fleetUtilization

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

      This is a convenience method that creates an instance of the FleetUtilization.Builder avoiding the need to create one manually via FleetUtilization.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to fleetUtilization(List<FleetUtilization>).

      Parameters:
      fleetUtilization - a consumer that will call methods on FleetUtilization.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.