Interface ListDataIntegrationEventsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListDataIntegrationEventsRequest.Builder,
,ListDataIntegrationEventsRequest> SdkBuilder<ListDataIntegrationEventsRequest.Builder,
,ListDataIntegrationEventsRequest> SdkPojo
,SdkRequest.Builder
,SupplyChainRequest.Builder
- Enclosing class:
ListDataIntegrationEventsRequest
@Mutable
@NotThreadSafe
public static interface ListDataIntegrationEventsRequest.Builder
extends SupplyChainRequest.Builder, SdkPojo, CopyableBuilder<ListDataIntegrationEventsRequest.Builder,ListDataIntegrationEventsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionList data integration events for the specified eventType.eventType
(DataIntegrationEventType eventType) List data integration events for the specified eventType.instanceId
(String instanceId) The Amazon Web Services Supply Chain instance identifier.maxResults
(Integer maxResults) Specify the maximum number of data integration events to fetch in one paginated request.The pagination token to fetch the next page of the data integration events.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.services.supplychain.model.SupplyChainRequest.Builder
build
-
Method Details
-
instanceId
The Amazon Web Services Supply Chain instance identifier.
- Parameters:
instanceId
- The Amazon Web Services Supply Chain instance identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventType
List data integration events for the specified eventType.
- Parameters:
eventType
- List data integration events for the specified eventType.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
eventType
List data integration events for the specified eventType.
- Parameters:
eventType
- List data integration events for the specified eventType.- 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 data integration events.
- Parameters:
nextToken
- The pagination token to fetch the next page of the data integration events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
Specify the maximum number of data integration events to fetch in one paginated request.
- Parameters:
maxResults
- Specify the maximum number of data integration events to fetch in one paginated request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDataIntegrationEventsRequest.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
ListDataIntegrationEventsRequest.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.
-