public static interface DescribeFleetLocationCapacityResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeFleetLocationCapacityResponse.Builder,DescribeFleetLocationCapacityResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeFleetLocationCapacityResponse.Builder |
fleetCapacity(Consumer<FleetCapacity.Builder> fleetCapacity)
Resource capacity information for the requested fleet location.
|
DescribeFleetLocationCapacityResponse.Builder |
fleetCapacity(FleetCapacity fleetCapacity)
Resource capacity information for the requested fleet location.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFleetLocationCapacityResponse.Builder fleetCapacity(FleetCapacity 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.
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.default DescribeFleetLocationCapacityResponse.Builder fleetCapacity(Consumer<FleetCapacity.Builder> 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 theFleetCapacity.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).
fleetCapacity - a consumer that will call methods on FleetCapacity.BuilderfleetCapacity(FleetCapacity)Copyright © 2023. All rights reserved.