Interface GetUpgradeStatusResponse.Builder

    • Method Detail

      • upgradeStep

        GetUpgradeStatusResponse.Builder upgradeStep​(String upgradeStep)

        Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:

        • PreUpgradeCheck
        • Snapshot
        • Upgrade

        Parameters:
        upgradeStep - Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:
        • PreUpgradeCheck
        • Snapshot
        • Upgrade
        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)

        Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:

        • PreUpgradeCheck
        • Snapshot
        • Upgrade

        Parameters:
        upgradeStep - Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:
        • PreUpgradeCheck
        • Snapshot
        • Upgrade
        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)

        One of 4 statuses that a step can go through returned as part of the GetUpgradeStatusResponse object. The status can take one of the following values:

        • In Progress
        • Succeeded
        • Succeeded with Issues
        • Failed

        Parameters:
        stepStatus - One of 4 statuses that a step can go through returned as part of the GetUpgradeStatusResponse object. The status can take one of the following values:
        • In Progress
        • Succeeded
        • Succeeded with Issues
        • Failed
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UpgradeStatus, UpgradeStatus
      • stepStatus

        GetUpgradeStatusResponse.Builder stepStatus​(UpgradeStatus stepStatus)

        One of 4 statuses that a step can go through returned as part of the GetUpgradeStatusResponse object. The status can take one of the following values:

        • In Progress
        • Succeeded
        • Succeeded with Issues
        • Failed

        Parameters:
        stepStatus - One of 4 statuses that a step can go through returned as part of the GetUpgradeStatusResponse object. The status can take one of the following values:
        • In Progress
        • Succeeded
        • Succeeded with Issues
        • Failed
        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 briefly

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