Struct aws_sdk_lexmodelsv2::model::fulfillment_updates_specification::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for FulfillmentUpdatesSpecification
Implementations
Determines whether fulfillment updates are sent to the user. When this field is true, updates are sent.
If the active field is set to true, the startResponse, updateResponse, and timeoutInSeconds fields are required.
Determines whether fulfillment updates are sent to the user. When this field is true, updates are sent.
If the active field is set to true, the startResponse, updateResponse, and timeoutInSeconds fields are required.
Provides configuration information for the message sent to users when the fulfillment Lambda functions starts running.
Provides configuration information for the message sent to users when the fulfillment Lambda functions starts running.
Provides configuration information for messages sent periodically to the user while the fulfillment Lambda function is running.
pub fn set_update_response(
self,
input: Option<FulfillmentUpdateResponseSpecification>
) -> Self
pub fn set_update_response(
self,
input: Option<FulfillmentUpdateResponseSpecification>
) -> Self
Provides configuration information for messages sent periodically to the user while the fulfillment Lambda function is running.
The length of time that the fulfillment Lambda function should run before it times out.
The length of time that the fulfillment Lambda function should run before it times out.
Consumes the builder and constructs a FulfillmentUpdatesSpecification
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
