Interface SendDataIntegrationEventResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<SendDataIntegrationEventResponse.Builder,,SendDataIntegrationEventResponse> SdkBuilder<SendDataIntegrationEventResponse.Builder,,SendDataIntegrationEventResponse> SdkPojo,SdkResponse.Builder,SupplyChainResponse.Builder
- Enclosing class:
 SendDataIntegrationEventResponse
public static interface SendDataIntegrationEventResponse.Builder
extends SupplyChainResponse.Builder, SdkPojo, CopyableBuilder<SendDataIntegrationEventResponse.Builder,SendDataIntegrationEventResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe unique event identifier.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.supplychain.model.SupplyChainResponse.Builder
build, responseMetadata, responseMetadata 
- 
Method Details
- 
eventId
The unique event identifier.
- Parameters:
 eventId- The unique event identifier.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -