Interface ListContactFlowsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<ListContactFlowsResponse.Builder,ListContactFlowsResponse>,SdkBuilder<ListContactFlowsResponse.Builder,ListContactFlowsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListContactFlowsResponse
public static interface ListContactFlowsResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListContactFlowsResponse.Builder,ListContactFlowsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListContactFlowsResponse.BuildercontactFlowSummaryList(Collection<ContactFlowSummary> contactFlowSummaryList)Information about the flows.ListContactFlowsResponse.BuildercontactFlowSummaryList(Consumer<ContactFlowSummary.Builder>... contactFlowSummaryList)Information about the flows.ListContactFlowsResponse.BuildercontactFlowSummaryList(ContactFlowSummary... contactFlowSummaryList)Information about the flows.ListContactFlowsResponse.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
-
contactFlowSummaryList
ListContactFlowsResponse.Builder contactFlowSummaryList(Collection<ContactFlowSummary> contactFlowSummaryList)
Information about the flows.
- Parameters:
contactFlowSummaryList- Information about the flows.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contactFlowSummaryList
ListContactFlowsResponse.Builder contactFlowSummaryList(ContactFlowSummary... contactFlowSummaryList)
Information about the flows.
- Parameters:
contactFlowSummaryList- Information about the flows.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contactFlowSummaryList
ListContactFlowsResponse.Builder contactFlowSummaryList(Consumer<ContactFlowSummary.Builder>... contactFlowSummaryList)
Information about the flows.
This is a convenience method that creates an instance of theContactFlowSummary.Builderavoiding the need to create one manually viaContactFlowSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#contactFlowSummaryList(List.) - Parameters:
contactFlowSummaryList- a consumer that will call methods onContactFlowSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#contactFlowSummaryList(java.util.Collection)
-
nextToken
ListContactFlowsResponse.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.
-
-