public static interface DescribeInstancesRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<DescribeInstancesRequest.Builder,DescribeInstancesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeInstancesRequest.Builder |
fleetId(String fleetId)
A unique identifier for the fleet to retrieve instance information for.
|
DescribeInstancesRequest.Builder |
instanceId(String instanceId)
A unique identifier for an instance to retrieve.
|
DescribeInstancesRequest.Builder |
limit(Integer limit)
The maximum number of results to return.
|
DescribeInstancesRequest.Builder |
location(String location)
The name of a location to retrieve instance information for, in the form of an AWS Region code such as
us-west-2. |
DescribeInstancesRequest.Builder |
nextToken(String nextToken)
A token that indicates the start of the next sequential page of results.
|
DescribeInstancesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeInstancesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeInstancesRequest.Builder fleetId(String fleetId)
A unique identifier for the fleet to retrieve instance information for. You can use either the fleet ID or ARN value.
fleetId - A unique identifier for the fleet to retrieve instance information for. You can use either the fleet
ID or ARN value.DescribeInstancesRequest.Builder instanceId(String instanceId)
A unique identifier for an instance to retrieve. Specify an instance ID or leave blank to retrieve all instances in the fleet.
instanceId - A unique identifier for an instance to retrieve. Specify an instance ID or leave blank to retrieve all
instances in the fleet.DescribeInstancesRequest.Builder limit(Integer limit)
The maximum number of results to return. Use this parameter with NextToken to get results as a
set of sequential pages.
limit - The maximum number of results to return. Use this parameter with NextToken to get results
as a set of sequential pages.DescribeInstancesRequest.Builder nextToken(String nextToken)
A token that indicates the start of the next sequential page of results. Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.
nextToken - A token that indicates the start of the next sequential page of results. Use the token that is
returned with a previous call to this operation. To start at the beginning of the result set, do not
specify a value.DescribeInstancesRequest.Builder location(String location)
The name of a location to retrieve instance information for, in the form of an AWS Region code such as
us-west-2.
location - The name of a location to retrieve instance information for, in the form of an AWS Region code such as
us-west-2.DescribeInstancesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeInstancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.