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
Modifier and TypeMethodDescriptioncontactFlowSummaryList(Collection<ContactFlowSummary> contactFlowSummaryList) Information about the flows.contactFlowSummaryList(Consumer<ContactFlowSummary.Builder>... contactFlowSummaryList) Information about the flows.contactFlowSummaryList(ContactFlowSummary... contactFlowSummaryList) Information about the flows.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, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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 tocontactFlowSummaryList(List<ContactFlowSummary>).- 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:
-
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.
-