@Generated(value="software.amazon.awssdk:codegen") public final class FulfillmentUpdatesSpecification extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FulfillmentUpdatesSpecification.Builder,FulfillmentUpdatesSpecification>
Provides information for updating the user on the progress of fulfilling an intent.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FulfillmentUpdatesSpecification.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
active()
Determines whether fulfillment updates are sent to the user.
|
static FulfillmentUpdatesSpecification.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends FulfillmentUpdatesSpecification.Builder> |
serializableBuilderClass() |
FulfillmentStartResponseSpecification |
startResponse()
Provides configuration information for the message sent to users when the fulfillment Lambda functions starts
running.
|
Integer |
timeoutInSeconds()
The length of time that the fulfillment Lambda function should run before it times out.
|
FulfillmentUpdatesSpecification.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
FulfillmentUpdateResponseSpecification |
updateResponse()
Provides configuration information for messages sent periodically to the user while the fulfillment Lambda
function is running.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean active()
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.
If the active field is set to true, the startResponse,
updateResponse, and timeoutInSeconds fields are required.
public final FulfillmentStartResponseSpecification startResponse()
Provides configuration information for the message sent to users when the fulfillment Lambda functions starts running.
public final FulfillmentUpdateResponseSpecification updateResponse()
Provides configuration information for messages sent periodically to the user while the fulfillment Lambda function is running.
public final Integer timeoutInSeconds()
The length of time that the fulfillment Lambda function should run before it times out.
public FulfillmentUpdatesSpecification.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FulfillmentUpdatesSpecification.Builder,FulfillmentUpdatesSpecification>public static FulfillmentUpdatesSpecification.Builder builder()
public static Class<? extends FulfillmentUpdatesSpecification.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.