Interface DescribeFleetLocationCapacityResponse.Builder

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

  • Method Details

    • fleetCapacity

      Resource capacity information for the requested fleet location. Capacity objects are returned only for fleets and locations that currently exist. Changes in desired instance value can take up to 1 minute to be reflected.

      Parameters:
      fleetCapacity - Resource capacity information for the requested fleet location. Capacity objects are returned only for fleets and locations that currently exist. Changes in desired instance value can take up to 1 minute to be reflected.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fleetCapacity

      Resource capacity information for the requested fleet location. Capacity objects are returned only for fleets and locations that currently exist. Changes in desired instance value can take up to 1 minute to be reflected.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to fleetCapacity(FleetCapacity).

      Parameters:
      fleetCapacity - a consumer that will call methods on FleetCapacity.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: