Interface Region.Builder

    • Method Detail

      • optInStatus

        Region.Builder optInStatus​(String optInStatus)

        The Region opt-in status. The possible values are opt-in-not-required, opted-in, and not-opted-in.

        Parameters:
        optInStatus - The Region opt-in status. The possible values are opt-in-not-required, opted-in, and not-opted-in.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • geography

        Region.Builder geography​(Collection<RegionGeography> geography)

        The geography information for the Region. The geography is returned as a list.

        Parameters:
        geography - The geography information for the Region. The geography is returned as a list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • geography

        Region.Builder geography​(RegionGeography... geography)

        The geography information for the Region. The geography is returned as a list.

        Parameters:
        geography - The geography information for the Region. The geography is returned as a list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • regionName

        Region.Builder regionName​(String regionName)

        The name of the Region.

        Parameters:
        regionName - The name of the Region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endpoint

        Region.Builder endpoint​(String endpoint)

        The Region service endpoint.

        Parameters:
        endpoint - The Region service endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.