| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
FulfillmentUpdatesSpecification.Builder |
FulfillmentUpdatesSpecification.Builder.active(Boolean active)
Determines whether fulfillment updates are sent to the user.
|
static FulfillmentUpdatesSpecification.Builder |
FulfillmentUpdatesSpecification.builder() |
default FulfillmentUpdatesSpecification.Builder |
FulfillmentUpdatesSpecification.Builder.startResponse(Consumer<FulfillmentStartResponseSpecification.Builder> startResponse)
Provides configuration information for the message sent to users when the fulfillment Lambda functions starts
running.
|
FulfillmentUpdatesSpecification.Builder |
FulfillmentUpdatesSpecification.Builder.startResponse(FulfillmentStartResponseSpecification startResponse)
Provides configuration information for the message sent to users when the fulfillment Lambda functions starts
running.
|
FulfillmentUpdatesSpecification.Builder |
FulfillmentUpdatesSpecification.Builder.timeoutInSeconds(Integer timeoutInSeconds)
The length of time that the fulfillment Lambda function should run before it times out.
|
FulfillmentUpdatesSpecification.Builder |
FulfillmentUpdatesSpecification.toBuilder() |
default FulfillmentUpdatesSpecification.Builder |
FulfillmentUpdatesSpecification.Builder.updateResponse(Consumer<FulfillmentUpdateResponseSpecification.Builder> updateResponse)
Provides configuration information for messages sent periodically to the user while the fulfillment Lambda
function is running.
|
FulfillmentUpdatesSpecification.Builder |
FulfillmentUpdatesSpecification.Builder.updateResponse(FulfillmentUpdateResponseSpecification updateResponse)
Provides configuration information for messages sent periodically to the user while the fulfillment Lambda
function is running.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FulfillmentUpdatesSpecification.Builder> |
FulfillmentUpdatesSpecification.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default FulfillmentCodeHookSettings.Builder |
FulfillmentCodeHookSettings.Builder.fulfillmentUpdatesSpecification(Consumer<FulfillmentUpdatesSpecification.Builder> fulfillmentUpdatesSpecification)
Provides settings for update messages sent to the user for long-running Lambda fulfillment functions.
|
Copyright © 2023. All rights reserved.