Interface ListDataIntegrationFlowExecutionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListDataIntegrationFlowExecutionsResponse.Builder,,ListDataIntegrationFlowExecutionsResponse> SdkBuilder<ListDataIntegrationFlowExecutionsResponse.Builder,,ListDataIntegrationFlowExecutionsResponse> SdkPojo,SdkResponse.Builder,SupplyChainResponse.Builder
- Enclosing class:
ListDataIntegrationFlowExecutionsResponse
@Mutable
@NotThreadSafe
public static interface ListDataIntegrationFlowExecutionsResponse.Builder
extends SupplyChainResponse.Builder, SdkPojo, CopyableBuilder<ListDataIntegrationFlowExecutionsResponse.Builder,ListDataIntegrationFlowExecutionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionflowExecutions(Collection<DataIntegrationFlowExecution> flowExecutions) The list of flow executions.flowExecutions(Consumer<DataIntegrationFlowExecution.Builder>... flowExecutions) The list of flow executions.flowExecutions(DataIntegrationFlowExecution... flowExecutions) The list of flow executions.The pagination token to fetch next page of flow executions.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
-
flowExecutions
ListDataIntegrationFlowExecutionsResponse.Builder flowExecutions(Collection<DataIntegrationFlowExecution> flowExecutions) The list of flow executions.
- Parameters:
flowExecutions- The list of flow executions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowExecutions
ListDataIntegrationFlowExecutionsResponse.Builder flowExecutions(DataIntegrationFlowExecution... flowExecutions) The list of flow executions.
- Parameters:
flowExecutions- The list of flow executions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowExecutions
ListDataIntegrationFlowExecutionsResponse.Builder flowExecutions(Consumer<DataIntegrationFlowExecution.Builder>... flowExecutions) The list of flow executions.
This is a convenience method that creates an instance of theDataIntegrationFlowExecution.Builderavoiding the need to create one manually viaDataIntegrationFlowExecution.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toflowExecutions(List<DataIntegrationFlowExecution>).- Parameters:
flowExecutions- a consumer that will call methods onDataIntegrationFlowExecution.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-