Interface FilterConfiguration.Builder

    • 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 as us-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 as us-west-2.
        Returns:
        Returns a reference to this object so that method calls can be chained together.