Interface ServiceOptions.Builder

  • Method Details

    • supportedRegions

      ServiceOptions.Builder supportedRegions(Collection<String> supportedRegions)

      The list of supported Regions for the service.

      Parameters:
      supportedRegions - The list of supported Regions for the service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • supportedRegions

      ServiceOptions.Builder supportedRegions(String... supportedRegions)

      The list of supported Regions for the service.

      Parameters:
      supportedRegions - The list of supported Regions for the service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.