Interface SendDataIntegrationEventRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<SendDataIntegrationEventRequest.Builder,
,SendDataIntegrationEventRequest> SdkBuilder<SendDataIntegrationEventRequest.Builder,
,SendDataIntegrationEventRequest> SdkPojo
,SdkRequest.Builder
,SupplyChainRequest.Builder
- Enclosing class:
SendDataIntegrationEventRequest
public static interface SendDataIntegrationEventRequest.Builder
extends SupplyChainRequest.Builder, SdkPojo, CopyableBuilder<SendDataIntegrationEventRequest.Builder,SendDataIntegrationEventRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken
(String clientToken) The idempotent client token.The data payload of the event.eventGroupId
(String eventGroupId) Event identifier (for example, orderId for InboundOrder) used for data sharing or partitioning.eventTimestamp
(Instant eventTimestamp) The event timestamp (in epoch seconds).The data event type.eventType
(DataIntegrationEventType eventType) The data event type.instanceId
(String instanceId) The AWS Supply Chain instance identifier.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.services.supplychain.model.SupplyChainRequest.Builder
build
-
Method Details
-
instanceId
The AWS Supply Chain instance identifier.
- Parameters:
instanceId
- The AWS Supply Chain instance identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventType
The data event type.
- Parameters:
eventType
- The data event type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
eventType
The data event type.
- Parameters:
eventType
- The data event type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
data
The data payload of the event.
- Parameters:
data
- The data payload of the event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventGroupId
Event identifier (for example, orderId for InboundOrder) used for data sharing or partitioning.
- Parameters:
eventGroupId
- Event identifier (for example, orderId for InboundOrder) used for data sharing or partitioning.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventTimestamp
The event timestamp (in epoch seconds).
- Parameters:
eventTimestamp
- The event timestamp (in epoch seconds).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
The idempotent client token.
- Parameters:
clientToken
- The idempotent client token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
SendDataIntegrationEventRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
SendDataIntegrationEventRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-