Interface ListDataIntegrationEventsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListDataIntegrationEventsResponse.Builder,,ListDataIntegrationEventsResponse> SdkBuilder<ListDataIntegrationEventsResponse.Builder,,ListDataIntegrationEventsResponse> SdkPojo,SdkResponse.Builder,SupplyChainResponse.Builder
- Enclosing class:
ListDataIntegrationEventsResponse
@Mutable
@NotThreadSafe
public static interface ListDataIntegrationEventsResponse.Builder
extends SupplyChainResponse.Builder, SdkPojo, CopyableBuilder<ListDataIntegrationEventsResponse.Builder,ListDataIntegrationEventsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionevents(Collection<DataIntegrationEvent> events) The list of data integration events.events(Consumer<DataIntegrationEvent.Builder>... events) The list of data integration events.events(DataIntegrationEvent... events) The list of data integration events.The pagination token to fetch the next page of the ListDataIntegrationEvents.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
-
events
The list of data integration events.
- Parameters:
events- The list of data integration events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
events
The list of data integration events.
- Parameters:
events- The list of data integration events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
events
The list of data integration events.
This is a convenience method that creates an instance of theDataIntegrationEvent.Builderavoiding the need to create one manually viaDataIntegrationEvent.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toevents(List<DataIntegrationEvent>).- Parameters:
events- 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:
-
nextToken
The pagination token to fetch the next page of the ListDataIntegrationEvents.
- Parameters:
nextToken- The pagination token to fetch the next page of the ListDataIntegrationEvents.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-