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 a 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 |
nextToken(String nextToken)
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 a fleet to retrieve instance information for. You can use either the fleet ID or ARN value.
fleetId - A unique identifier for a 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)
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 - 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeInstancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.