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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeGameSessionsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeGameSessionsRequest.Builder |
statusFilter(String statusFilter)
Game session status to filter results on.
|
buildrequestOverrideConfigcopyapply, 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 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeGameSessionsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.