Interface GetUpgradeStatusResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetUpgradeStatusResponse.Builder,GetUpgradeStatusResponse>, ElasticsearchResponse.Builder, SdkBuilder<GetUpgradeStatusResponse.Builder,GetUpgradeStatusResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetUpgradeStatusResponse

public static interface GetUpgradeStatusResponse.Builder extends ElasticsearchResponse.Builder, SdkPojo, CopyableBuilder<GetUpgradeStatusResponse.Builder,GetUpgradeStatusResponse>
  • Method Details

    • 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

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