public static interface FilterConfiguration.Builder extends SdkPojo, CopyableBuilder<FilterConfiguration.Builder,FilterConfiguration>
| Modifier and Type | Method and Description |
|---|---|
FilterConfiguration.Builder |
allowedLocations(Collection<String> allowedLocations)
A list of locations to allow game session placement in, in the form of Amazon Web Services Region codes such
as
us-west-2. |
FilterConfiguration.Builder |
allowedLocations(String... allowedLocations)
A list of locations to allow game session placement in, in the form of Amazon Web Services Region codes such
as
us-west-2. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFilterConfiguration.Builder allowedLocations(Collection<String> allowedLocations)
A list of locations to allow game session placement in, in the form of Amazon Web Services Region codes such
as us-west-2.
allowedLocations - A list of locations to allow game session placement in, in the form of Amazon Web Services Region
codes such as us-west-2.FilterConfiguration.Builder allowedLocations(String... allowedLocations)
A list of locations to allow game session placement in, in the form of Amazon Web Services Region codes such
as us-west-2.
allowedLocations - A list of locations to allow game session placement in, in the form of Amazon Web Services Region
codes such as us-west-2.Copyright © 2022. All rights reserved.