Class AvailableProvidersListParameters


  • public final class AvailableProvidersListParameters
    extends Object
    Constraints that determine the list of available Internet service providers.
    • Constructor Detail

      • AvailableProvidersListParameters

        public AvailableProvidersListParameters()
    • Method Detail

      • azureLocations

        public List<String> azureLocations()
        Get the azureLocations property: A list of Azure regions.
        Returns:
        the azureLocations value.
      • withAzureLocations

        public AvailableProvidersListParameters withAzureLocations​(List<String> azureLocations)
        Set the azureLocations property: A list of Azure regions.
        Parameters:
        azureLocations - the azureLocations value to set.
        Returns:
        the AvailableProvidersListParameters object itself.
      • country

        public String country()
        Get the country property: The country for available providers list.
        Returns:
        the country value.
      • withCountry

        public AvailableProvidersListParameters withCountry​(String country)
        Set the country property: The country for available providers list.
        Parameters:
        country - the country value to set.
        Returns:
        the AvailableProvidersListParameters object itself.
      • state

        public String state()
        Get the state property: The state for available providers list.
        Returns:
        the state value.
      • withState

        public AvailableProvidersListParameters withState​(String state)
        Set the state property: The state for available providers list.
        Parameters:
        state - the state value to set.
        Returns:
        the AvailableProvidersListParameters object itself.
      • city

        public String city()
        Get the city property: The city or town for available providers list.
        Returns:
        the city value.
      • withCity

        public AvailableProvidersListParameters withCity​(String city)
        Set the city property: The city or town for available providers list.
        Parameters:
        city - the city value to set.
        Returns:
        the AvailableProvidersListParameters object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.