Interface SendDataIntegrationEventResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<SendDataIntegrationEventResponse.Builder,
,SendDataIntegrationEventResponse> SdkBuilder<SendDataIntegrationEventResponse.Builder,
,SendDataIntegrationEventResponse> SdkPojo
,SdkResponse.Builder
,SupplyChainResponse.Builder
- Enclosing class:
SendDataIntegrationEventResponse
@Mutable
@NotThreadSafe
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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods 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.
-