Interface ListDataIntegrationFlowExecutionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListDataIntegrationFlowExecutionsRequest.Builder,,ListDataIntegrationFlowExecutionsRequest> SdkBuilder<ListDataIntegrationFlowExecutionsRequest.Builder,,ListDataIntegrationFlowExecutionsRequest> SdkPojo,SdkRequest.Builder,SupplyChainRequest.Builder
- Enclosing class:
ListDataIntegrationFlowExecutionsRequest
@Mutable
@NotThreadSafe
public static interface ListDataIntegrationFlowExecutionsRequest.Builder
extends SupplyChainRequest.Builder, SdkPojo, CopyableBuilder<ListDataIntegrationFlowExecutionsRequest.Builder,ListDataIntegrationFlowExecutionsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe flow name.instanceId(String instanceId) The AWS Supply Chain instance identifier.maxResults(Integer maxResults) The number to specify the max number of flow executions to fetch in this paginated request.The pagination token to fetch next page of flow executions.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
overrideConfigurationMethods 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.services.supplychain.model.SupplyChainRequest.Builder
build
-
Method Details
-
instanceId
The AWS Supply Chain instance identifier.
- Parameters:
instanceId- The AWS Supply Chain instance identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowName
The flow name.
- Parameters:
flowName- The flow name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The pagination token to fetch next page of flow executions.
- Parameters:
nextToken- The pagination token to fetch next page of flow executions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The number to specify the max number of flow executions to fetch in this paginated request.
- Parameters:
maxResults- The number to specify the max number of flow executions to fetch in this paginated request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDataIntegrationFlowExecutionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListDataIntegrationFlowExecutionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-