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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListFlowAssociationsResponse.BuilderflowAssociationSummaryList(Collection<FlowAssociationSummary> flowAssociationSummaryList)Summary of flow associations.ListFlowAssociationsResponse.BuilderflowAssociationSummaryList(Consumer<FlowAssociationSummary.Builder>... flowAssociationSummaryList)Summary of flow associations.ListFlowAssociationsResponse.BuilderflowAssociationSummaryList(FlowAssociationSummary... flowAssociationSummaryList)Summary of flow associations.ListFlowAssociationsResponse.BuildernextToken(String nextToken)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 Detail
-
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.Builderavoiding the need to create one manually viaFlowAssociationSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#flowAssociationSummaryList(List.) - 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:
#flowAssociationSummaryList(java.util.Collection)
-
nextToken
ListFlowAssociationsResponse.Builder nextToken(String 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.
-
-