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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListContactFlowVersionsResponse.BuildercontactFlowVersionSummaryList(Collection<ContactFlowVersionSummary> contactFlowVersionSummaryList)A list of flow version summaries.ListContactFlowVersionsResponse.BuildercontactFlowVersionSummaryList(Consumer<ContactFlowVersionSummary.Builder>... contactFlowVersionSummaryList)A list of flow version summaries.ListContactFlowVersionsResponse.BuildercontactFlowVersionSummaryList(ContactFlowVersionSummary... contactFlowVersionSummaryList)A list of flow version summaries.ListContactFlowVersionsResponse.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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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 to#contactFlowVersionSummaryList(List.) - 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:
#contactFlowVersionSummaryList(java.util.Collection)
-
nextToken
ListContactFlowVersionsResponse.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.
-
-