Interface SearchContactFlowModulesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<SearchContactFlowModulesResponse.Builder,SearchContactFlowModulesResponse>,SdkBuilder<SearchContactFlowModulesResponse.Builder,SearchContactFlowModulesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- SearchContactFlowModulesResponse
public static interface SearchContactFlowModulesResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<SearchContactFlowModulesResponse.Builder,SearchContactFlowModulesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchContactFlowModulesResponse.BuilderapproximateTotalCount(Long approximateTotalCount)The total number of contact flows which matched your search query.SearchContactFlowModulesResponse.BuildercontactFlowModules(Collection<ContactFlowModule> contactFlowModules)The search criteria to be used to return contact flow modules.SearchContactFlowModulesResponse.BuildercontactFlowModules(Consumer<ContactFlowModule.Builder>... contactFlowModules)The search criteria to be used to return contact flow modules.SearchContactFlowModulesResponse.BuildercontactFlowModules(ContactFlowModule... contactFlowModules)The search criteria to be used to return contact flow modules.SearchContactFlowModulesResponse.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
contactFlowModules
SearchContactFlowModulesResponse.Builder contactFlowModules(Collection<ContactFlowModule> contactFlowModules)
The search criteria to be used to return contact flow modules.
- Parameters:
contactFlowModules- The search criteria to be used to return contact flow modules.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contactFlowModules
SearchContactFlowModulesResponse.Builder contactFlowModules(ContactFlowModule... contactFlowModules)
The search criteria to be used to return contact flow modules.
- Parameters:
contactFlowModules- The search criteria to be used to return contact flow modules.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contactFlowModules
SearchContactFlowModulesResponse.Builder contactFlowModules(Consumer<ContactFlowModule.Builder>... contactFlowModules)
The search criteria to be used to return contact flow modules.
This is a convenience method that creates an instance of theContactFlowModule.Builderavoiding the need to create one manually viaContactFlowModule.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#contactFlowModules(List.) - Parameters:
contactFlowModules- a consumer that will call methods onContactFlowModule.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#contactFlowModules(java.util.Collection)
-
nextToken
SearchContactFlowModulesResponse.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.
-
approximateTotalCount
SearchContactFlowModulesResponse.Builder approximateTotalCount(Long approximateTotalCount)
The total number of contact flows which matched your search query.
- Parameters:
approximateTotalCount- The total number of contact flows which matched your search query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-