public static interface DescribeGameSessionDetailsRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<DescribeGameSessionDetailsRequest.Builder,DescribeGameSessionDetailsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeGameSessionDetailsRequest.Builder |
aliasId(String aliasId)
A unique identifier for the alias associated with the fleet to retrieve all game sessions for.
|
DescribeGameSessionDetailsRequest.Builder |
fleetId(String fleetId)
A unique identifier for the fleet to retrieve all game sessions active on the fleet.
|
DescribeGameSessionDetailsRequest.Builder |
gameSessionId(String gameSessionId)
A unique identifier for the game session to retrieve.
|
DescribeGameSessionDetailsRequest.Builder |
limit(Integer limit)
The maximum number of results to return.
|
DescribeGameSessionDetailsRequest.Builder |
location(String location)
A fleet location to get game sessions for.
|
DescribeGameSessionDetailsRequest.Builder |
nextToken(String nextToken)
A token that indicates the start of the next sequential page of results.
|
DescribeGameSessionDetailsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeGameSessionDetailsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeGameSessionDetailsRequest.Builder |
statusFilter(String statusFilter)
Game session status to filter results on.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeGameSessionDetailsRequest.Builder fleetId(String fleetId)
A unique identifier for the fleet to retrieve all game sessions active on the fleet. You can use either the fleet ID or ARN value.
fleetId - A unique identifier for the fleet to retrieve all game sessions active on the fleet. You can use
either the fleet ID or ARN value.DescribeGameSessionDetailsRequest.Builder gameSessionId(String gameSessionId)
A unique identifier for the game session to retrieve.
gameSessionId - A unique identifier for the game session to retrieve.DescribeGameSessionDetailsRequest.Builder aliasId(String aliasId)
A unique identifier for the alias associated with the fleet to retrieve all game sessions for. You can use either the alias ID or ARN value.
aliasId - A unique identifier for the alias associated with the fleet to retrieve all game sessions for. You can
use either the alias ID or ARN value.DescribeGameSessionDetailsRequest.Builder location(String location)
A fleet location to get game sessions for. You can specify a fleet's home Region or a remote location. Use
the AWS Region code format, such as us-west-2.
location - A fleet location to get game sessions for. You can specify a fleet's home Region or a remote location.
Use the AWS Region code format, such as us-west-2.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)
The maximum number of results to return. Use this parameter with NextToken to get results as a
set of sequential pages.
limit - The 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)
A token that indicates the start of the next sequential page of results. Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.
nextToken - A token that indicates the start of the next sequential page of results. Use the token that is
returned with a previous call to this operation. 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 © 2021. All rights reserved.