Interface ListContactFlowVersionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<ListContactFlowVersionsResponse.Builder,,ListContactFlowVersionsResponse> SdkBuilder<ListContactFlowVersionsResponse.Builder,,ListContactFlowVersionsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListContactFlowVersionsResponse
public static interface ListContactFlowVersionsResponse.Builder
extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListContactFlowVersionsResponse.Builder,ListContactFlowVersionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncontactFlowVersionSummaryList(Collection<ContactFlowVersionSummary> contactFlowVersionSummaryList) A list of flow version summaries.contactFlowVersionSummaryList(Consumer<ContactFlowVersionSummary.Builder>... contactFlowVersionSummaryList) A list of flow version summaries.contactFlowVersionSummaryList(ContactFlowVersionSummary... contactFlowVersionSummaryList) A list of flow version summaries.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, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
contactFlowVersionSummaryList
ListContactFlowVersionsResponse.Builder contactFlowVersionSummaryList(Collection<ContactFlowVersionSummary> contactFlowVersionSummaryList) A list of flow version summaries.
- Parameters:
contactFlowVersionSummaryList- A list of flow version summaries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contactFlowVersionSummaryList
ListContactFlowVersionsResponse.Builder contactFlowVersionSummaryList(ContactFlowVersionSummary... contactFlowVersionSummaryList) A list of flow version summaries.
- Parameters:
contactFlowVersionSummaryList- A list of flow version summaries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contactFlowVersionSummaryList
ListContactFlowVersionsResponse.Builder contactFlowVersionSummaryList(Consumer<ContactFlowVersionSummary.Builder>... contactFlowVersionSummaryList) A list of flow version summaries.
This is a convenience method that creates an instance of theContactFlowVersionSummary.Builderavoiding the need to create one manually viaContactFlowVersionSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocontactFlowVersionSummaryList(List<ContactFlowVersionSummary>).- Parameters:
contactFlowVersionSummaryList- a consumer that will call methods onContactFlowVersionSummary.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.
-