Interface ListContactFlowVersionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ConnectResponse.Builder
,CopyableBuilder<ListContactFlowVersionsResponse.Builder,
,ListContactFlowVersionsResponse> SdkBuilder<ListContactFlowVersionsResponse.Builder,
,ListContactFlowVersionsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListContactFlowVersionsResponse
@Mutable
@NotThreadSafe
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, 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, sdkFieldNameToField, sdkFields
Methods 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.Builder
avoiding the need to create one manually viaContactFlowVersionSummary.builder()
.When the
Consumer
completes,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.
-