Struct aws_sdk_glue::input::batch_get_triggers_input::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for BatchGetTriggersInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn trigger_names(self, input: impl Into<String>) -> Self
pub fn trigger_names(self, input: impl Into<String>) -> Self
Appends an item to trigger_names.
To override the contents of this collection use set_trigger_names.
A list of trigger names, which may be the names returned from the ListTriggers operation.
sourcepub fn set_trigger_names(self, input: Option<Vec<String>>) -> Self
pub fn set_trigger_names(self, input: Option<Vec<String>>) -> Self
A list of trigger names, which may be the names returned from the ListTriggers operation.
sourcepub fn build(self) -> Result<BatchGetTriggersInput, BuildError>
pub fn build(self) -> Result<BatchGetTriggersInput, BuildError>
Consumes the builder and constructs a BatchGetTriggersInput.