Builder

class Builder

Properties

Link copied to clipboard

The idempotent client token. The token is active for 8 hours, and within its lifetime, it ensures the request completes only once upon retry with same client token. If omitted, the AWS SDK generates a unique value so that AWS SDK can safely retry the request upon network errors.

Link copied to clipboard
var data: String?

The data payload of the event, should follow the data schema of the target dataset, or see Data entities supported in AWS Supply Chain. To send single data record, use JsonObject format; to send multiple data records, use JsonArray format.

Link copied to clipboard

The target dataset configuration for scn.data.dataset event type.

Link copied to clipboard

Event identifier (for example, orderId for InboundOrder) used for data sharding or partitioning. Noted under one eventGroupId of same eventType and instanceId, events are processed sequentially in the order they are received by the server.

Link copied to clipboard

The timestamp (in epoch seconds) associated with the event. If not provided, it will be assigned with current timestamp.

Link copied to clipboard

The data event type.

Link copied to clipboard

The AWS Supply Chain instance identifier.