Struct aws_sdk_lambda::output::list_event_source_mappings_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ListEventSourceMappingsOutput
Implementations
A pagination token that's returned when the response doesn't contain all event source mappings.
A pagination token that's returned when the response doesn't contain all event source mappings.
Appends an item to event_source_mappings
.
To override the contents of this collection use set_event_source_mappings
.
A list of event source mappings.
pub fn set_event_source_mappings(
self,
input: Option<Vec<EventSourceMappingConfiguration>>
) -> Self
pub fn set_event_source_mappings(
self,
input: Option<Vec<EventSourceMappingConfiguration>>
) -> Self
A list of event source mappings.
Consumes the builder and constructs a ListEventSourceMappingsOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more