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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
actionThe 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.
 
- 
descriptionAdditional 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.
 
- 
currentApplyDateThe 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.
 
 
-