public static interface PendingMaintenanceAction.Builder extends SdkPojo, CopyableBuilder<PendingMaintenanceAction.Builder,PendingMaintenanceAction>
Modifier and Type | Method and Description |
---|---|
PendingMaintenanceAction.Builder |
action(String action)
The type of pending database maintenance action.
|
PendingMaintenanceAction.Builder |
currentApplyDate(Instant currentApplyDate)
The effective date of the pending database maintenance action.
|
PendingMaintenanceAction.Builder |
description(String description)
Additional detail about the pending database maintenance action.
|
copy
applyMutation, build
PendingMaintenanceAction.Builder action(String action)
The type of pending database maintenance action.
action
- The type of pending database maintenance action.PendingMaintenanceAction.Builder description(String description)
Additional detail about the pending database maintenance action.
description
- Additional detail about the pending database maintenance action.PendingMaintenanceAction.Builder currentApplyDate(Instant currentApplyDate)
The effective date of the pending database maintenance action.
currentApplyDate
- The effective date of the pending database maintenance action.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.