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 Summary
Modifier and TypeMethodDescriptionstepStatus
(String stepStatus) The status of the current step that an upgrade is on.stepStatus
(UpgradeStatus stepStatus) The status of the current step that an upgrade is on.upgradeName
(String upgradeName) A string that describes the update.upgradeStep
(String upgradeStep) One of three steps that an upgrade or upgrade eligibility check goes through.upgradeStep
(UpgradeStep upgradeStep) One of three steps that an upgrade or upgrade eligibility check goes through.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.opensearch.model.OpenSearchResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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
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
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.
-