Interface GetDataIntegrationEventResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetDataIntegrationEventResponse.Builder,
,GetDataIntegrationEventResponse> SdkBuilder<GetDataIntegrationEventResponse.Builder,
,GetDataIntegrationEventResponse> SdkPojo
,SdkResponse.Builder
,SupplyChainResponse.Builder
- Enclosing class:
GetDataIntegrationEventResponse
@Mutable
@NotThreadSafe
public static interface GetDataIntegrationEventResponse.Builder
extends SupplyChainResponse.Builder, SdkPojo, CopyableBuilder<GetDataIntegrationEventResponse.Builder,GetDataIntegrationEventResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe details of the DataIntegrationEvent returned.event
(DataIntegrationEvent event) The details of the DataIntegrationEvent returned.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
-
event
The details of the DataIntegrationEvent returned.
- Parameters:
event
- The details of the DataIntegrationEvent returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
event
The details of the DataIntegrationEvent returned.
This is a convenience method that creates an instance of theDataIntegrationEvent.Builder
avoiding the need to create one manually viaDataIntegrationEvent.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toevent(DataIntegrationEvent)
.- Parameters:
event
- a consumer that will call methods onDataIntegrationEvent.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-