public static interface SearchQuickConnectsResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<SearchQuickConnectsResponse.Builder,SearchQuickConnectsResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchQuickConnectsResponse.Builder |
approximateTotalCount(Long approximateTotalCount)
The total number of quick connects which matched your search query.
|
SearchQuickConnectsResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
SearchQuickConnectsResponse.Builder |
quickConnects(Collection<QuickConnect> quickConnects)
Information about the quick connects.
|
SearchQuickConnectsResponse.Builder |
quickConnects(Consumer<QuickConnect.Builder>... quickConnects)
Information about the quick connects.
|
SearchQuickConnectsResponse.Builder |
quickConnects(QuickConnect... quickConnects)
Information about the quick connects.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchQuickConnectsResponse.Builder quickConnects(Collection<QuickConnect> quickConnects)
Information about the quick connects.
quickConnects - Information about the quick connects.SearchQuickConnectsResponse.Builder quickConnects(QuickConnect... quickConnects)
Information about the quick connects.
quickConnects - Information about the quick connects.SearchQuickConnectsResponse.Builder quickConnects(Consumer<QuickConnect.Builder>... quickConnects)
Information about the quick connects.
This is a convenience method that creates an instance of theQuickConnect.Builder avoiding the need to create one
manually via QuickConnect.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #quickConnects(List.
quickConnects - a consumer that will call methods on
QuickConnect.Builder#quickConnects(java.util.Collection) SearchQuickConnectsResponse.Builder nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.SearchQuickConnectsResponse.Builder approximateTotalCount(Long approximateTotalCount)
The total number of quick connects which matched your search query.
approximateTotalCount - The total number of quick connects which matched your search query.Copyright © 2023. All rights reserved.