public static interface DescribeGameSessionsRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<DescribeGameSessionsRequest.Builder,DescribeGameSessionsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeGameSessionsRequest.Builder |
aliasId(String aliasId)
A unique identifier for the alias associated with the fleet to retrieve game sessions for.
|
DescribeGameSessionsRequest.Builder |
fleetId(String fleetId)
A unique identifier for the fleet to retrieve game sessions for.
|
DescribeGameSessionsRequest.Builder |
gameSessionId(String gameSessionId)
A unique identifier for the game session to retrieve.
|
DescribeGameSessionsRequest.Builder |
limit(Integer limit)
The maximum number of results to return.
|
DescribeGameSessionsRequest.Builder |
location(String location)
A fleet location to get game sessions for.
|
DescribeGameSessionsRequest.Builder |
nextToken(String nextToken)
A token that indicates the start of the next sequential page of results.
|
DescribeGameSessionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeGameSessionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeGameSessionsRequest.Builder |
statusFilter(String statusFilter)
Game session status to filter results on.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeGameSessionsRequest.Builder fleetId(String fleetId)
A unique identifier for the fleet to retrieve game sessions for. You can use either the fleet ID or ARN value.
fleetId - A unique identifier for the fleet to retrieve game sessions for. You can use either the fleet ID or
ARN value.DescribeGameSessionsRequest.Builder gameSessionId(String gameSessionId)
A unique identifier for the game session to retrieve.
gameSessionId - A unique identifier for the game session to retrieve.DescribeGameSessionsRequest.Builder aliasId(String aliasId)
A unique identifier for the alias associated with the fleet to retrieve 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 game sessions for. You can use
either the alias ID or ARN value.DescribeGameSessionsRequest.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 Amazon Web Services 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 Amazon Web Services Region code format, such as us-west-2.DescribeGameSessionsRequest.Builder statusFilter(String statusFilter)
Game session status to filter results on. You can filter on the following states: ACTIVE,
TERMINATED, ACTIVATING, and TERMINATING. The last two are transitory
and used for only very brief periods of time.
statusFilter - Game session status to filter results on. You can filter on the following states: ACTIVE,
TERMINATED, ACTIVATING, and TERMINATING. The last two are
transitory and used for only very brief periods of time.DescribeGameSessionsRequest.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.DescribeGameSessionsRequest.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.DescribeGameSessionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeGameSessionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.