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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetUpgradeStatusResponse.BuilderstepStatus(String stepStatus)The status of the current step that an upgrade is on.GetUpgradeStatusResponse.BuilderstepStatus(UpgradeStatus stepStatus)The status of the current step that an upgrade is on.GetUpgradeStatusResponse.BuilderupgradeName(String upgradeName)A string that describes the update.GetUpgradeStatusResponse.BuilderupgradeStep(String upgradeStep)One of three steps that an upgrade or upgrade eligibility check goes through.GetUpgradeStatusResponse.BuilderupgradeStep(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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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,UpgradeStep
-
upgradeStep
GetUpgradeStatusResponse.Builder upgradeStep(UpgradeStep 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,UpgradeStep
-
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:
UpgradeStatus,UpgradeStatus
-
stepStatus
GetUpgradeStatusResponse.Builder stepStatus(UpgradeStatus 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:
UpgradeStatus,UpgradeStatus
-
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.
-
-