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 Summary
Modifier and TypeMethodDescriptionstepStatus(String stepStatus) One of 4 statuses that a step can go through returned as part of theGetUpgradeStatusResponseobject.stepStatus(UpgradeStatus stepStatus) One of 4 statuses that a step can go through returned as part of theGetUpgradeStatusResponseobject.upgradeName(String upgradeName) A string that describes the update brieflyupgradeStep(String upgradeStep) Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through: PreUpgradeCheck Snapshot UpgradeupgradeStep(UpgradeStep upgradeStep) Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through: PreUpgradeCheck Snapshot UpgradeMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.elasticsearch.model.ElasticsearchResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
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
One of 4 statuses that a step can go through returned as part of the
GetUpgradeStatusResponseobject. 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 theGetUpgradeStatusResponseobject. 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
GetUpgradeStatusResponseobject. 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 theGetUpgradeStatusResponseobject. 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
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.
 
 
 -