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.
|