Interface UpgradeStepItem.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<UpgradeStepItem.Builder,,UpgradeStepItem> SdkBuilder<UpgradeStepItem.Builder,,UpgradeStepItem> SdkPojo
- Enclosing class:
 UpgradeStepItem
- 
Method Summary
Modifier and TypeMethodDescriptionA list of strings containing detailed information about the errors encountered in a particular step.issues(Collection<String> issues) A list of strings containing detailed information about the errors encountered in a particular step.progressPercent(Double progressPercent) The floating point value representing the progress percentage of a particular step.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:upgradeStepStatus(String upgradeStepStatus) The current status of the upgrade.upgradeStepStatus(UpgradeStatus upgradeStepStatus) The current status of the upgrade.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
upgradeStep
One of three steps that an upgrade or upgrade eligibility check goes through:
- 
 
PreUpgradeCheck
 - 
 
Snapshot
 - 
 
Upgrade
 
- Parameters:
 upgradeStep- One of three steps that an upgrade or upgrade eligibility check goes through:- 
        
PreUpgradeCheck
 - 
        
Snapshot
 - 
        
Upgrade
 
- 
        
 - 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:
- 
 
PreUpgradeCheck
 - 
 
Snapshot
 - 
 
Upgrade
 
- Parameters:
 upgradeStep- One of three steps that an upgrade or upgrade eligibility check goes through:- 
        
PreUpgradeCheck
 - 
        
Snapshot
 - 
        
Upgrade
 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
 
 - 
upgradeStepStatus
The current status of the upgrade. The status can take one of the following values:
- 
 
In Progress
 - 
 
Succeeded
 - 
 
Succeeded with Issues
 - 
 
Failed
 
- Parameters:
 upgradeStepStatus- The current status of the upgrade. 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:
 
 - 
 
 - 
upgradeStepStatus
The current status of the upgrade. The status can take one of the following values:
- 
 
In Progress
 - 
 
Succeeded
 - 
 
Succeeded with Issues
 - 
 
Failed
 
- Parameters:
 upgradeStepStatus- The current status of the upgrade. 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:
 
 - 
 
 - 
issues
A list of strings containing detailed information about the errors encountered in a particular step.
- Parameters:
 issues- A list of strings containing detailed information about the errors encountered in a particular step.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
issues
A list of strings containing detailed information about the errors encountered in a particular step.
- Parameters:
 issues- A list of strings containing detailed information about the errors encountered in a particular step.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
progressPercent
The floating point value representing the progress percentage of a particular step.
- Parameters:
 progressPercent- The floating point value representing the progress percentage of a particular step.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -