Struct aws_sdk_swf::model::schedule_lambda_function_decision_attributes::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ScheduleLambdaFunctionDecisionAttributes
Implementations
A string that identifies the Lambda function execution in the event history.
A string that identifies the Lambda function execution in the event history.
The name, or ARN, of the Lambda function to schedule.
The name, or ARN, of the Lambda function to schedule.
The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the Lambda task.
The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the Lambda task.
The optional input data to be supplied to the Lambda function.
The optional input data to be supplied to the Lambda function.
The timeout value, in seconds, after which the Lambda function is considered to be failed once it has started. This can be any integer from 1-300 (1s-5m). If no value is supplied, than a default value of 300s is assumed.
The timeout value, in seconds, after which the Lambda function is considered to be failed once it has started. This can be any integer from 1-300 (1s-5m). If no value is supplied, than a default value of 300s is assumed.
Consumes the builder and constructs a ScheduleLambdaFunctionDecisionAttributes
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