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