Uses of Interface
software.amazon.awssdk.services.gamelift.model.PriorityConfigurationOverride.Builder
-
Packages that use PriorityConfigurationOverride.Builder Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of PriorityConfigurationOverride.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return PriorityConfigurationOverride.Builder Modifier and Type Method Description static PriorityConfigurationOverride.BuilderPriorityConfigurationOverride. builder()PriorityConfigurationOverride.BuilderPriorityConfigurationOverride.Builder. locationOrder(String... locationOrder)A prioritized list of hosting locations.PriorityConfigurationOverride.BuilderPriorityConfigurationOverride.Builder. locationOrder(Collection<String> locationOrder)A prioritized list of hosting locations.PriorityConfigurationOverride.BuilderPriorityConfigurationOverride.Builder. placementFallbackStrategy(String placementFallbackStrategy)Instructions for how to use the override list if the first round of placement attempts fails.PriorityConfigurationOverride.BuilderPriorityConfigurationOverride.Builder. placementFallbackStrategy(PlacementFallbackStrategy placementFallbackStrategy)Instructions for how to use the override list if the first round of placement attempts fails.PriorityConfigurationOverride.BuilderPriorityConfigurationOverride. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type PriorityConfigurationOverride.Builder Modifier and Type Method Description static Class<? extends PriorityConfigurationOverride.Builder>PriorityConfigurationOverride. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type PriorityConfigurationOverride.Builder Modifier and Type Method Description default GameSessionPlacement.BuilderGameSessionPlacement.Builder. priorityConfigurationOverride(Consumer<PriorityConfigurationOverride.Builder> priorityConfigurationOverride)A prioritized list of locations to use with a game session placement request and instructions on how to use it.default StartGameSessionPlacementRequest.BuilderStartGameSessionPlacementRequest.Builder. priorityConfigurationOverride(Consumer<PriorityConfigurationOverride.Builder> priorityConfigurationOverride)A prioritized list of locations to use for the game session placement and instructions on how to use it.
-