Interface GetRegionOptStatusResponse.Builder

    • Method Detail

      • regionName

        GetRegionOptStatusResponse.Builder regionName​(String regionName)

        The Region code that was passed in.

        Parameters:
        regionName - The Region code that was passed in.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • regionOptStatus

        GetRegionOptStatusResponse.Builder regionOptStatus​(String regionOptStatus)

        One of the potential statuses a Region can undergo (Enabled, Enabling, Disabled, Disabling, Enabled_By_Default).

        Parameters:
        regionOptStatus - One of the potential statuses a Region can undergo (Enabled, Enabling, Disabled, Disabling, Enabled_By_Default).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RegionOptStatus, RegionOptStatus
      • regionOptStatus

        GetRegionOptStatusResponse.Builder regionOptStatus​(RegionOptStatus regionOptStatus)

        One of the potential statuses a Region can undergo (Enabled, Enabling, Disabled, Disabling, Enabled_By_Default).

        Parameters:
        regionOptStatus - One of the potential statuses a Region can undergo (Enabled, Enabling, Disabled, Disabling, Enabled_By_Default).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RegionOptStatus, RegionOptStatus