Interface GetUpgradeStatusResponse.Builder

    • Method Detail

      • upgradeStep

        GetUpgradeStatusResponse.Builder upgradeStep​(String upgradeStep)

        One of three steps that an upgrade or upgrade eligibility check goes through.

        Parameters:
        upgradeStep - One of three steps that an upgrade or upgrade eligibility check goes through.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UpgradeStep, UpgradeStep
      • upgradeStep

        GetUpgradeStatusResponse.Builder upgradeStep​(UpgradeStep upgradeStep)

        One of three steps that an upgrade or upgrade eligibility check goes through.

        Parameters:
        upgradeStep - One of three steps that an upgrade or upgrade eligibility check goes through.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UpgradeStep, UpgradeStep
      • stepStatus

        GetUpgradeStatusResponse.Builder stepStatus​(String stepStatus)

        The status of the current step that an upgrade is on.

        Parameters:
        stepStatus - The status of the current step that an upgrade is on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UpgradeStatus, UpgradeStatus
      • upgradeName

        GetUpgradeStatusResponse.Builder upgradeName​(String upgradeName)

        A string that describes the update.

        Parameters:
        upgradeName - A string that describes the update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.