Interface FilterConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FilterConfiguration.Builder,FilterConfiguration>,SdkBuilder<FilterConfiguration.Builder,FilterConfiguration>,SdkPojo
- Enclosing class:
- FilterConfiguration
public static interface FilterConfiguration.Builder extends SdkPojo, CopyableBuilder<FilterConfiguration.Builder,FilterConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FilterConfiguration.BuilderallowedLocations(String... allowedLocations)A list of locations to allow game session placement in, in the form of Amazon Web Services Region codes such asus-west-2.FilterConfiguration.BuilderallowedLocations(Collection<String> allowedLocations)A list of locations to allow game session placement in, in the form of Amazon Web Services Region codes such asus-west-2.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
allowedLocations
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.- Parameters:
allowedLocations- A list of locations to allow game session placement in, in the form of Amazon Web Services Region codes such asus-west-2.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowedLocations
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.- Parameters:
allowedLocations- A list of locations to allow game session placement in, in the form of Amazon Web Services Region codes such asus-west-2.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-