CopyableBuilder<DescribeGameSessionDetailsRequest.Builder,DescribeGameSessionDetailsRequest>
, SdkBuilder<DescribeGameSessionDetailsRequest.Builder,DescribeGameSessionDetailsRequest>
public static interface DescribeGameSessionDetailsRequest.Builder extends CopyableBuilder<DescribeGameSessionDetailsRequest.Builder,DescribeGameSessionDetailsRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeGameSessionDetailsRequest.Builder |
aliasId(String aliasId) |
Unique identifier for an alias associated with the fleet to retrieve all game sessions for.
|
DescribeGameSessionDetailsRequest.Builder |
fleetId(String fleetId) |
Unique identifier for a fleet to retrieve all game sessions active on the fleet.
|
DescribeGameSessionDetailsRequest.Builder |
gameSessionId(String gameSessionId) |
Unique identifier for the game session to retrieve.
|
DescribeGameSessionDetailsRequest.Builder |
limit(Integer limit) |
Maximum number of results to return.
|
DescribeGameSessionDetailsRequest.Builder |
nextToken(String nextToken) |
Token that indicates the start of the next sequential page of results.
|
DescribeGameSessionDetailsRequest.Builder |
statusFilter(String statusFilter) |
Game session status to filter results on.
|
copy
apply, build
DescribeGameSessionDetailsRequest.Builder fleetId(String fleetId)
Unique identifier for a fleet to retrieve all game sessions active on the fleet.
fleetId
- Unique identifier for a fleet to retrieve all game sessions active on the fleet.DescribeGameSessionDetailsRequest.Builder gameSessionId(String gameSessionId)
Unique identifier for the game session to retrieve.
gameSessionId
- Unique identifier for the game session to retrieve.DescribeGameSessionDetailsRequest.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.DescribeGameSessionDetailsRequest.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).DescribeGameSessionDetailsRequest.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.DescribeGameSessionDetailsRequest.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 specify the start 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 specify the start of the result set, do not specify a value.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.