Interface ListFlowAssociationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ConnectResponse.Builder
,CopyableBuilder<ListFlowAssociationsResponse.Builder,
,ListFlowAssociationsResponse> SdkBuilder<ListFlowAssociationsResponse.Builder,
,ListFlowAssociationsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListFlowAssociationsResponse
public static interface ListFlowAssociationsResponse.Builder
extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListFlowAssociationsResponse.Builder,ListFlowAssociationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionflowAssociationSummaryList
(Collection<FlowAssociationSummary> flowAssociationSummaryList) Summary of flow associations.flowAssociationSummaryList
(Consumer<FlowAssociationSummary.Builder>... flowAssociationSummaryList) Summary of flow associations.flowAssociationSummaryList
(FlowAssociationSummary... flowAssociationSummaryList) Summary of flow associations.If there are additional results, this is the token for the next set of results.Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectResponse.Builder
build, responseMetadata, responseMetadata
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
-
Method Details
-
flowAssociationSummaryList
ListFlowAssociationsResponse.Builder flowAssociationSummaryList(Collection<FlowAssociationSummary> flowAssociationSummaryList) Summary of flow associations.
- Parameters:
flowAssociationSummaryList
- Summary of flow associations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowAssociationSummaryList
ListFlowAssociationsResponse.Builder flowAssociationSummaryList(FlowAssociationSummary... flowAssociationSummaryList) Summary of flow associations.
- Parameters:
flowAssociationSummaryList
- Summary of flow associations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowAssociationSummaryList
ListFlowAssociationsResponse.Builder flowAssociationSummaryList(Consumer<FlowAssociationSummary.Builder>... flowAssociationSummaryList) Summary of flow associations.
This is a convenience method that creates an instance of theFlowAssociationSummary.Builder
avoiding the need to create one manually viaFlowAssociationSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toflowAssociationSummaryList(List<FlowAssociationSummary>)
.- Parameters:
flowAssociationSummaryList
- a consumer that will call methods onFlowAssociationSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
If there are additional results, this is the token for the next set of results.
- Parameters:
nextToken
- If there are additional results, this is the token for the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-