Interface DbServerPatchingDetails.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DbServerPatchingDetails.Builder,,- DbServerPatchingDetails> - SdkBuilder<DbServerPatchingDetails.Builder,,- DbServerPatchingDetails> - SdkPojo
- Enclosing class:
- DbServerPatchingDetails
@Mutable
@NotThreadSafe
public static interface DbServerPatchingDetails.Builder
extends SdkPojo, CopyableBuilder<DbServerPatchingDetails.Builder,DbServerPatchingDetails> 
- 
Method SummaryModifier and TypeMethodDescriptionestimatedPatchDuration(Integer estimatedPatchDuration) Estimated time, in minutes, to patch one database server.patchingStatus(String patchingStatus) The status of the patching operation.patchingStatus(DbServerPatchingStatus patchingStatus) The status of the patching operation.timePatchingEnded(String timePatchingEnded) The time when the patching operation ended.timePatchingStarted(String timePatchingStarted) The time when the patching operation started.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
estimatedPatchDurationEstimated time, in minutes, to patch one database server. - Parameters:
- estimatedPatchDuration- Estimated time, in minutes, to patch one database server.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
patchingStatusThe status of the patching operation. Possible values are SCHEDULED,MAINTENANCE_IN_PROGRESS,FAILED, andCOMPLETE.- Parameters:
- patchingStatus- The status of the patching operation. Possible values are- SCHEDULED,- MAINTENANCE_IN_PROGRESS,- FAILED, and- COMPLETE.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
patchingStatusThe status of the patching operation. Possible values are SCHEDULED,MAINTENANCE_IN_PROGRESS,FAILED, andCOMPLETE.- Parameters:
- patchingStatus- The status of the patching operation. Possible values are- SCHEDULED,- MAINTENANCE_IN_PROGRESS,- FAILED, and- COMPLETE.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
timePatchingEndedThe time when the patching operation ended. - Parameters:
- timePatchingEnded- The time when the patching operation ended.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
timePatchingStartedThe time when the patching operation started. - Parameters:
- timePatchingStarted- The time when the patching operation started.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-