Interface Region.Builder

    • Method Detail

      • 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.
      • 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.
      • 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.