Interface ListContactFlowModuleVersionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<ListContactFlowModuleVersionsResponse.Builder,,ListContactFlowModuleVersionsResponse> SdkBuilder<ListContactFlowModuleVersionsResponse.Builder,,ListContactFlowModuleVersionsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListContactFlowModuleVersionsResponse
@Mutable
@NotThreadSafe
public static interface ListContactFlowModuleVersionsResponse.Builder
extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListContactFlowModuleVersionsResponse.Builder,ListContactFlowModuleVersionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncontactFlowModuleVersionSummaryList(Collection<ContactFlowModuleVersionSummary> contactFlowModuleVersionSummaryList) Information about the flow module versions.contactFlowModuleVersionSummaryList(Consumer<ContactFlowModuleVersionSummary.Builder>... contactFlowModuleVersionSummaryList) Information about the flow module versions.contactFlowModuleVersionSummaryList(ContactFlowModuleVersionSummary... contactFlowModuleVersionSummaryList) Information about the flow module versions.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
-
contactFlowModuleVersionSummaryList
ListContactFlowModuleVersionsResponse.Builder contactFlowModuleVersionSummaryList(Collection<ContactFlowModuleVersionSummary> contactFlowModuleVersionSummaryList) Information about the flow module versions.
- Parameters:
contactFlowModuleVersionSummaryList- Information about the flow module versions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contactFlowModuleVersionSummaryList
ListContactFlowModuleVersionsResponse.Builder contactFlowModuleVersionSummaryList(ContactFlowModuleVersionSummary... contactFlowModuleVersionSummaryList) Information about the flow module versions.
- Parameters:
contactFlowModuleVersionSummaryList- Information about the flow module versions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contactFlowModuleVersionSummaryList
ListContactFlowModuleVersionsResponse.Builder contactFlowModuleVersionSummaryList(Consumer<ContactFlowModuleVersionSummary.Builder>... contactFlowModuleVersionSummaryList) Information about the flow module versions.
This is a convenience method that creates an instance of theContactFlowModuleVersionSummary.Builderavoiding the need to create one manually viaContactFlowModuleVersionSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocontactFlowModuleVersionSummaryList(List<ContactFlowModuleVersionSummary>).- Parameters:
contactFlowModuleVersionSummaryList- a consumer that will call methods onContactFlowModuleVersionSummary.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.
-