pub struct Builder { /* private fields */ }
Expand description
A builder for ApplyPendingMaintenanceActionOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn resource_pending_maintenance_actions(
self,
input: ResourcePendingMaintenanceActions
) -> Self
pub fn resource_pending_maintenance_actions(
self,
input: ResourcePendingMaintenanceActions
) -> Self
The DMS resource that the pending maintenance action will be applied to.
sourcepub fn set_resource_pending_maintenance_actions(
self,
input: Option<ResourcePendingMaintenanceActions>
) -> Self
pub fn set_resource_pending_maintenance_actions(
self,
input: Option<ResourcePendingMaintenanceActions>
) -> Self
The DMS resource that the pending maintenance action will be applied to.
sourcepub fn build(self) -> ApplyPendingMaintenanceActionOutput
pub fn build(self) -> ApplyPendingMaintenanceActionOutput
Consumes the builder and constructs a ApplyPendingMaintenanceActionOutput
.