Interface DescribeFleetLocationCapacityRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeFleetLocationCapacityRequest.Builder,DescribeFleetLocationCapacityRequest>,GameLiftRequest.Builder,SdkBuilder<DescribeFleetLocationCapacityRequest.Builder,DescribeFleetLocationCapacityRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeFleetLocationCapacityRequest
public static interface DescribeFleetLocationCapacityRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<DescribeFleetLocationCapacityRequest.Builder,DescribeFleetLocationCapacityRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeFleetLocationCapacityRequest.BuilderfleetId(String fleetId)A unique identifier for the fleet to request location capacity for.DescribeFleetLocationCapacityRequest.Builderlocation(String location)The fleet location to retrieve capacity information for.DescribeFleetLocationCapacityRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeFleetLocationCapacityRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.gamelift.model.GameLiftRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
fleetId
DescribeFleetLocationCapacityRequest.Builder fleetId(String fleetId)
A unique identifier for the fleet to request location capacity for. You can use either the fleet ID or ARN value.
- Parameters:
fleetId- A unique identifier for the fleet to request location capacity for. You can use either the fleet ID or ARN value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
location
DescribeFleetLocationCapacityRequest.Builder location(String location)
The fleet location to retrieve capacity information for. Specify a location in the form of an Amazon Web Services Region code, such as
us-west-2.- Parameters:
location- The fleet location to retrieve capacity information for. Specify a location in the form of an Amazon Web Services Region code, such asus-west-2.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeFleetLocationCapacityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeFleetLocationCapacityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-