public static interface DescribeGameSessionsRequest.Builder extends GameLiftRequest.Builder, CopyableBuilder<DescribeGameSessionsRequest.Builder,DescribeGameSessionsRequest>
Modifier and Type | Method and Description |
---|---|
DescribeGameSessionsRequest.Builder |
aliasId(String aliasId)
Unique identifier for an alias associated with the fleet to retrieve all game sessions for.
|
DescribeGameSessionsRequest.Builder |
fleetId(String fleetId)
Unique identifier for a fleet to retrieve all game sessions for.
|
DescribeGameSessionsRequest.Builder |
gameSessionId(String gameSessionId)
Unique identifier for the game session to retrieve.
|
DescribeGameSessionsRequest.Builder |
limit(Integer limit)
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)
Add an optional request override configuration.
|
DescribeGameSessionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeGameSessionsRequest.Builder |
statusFilter(String statusFilter)
Game session status to filter results on.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeGameSessionsRequest.Builder fleetId(String fleetId)
Unique identifier for a fleet to retrieve all game sessions for.
fleetId
- Unique identifier for a fleet to retrieve all game sessions for.DescribeGameSessionsRequest.Builder gameSessionId(String gameSessionId)
Unique identifier for the game session to retrieve. You can use either a GameSessionId
or
GameSessionArn
value.
gameSessionId
- Unique identifier for the game session to retrieve. You can use either a GameSessionId
or
GameSessionArn
value.DescribeGameSessionsRequest.Builder aliasId(String aliasId)
Unique identifier for an alias associated with the fleet to retrieve all game sessions for.
aliasId
- Unique identifier for an alias associated with the fleet to retrieve all game sessions for.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)
Maximum number of results to return. Use this parameter with NextToken
to get results as a set
of sequential pages.
limit
- 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 action. 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 action. To start at the beginning of the result set, do not specify a
value.DescribeGameSessionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeGameSessionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.