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 Summary
Modifier 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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
estimatedPatchDuration
Estimated 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.
-
patchingStatus
The status of the patching operation. Possible values are
SCHEDULED
,MAINTENANCE_IN_PROGRESS
,FAILED
, andCOMPLETE
.- Parameters:
patchingStatus
- The status of the patching operation. Possible values areSCHEDULED
,MAINTENANCE_IN_PROGRESS
,FAILED
, andCOMPLETE
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
patchingStatus
The status of the patching operation. Possible values are
SCHEDULED
,MAINTENANCE_IN_PROGRESS
,FAILED
, andCOMPLETE
.- Parameters:
patchingStatus
- The status of the patching operation. Possible values areSCHEDULED
,MAINTENANCE_IN_PROGRESS
,FAILED
, andCOMPLETE
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
timePatchingEnded
The 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.
-
timePatchingStarted
The 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.
-