Interface PendingMaintenanceAction.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PendingMaintenanceAction.Builder,
,PendingMaintenanceAction> SdkBuilder<PendingMaintenanceAction.Builder,
,PendingMaintenanceAction> SdkPojo
- Enclosing class:
PendingMaintenanceAction
@Mutable
@NotThreadSafe
public static interface PendingMaintenanceAction.Builder
extends SdkPojo, CopyableBuilder<PendingMaintenanceAction.Builder,PendingMaintenanceAction>
-
Method Summary
Modifier and TypeMethodDescriptionThe type of pending database maintenance action.currentApplyDate
(Instant currentApplyDate) The effective date of the pending database maintenance action.description
(String description) Additional detail about the pending database maintenance action.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
-
action
The type of pending database maintenance action.
- Parameters:
action
- The type of pending database maintenance action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
Additional detail about the pending database maintenance action.
- Parameters:
description
- Additional detail about the pending database maintenance action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
currentApplyDate
The effective date of the pending database maintenance action.
- Parameters:
currentApplyDate
- The effective date of the pending database maintenance action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-