CopyableBuilder<DescribeGameSessionsRequest.Builder,DescribeGameSessionsRequest>, SdkBuilder<DescribeGameSessionsRequest.Builder,DescribeGameSessionsRequest>public static interface DescribeGameSessionsRequest.Builder extends CopyableBuilder<DescribeGameSessionsRequest.Builder,DescribeGameSessionsRequest>
| Modifier and Type | Method | 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 |
statusFilter(String statusFilter) |
Game session status to filter results on.
|
copyapply, buildDescribeGameSessionsRequest.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 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.