Uses of Interface
software.amazon.awssdk.services.rds.model.PendingMaintenanceAction.Builder
Packages that use PendingMaintenanceAction.Builder
-
Uses of PendingMaintenanceAction.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return PendingMaintenanceAction.BuilderModifier and TypeMethodDescriptionThe type of pending maintenance action that is available for the resource.PendingMaintenanceAction.Builder.autoAppliedAfterDate(Instant autoAppliedAfterDate) The date of the maintenance window when the action is applied.PendingMaintenanceAction.builder()PendingMaintenanceAction.Builder.currentApplyDate(Instant currentApplyDate) The effective date when the pending maintenance action is applied to the resource.PendingMaintenanceAction.Builder.description(String description) A description providing more detail about the maintenance action.PendingMaintenanceAction.Builder.forcedApplyDate(Instant forcedApplyDate) The date when the maintenance action is automatically applied.PendingMaintenanceAction.Builder.optInStatus(String optInStatus) Indicates the type of opt-in request that has been received for the resource.PendingMaintenanceAction.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type PendingMaintenanceAction.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PendingMaintenanceAction.Builder>PendingMaintenanceAction.serializableBuilderClass()