#[non_exhaustive]pub struct LambdaFunctionCompletedEventAttributesBuilder { /* private fields */ }
Expand description
A builder for LambdaFunctionCompletedEventAttributes
.
Implementations§
source§impl LambdaFunctionCompletedEventAttributesBuilder
impl LambdaFunctionCompletedEventAttributesBuilder
sourcepub fn scheduled_event_id(self, input: i64) -> Self
pub fn scheduled_event_id(self, input: i64) -> Self
The ID of the LambdaFunctionScheduled
event that was recorded when this Lambda task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.
sourcepub fn set_scheduled_event_id(self, input: Option<i64>) -> Self
pub fn set_scheduled_event_id(self, input: Option<i64>) -> Self
The ID of the LambdaFunctionScheduled
event that was recorded when this Lambda task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.
sourcepub fn get_scheduled_event_id(&self) -> &Option<i64>
pub fn get_scheduled_event_id(&self) -> &Option<i64>
The ID of the LambdaFunctionScheduled
event that was recorded when this Lambda task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.
sourcepub fn started_event_id(self, input: i64) -> Self
pub fn started_event_id(self, input: i64) -> Self
The ID of the LambdaFunctionStarted
event recorded when this activity task started. To help diagnose issues, use this information to trace back the chain of events leading up to this event.
sourcepub fn set_started_event_id(self, input: Option<i64>) -> Self
pub fn set_started_event_id(self, input: Option<i64>) -> Self
The ID of the LambdaFunctionStarted
event recorded when this activity task started. To help diagnose issues, use this information to trace back the chain of events leading up to this event.
sourcepub fn get_started_event_id(&self) -> &Option<i64>
pub fn get_started_event_id(&self) -> &Option<i64>
The ID of the LambdaFunctionStarted
event recorded when this activity task started. To help diagnose issues, use this information to trace back the chain of events leading up to this event.
sourcepub fn set_result(self, input: Option<String>) -> Self
pub fn set_result(self, input: Option<String>) -> Self
The results of the Lambda task.
sourcepub fn get_result(&self) -> &Option<String>
pub fn get_result(&self) -> &Option<String>
The results of the Lambda task.
sourcepub fn build(self) -> LambdaFunctionCompletedEventAttributes
pub fn build(self) -> LambdaFunctionCompletedEventAttributes
Consumes the builder and constructs a LambdaFunctionCompletedEventAttributes
.
Trait Implementations§
source§impl Clone for LambdaFunctionCompletedEventAttributesBuilder
impl Clone for LambdaFunctionCompletedEventAttributesBuilder
source§fn clone(&self) -> LambdaFunctionCompletedEventAttributesBuilder
fn clone(&self) -> LambdaFunctionCompletedEventAttributesBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for LambdaFunctionCompletedEventAttributesBuilder
impl Default for LambdaFunctionCompletedEventAttributesBuilder
source§fn default() -> LambdaFunctionCompletedEventAttributesBuilder
fn default() -> LambdaFunctionCompletedEventAttributesBuilder
source§impl PartialEq for LambdaFunctionCompletedEventAttributesBuilder
impl PartialEq for LambdaFunctionCompletedEventAttributesBuilder
source§fn eq(&self, other: &LambdaFunctionCompletedEventAttributesBuilder) -> bool
fn eq(&self, other: &LambdaFunctionCompletedEventAttributesBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.