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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetUpgradeStatusResponse.Builder
stepStatus(String stepStatus)
One of 4 statuses that a step can go through returned as part of theGetUpgradeStatusResponse
object.GetUpgradeStatusResponse.Builder
stepStatus(UpgradeStatus stepStatus)
One of 4 statuses that a step can go through returned as part of theGetUpgradeStatusResponse
object.GetUpgradeStatusResponse.Builder
upgradeName(String upgradeName)
A string that describes the update brieflyGetUpgradeStatusResponse.Builder
upgradeStep(String upgradeStep)
Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through: PreUpgradeCheck Snapshot UpgradeGetUpgradeStatusResponse.Builder
upgradeStep(UpgradeStep upgradeStep)
Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through: PreUpgradeCheck Snapshot Upgrade-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.elasticsearch.model.ElasticsearchResponse.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 Detail
-
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
,UpgradeStep
-
upgradeStep
GetUpgradeStatusResponse.Builder upgradeStep(UpgradeStep 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
,UpgradeStep
-
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 theGetUpgradeStatusResponse
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:
UpgradeStatus
,UpgradeStatus
-
stepStatus
GetUpgradeStatusResponse.Builder stepStatus(UpgradeStatus 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 theGetUpgradeStatusResponse
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:
UpgradeStatus
,UpgradeStatus
-
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.
-
-