Interface ListDataIntegrationFlowsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListDataIntegrationFlowsResponse.Builder,ListDataIntegrationFlowsResponse>,SdkBuilder<ListDataIntegrationFlowsResponse.Builder,ListDataIntegrationFlowsResponse>,SdkPojo,SdkResponse.Builder,SupplyChainResponse.Builder
- Enclosing class:
- ListDataIntegrationFlowsResponse
public static interface ListDataIntegrationFlowsResponse.Builder extends SupplyChainResponse.Builder, SdkPojo, CopyableBuilder<ListDataIntegrationFlowsResponse.Builder,ListDataIntegrationFlowsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDataIntegrationFlowsResponse.Builderflows(Collection<DataIntegrationFlow> flows)The response parameters for ListDataIntegrationFlows.ListDataIntegrationFlowsResponse.Builderflows(Consumer<DataIntegrationFlow.Builder>... flows)The response parameters for ListDataIntegrationFlows.ListDataIntegrationFlowsResponse.Builderflows(DataIntegrationFlow... flows)The response parameters for ListDataIntegrationFlows.ListDataIntegrationFlowsResponse.BuildernextToken(String nextToken)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, 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 Detail
-
flows
ListDataIntegrationFlowsResponse.Builder flows(Collection<DataIntegrationFlow> 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
ListDataIntegrationFlowsResponse.Builder flows(DataIntegrationFlow... 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
ListDataIntegrationFlowsResponse.Builder flows(Consumer<DataIntegrationFlow.Builder>... flows)
The response parameters for ListDataIntegrationFlows.
This is a convenience method that creates an instance of theDataIntegrationFlow.Builderavoiding the need to create one manually viaDataIntegrationFlow.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#flows(List.) - 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:
#flows(java.util.Collection)
-
nextToken
ListDataIntegrationFlowsResponse.Builder nextToken(String 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.
-
-