#[non_exhaustive]pub struct LambdaFunctionTimedOutEventAttributesBuilder { /* private fields */ }
Expand description
A builder for LambdaFunctionTimedOutEventAttributes
.
Implementations§
source§impl LambdaFunctionTimedOutEventAttributesBuilder
impl LambdaFunctionTimedOutEventAttributesBuilder
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 activity 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 activity 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 activity 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 ActivityTaskStarted
event that was 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 ActivityTaskStarted
event that was 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 ActivityTaskStarted
event that was 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 timeout_type(self, input: LambdaFunctionTimeoutType) -> Self
pub fn timeout_type(self, input: LambdaFunctionTimeoutType) -> Self
The type of the timeout that caused this event.
sourcepub fn set_timeout_type(self, input: Option<LambdaFunctionTimeoutType>) -> Self
pub fn set_timeout_type(self, input: Option<LambdaFunctionTimeoutType>) -> Self
The type of the timeout that caused this event.
sourcepub fn get_timeout_type(&self) -> &Option<LambdaFunctionTimeoutType>
pub fn get_timeout_type(&self) -> &Option<LambdaFunctionTimeoutType>
The type of the timeout that caused this event.
sourcepub fn build(self) -> LambdaFunctionTimedOutEventAttributes
pub fn build(self) -> LambdaFunctionTimedOutEventAttributes
Consumes the builder and constructs a LambdaFunctionTimedOutEventAttributes
.
Trait Implementations§
source§impl Clone for LambdaFunctionTimedOutEventAttributesBuilder
impl Clone for LambdaFunctionTimedOutEventAttributesBuilder
source§fn clone(&self) -> LambdaFunctionTimedOutEventAttributesBuilder
fn clone(&self) -> LambdaFunctionTimedOutEventAttributesBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for LambdaFunctionTimedOutEventAttributesBuilder
impl Default for LambdaFunctionTimedOutEventAttributesBuilder
source§fn default() -> LambdaFunctionTimedOutEventAttributesBuilder
fn default() -> LambdaFunctionTimedOutEventAttributesBuilder
source§impl PartialEq for LambdaFunctionTimedOutEventAttributesBuilder
impl PartialEq for LambdaFunctionTimedOutEventAttributesBuilder
source§fn eq(&self, other: &LambdaFunctionTimedOutEventAttributesBuilder) -> bool
fn eq(&self, other: &LambdaFunctionTimedOutEventAttributesBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.