public static interface UpdateGameSessionQueueRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<UpdateGameSessionQueueRequest.Builder,UpdateGameSessionQueueRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateGameSessionQueueRequest.Builder |
destinations(Collection<GameSessionQueueDestination> destinations)
A list of fleets that can be used to fulfill game session placement requests in the queue.
|
UpdateGameSessionQueueRequest.Builder |
destinations(Consumer<GameSessionQueueDestination.Builder>... destinations)
A list of fleets that can be used to fulfill game session placement requests in the queue.
|
UpdateGameSessionQueueRequest.Builder |
destinations(GameSessionQueueDestination... destinations)
A list of fleets that can be used to fulfill game session placement requests in the queue.
|
UpdateGameSessionQueueRequest.Builder |
name(String name)
A descriptive label that is associated with game session queue.
|
UpdateGameSessionQueueRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateGameSessionQueueRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateGameSessionQueueRequest.Builder |
playerLatencyPolicies(Collection<PlayerLatencyPolicy> playerLatencyPolicies)
A collection of latency policies to apply when processing game sessions placement requests with player
latency information.
|
UpdateGameSessionQueueRequest.Builder |
playerLatencyPolicies(Consumer<PlayerLatencyPolicy.Builder>... playerLatencyPolicies)
A collection of latency policies to apply when processing game sessions placement requests with player
latency information.
|
UpdateGameSessionQueueRequest.Builder |
playerLatencyPolicies(PlayerLatencyPolicy... playerLatencyPolicies)
A collection of latency policies to apply when processing game sessions placement requests with player
latency information.
|
UpdateGameSessionQueueRequest.Builder |
timeoutInSeconds(Integer timeoutInSeconds)
The maximum time, in seconds, that a new game session placement request remains in the queue.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateGameSessionQueueRequest.Builder name(String name)
A descriptive label that is associated with game session queue. Queue names must be unique within each Region. You can use either the queue ID or ARN value.
name - A descriptive label that is associated with game session queue. Queue names must be unique within each
Region. You can use either the queue ID or ARN value.UpdateGameSessionQueueRequest.Builder timeoutInSeconds(Integer timeoutInSeconds)
The maximum time, in seconds, that a new game session placement request remains in the queue. When a request
exceeds this time, the game session placement changes to a TIMED_OUT status.
timeoutInSeconds - The maximum time, in seconds, that a new game session placement request remains in the queue. When a
request exceeds this time, the game session placement changes to a TIMED_OUT status.UpdateGameSessionQueueRequest.Builder playerLatencyPolicies(Collection<PlayerLatencyPolicy> playerLatencyPolicies)
A collection of latency policies to apply when processing game sessions placement requests with player latency information. Multiple policies are evaluated in order of the maximum latency value, starting with the lowest latency values. With just one policy, the policy is enforced at the start of the game session placement for the duration period. With multiple policies, each policy is enforced consecutively for its duration period. For example, a queue might enforce a 60-second policy followed by a 120-second policy, and then no policy for the remainder of the placement. When updating policies, provide a complete collection of policies.
playerLatencyPolicies - A collection of latency policies to apply when processing game sessions placement requests with player
latency information. Multiple policies are evaluated in order of the maximum latency value, starting
with the lowest latency values. With just one policy, the policy is enforced at the start of the game
session placement for the duration period. With multiple policies, each policy is enforced
consecutively for its duration period. For example, a queue might enforce a 60-second policy followed
by a 120-second policy, and then no policy for the remainder of the placement. When updating policies,
provide a complete collection of policies.UpdateGameSessionQueueRequest.Builder playerLatencyPolicies(PlayerLatencyPolicy... playerLatencyPolicies)
A collection of latency policies to apply when processing game sessions placement requests with player latency information. Multiple policies are evaluated in order of the maximum latency value, starting with the lowest latency values. With just one policy, the policy is enforced at the start of the game session placement for the duration period. With multiple policies, each policy is enforced consecutively for its duration period. For example, a queue might enforce a 60-second policy followed by a 120-second policy, and then no policy for the remainder of the placement. When updating policies, provide a complete collection of policies.
playerLatencyPolicies - A collection of latency policies to apply when processing game sessions placement requests with player
latency information. Multiple policies are evaluated in order of the maximum latency value, starting
with the lowest latency values. With just one policy, the policy is enforced at the start of the game
session placement for the duration period. With multiple policies, each policy is enforced
consecutively for its duration period. For example, a queue might enforce a 60-second policy followed
by a 120-second policy, and then no policy for the remainder of the placement. When updating policies,
provide a complete collection of policies.UpdateGameSessionQueueRequest.Builder playerLatencyPolicies(Consumer<PlayerLatencyPolicy.Builder>... playerLatencyPolicies)
A collection of latency policies to apply when processing game sessions placement requests with player latency information. Multiple policies are evaluated in order of the maximum latency value, starting with the lowest latency values. With just one policy, the policy is enforced at the start of the game session placement for the duration period. With multiple policies, each policy is enforced consecutively for its duration period. For example, a queue might enforce a 60-second policy followed by a 120-second policy, and then no policy for the remainder of the placement. When updating policies, provide a complete collection of policies.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #playerLatencyPolicies(List) .playerLatencyPolicies - a consumer that will call methods on List.Builder #playerLatencyPolicies(List) UpdateGameSessionQueueRequest.Builder destinations(Collection<GameSessionQueueDestination> destinations)
A list of fleets that can be used to fulfill game session placement requests in the queue. Fleets are identified by either a fleet ARN or a fleet alias ARN. Destinations are listed in default preference order. When updating this list, provide a complete list of destinations.
destinations - A list of fleets that can be used to fulfill game session placement requests in the queue. Fleets are
identified by either a fleet ARN or a fleet alias ARN. Destinations are listed in default preference
order. When updating this list, provide a complete list of destinations.UpdateGameSessionQueueRequest.Builder destinations(GameSessionQueueDestination... destinations)
A list of fleets that can be used to fulfill game session placement requests in the queue. Fleets are identified by either a fleet ARN or a fleet alias ARN. Destinations are listed in default preference order. When updating this list, provide a complete list of destinations.
destinations - A list of fleets that can be used to fulfill game session placement requests in the queue. Fleets are
identified by either a fleet ARN or a fleet alias ARN. Destinations are listed in default preference
order. When updating this list, provide a complete list of destinations.UpdateGameSessionQueueRequest.Builder destinations(Consumer<GameSessionQueueDestination.Builder>... destinations)
A list of fleets that can be used to fulfill game session placement requests in the queue. Fleets are identified by either a fleet ARN or a fleet alias ARN. Destinations are listed in default preference order. When updating this list, provide a complete list of destinations.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #destinations(List) .destinations - a consumer that will call methods on List.Builder #destinations(List) UpdateGameSessionQueueRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateGameSessionQueueRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.