Struct aws_sdk_glue::input::update_trigger_input::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for UpdateTriggerInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn trigger_update(self, input: TriggerUpdate) -> Self
pub fn trigger_update(self, input: TriggerUpdate) -> Self
The new values with which to update the trigger.
sourcepub fn set_trigger_update(self, input: Option<TriggerUpdate>) -> Self
pub fn set_trigger_update(self, input: Option<TriggerUpdate>) -> Self
The new values with which to update the trigger.
sourcepub fn build(self) -> Result<UpdateTriggerInput, BuildError>
pub fn build(self) -> Result<UpdateTriggerInput, BuildError>
Consumes the builder and constructs a UpdateTriggerInput.