Interface ListDataIntegrationFlowsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListDataIntegrationFlowsResponse.Builder,
,ListDataIntegrationFlowsResponse> SdkBuilder<ListDataIntegrationFlowsResponse.Builder,
,ListDataIntegrationFlowsResponse> SdkPojo
,SdkResponse.Builder
,SupplyChainResponse.Builder
- Enclosing class:
ListDataIntegrationFlowsResponse
@Mutable
@NotThreadSafe
public static interface ListDataIntegrationFlowsResponse.Builder
extends SupplyChainResponse.Builder, SdkPojo, CopyableBuilder<ListDataIntegrationFlowsResponse.Builder,ListDataIntegrationFlowsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionflows
(Collection<DataIntegrationFlow> flows) The response parameters for ListDataIntegrationFlows.flows
(Consumer<DataIntegrationFlow.Builder>... flows) The response parameters for ListDataIntegrationFlows.flows
(DataIntegrationFlow... flows) The response parameters for ListDataIntegrationFlows.The pagination token to fetch the next page of the DataIntegrationFlows.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
-
flows
The response parameters for ListDataIntegrationFlows.
- Parameters:
flows
- The response parameters for ListDataIntegrationFlows.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flows
The response parameters for ListDataIntegrationFlows.
- Parameters:
flows
- The response parameters for ListDataIntegrationFlows.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flows
The response parameters for ListDataIntegrationFlows.
This is a convenience method that creates an instance of theDataIntegrationFlow.Builder
avoiding the need to create one manually viaDataIntegrationFlow.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toflows(List<DataIntegrationFlow>)
.- Parameters:
flows
- a consumer that will call methods onDataIntegrationFlow.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 DataIntegrationFlows.
- Parameters:
nextToken
- The pagination token to fetch the next page of the DataIntegrationFlows.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-