Interface GetUpgradeStatusResponse.Builder

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

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

    • 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

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