public static interface DescribeGameSessionsRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<DescribeGameSessionsRequest.Builder,DescribeGameSessionsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeGameSessionsRequest.Builder |
aliasId(String aliasId)
A unique identifier for an alias associated with the fleet to retrieve all game sessions for.
|
DescribeGameSessionsRequest.Builder |
fleetId(String fleetId)
A unique identifier for a fleet to retrieve all game sessions for.
|
DescribeGameSessionsRequest.Builder |
gameSessionId(String gameSessionId)
A unique identifier for the game session to retrieve.
|
DescribeGameSessionsRequest.Builder |
limit(Integer limit)
The maximum number of results to return.
|
DescribeGameSessionsRequest.Builder |
nextToken(String nextToken)
Token that indicates the start of the next sequential page of results.
|
DescribeGameSessionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeGameSessionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeGameSessionsRequest.Builder |
statusFilter(String statusFilter)
Game session status to filter results on.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeGameSessionsRequest.Builder fleetId(String fleetId)
A unique identifier for a fleet to retrieve all game sessions for. You can use either the fleet ID or ARN value.
fleetId - A unique identifier for a fleet to retrieve all game sessions for. You can use either the fleet ID or
ARN value.DescribeGameSessionsRequest.Builder gameSessionId(String gameSessionId)
A unique identifier for the game session to retrieve.
gameSessionId - A unique identifier for the game session to retrieve.DescribeGameSessionsRequest.Builder aliasId(String aliasId)
A unique identifier for an alias associated with the fleet to retrieve all game sessions for. You can use either the alias ID or ARN value.
aliasId - A unique identifier for an alias associated with the fleet to retrieve all game sessions for. You can
use either the alias ID or ARN value.DescribeGameSessionsRequest.Builder statusFilter(String statusFilter)
Game session status to filter results on. Possible game session statuses include ACTIVE,
TERMINATED, ACTIVATING, and TERMINATING (the last two are transitory).
statusFilter - Game session status to filter results on. Possible game session statuses include ACTIVE,
TERMINATED, ACTIVATING, and TERMINATING (the last two are
transitory).DescribeGameSessionsRequest.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.DescribeGameSessionsRequest.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.DescribeGameSessionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeGameSessionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.