public static interface DescribeGameSessionDetailsRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<DescribeGameSessionDetailsRequest.Builder,DescribeGameSessionDetailsRequest>
buildoverrideConfigurationcopyapplyMutation, buildDescribeGameSessionDetailsRequest.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 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.DescribeGameSessionDetailsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeGameSessionDetailsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.