Interface UpgradeHistory.Builder

    • Method Detail

      • upgradeName

        UpgradeHistory.Builder upgradeName​(String upgradeName)

        A string that describes the upgrade.

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

        UpgradeHistory.Builder startTimestamp​(Instant startTimestamp)

        UTC timestamp at which the upgrade API call was made, in the format yyyy-MM-ddTHH:mm:ssZ.

        Parameters:
        startTimestamp - UTC timestamp at which the upgrade API call was made, in the format yyyy-MM-ddTHH:mm:ssZ.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • upgradeStatus

        UpgradeHistory.Builder upgradeStatus​(String upgradeStatus)

        The current status of the upgrade. The status can take one of the following values:

        • In Progress

        • Succeeded

        • Succeeded with Issues

        • Failed

        Parameters:
        upgradeStatus - The current status of the upgrade. 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
      • upgradeStatus

        UpgradeHistory.Builder upgradeStatus​(UpgradeStatus upgradeStatus)

        The current status of the upgrade. The status can take one of the following values:

        • In Progress

        • Succeeded

        • Succeeded with Issues

        • Failed

        Parameters:
        upgradeStatus - The current status of the upgrade. 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
      • stepsList

        UpgradeHistory.Builder stepsList​(Collection<UpgradeStepItem> stepsList)

        A list of each step performed as part of a specific upgrade or upgrade eligibility check.

        Parameters:
        stepsList - A list of each step performed as part of a specific upgrade or upgrade eligibility check.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stepsList

        UpgradeHistory.Builder stepsList​(UpgradeStepItem... stepsList)

        A list of each step performed as part of a specific upgrade or upgrade eligibility check.

        Parameters:
        stepsList - A list of each step performed as part of a specific upgrade or upgrade eligibility check.
        Returns:
        Returns a reference to this object so that method calls can be chained together.