public static interface SearchCasesResponse.Builder extends ConnectCasesResponse.Builder, SdkPojo, CopyableBuilder<SearchCasesResponse.Builder,SearchCasesResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchCasesResponse.Builder |
cases(Collection<SearchCasesResponseItem> cases)
A list of case documents where each case contains the properties
CaseId and Fields
where each field is a complex union structure. |
SearchCasesResponse.Builder |
cases(Consumer<SearchCasesResponseItem.Builder>... cases)
A list of case documents where each case contains the properties
CaseId and Fields
where each field is a complex union structure. |
SearchCasesResponse.Builder |
cases(SearchCasesResponseItem... cases)
A list of case documents where each case contains the properties
CaseId and Fields
where each field is a complex union structure. |
SearchCasesResponse.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchCasesResponse.Builder cases(Collection<SearchCasesResponseItem> cases)
A list of case documents where each case contains the properties CaseId and Fields
where each field is a complex union structure.
cases - A list of case documents where each case contains the properties CaseId and
Fields where each field is a complex union structure.SearchCasesResponse.Builder cases(SearchCasesResponseItem... cases)
A list of case documents where each case contains the properties CaseId and Fields
where each field is a complex union structure.
cases - A list of case documents where each case contains the properties CaseId and
Fields where each field is a complex union structure.SearchCasesResponse.Builder cases(Consumer<SearchCasesResponseItem.Builder>... cases)
A list of case documents where each case contains the properties CaseId and Fields
where each field is a complex union structure.
SearchCasesResponseItem.Builder avoiding the need
to create one manually via
SearchCasesResponseItem.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #cases(List.
cases - a consumer that will call methods on
SearchCasesResponseItem.Builder#cases(java.util.Collection) SearchCasesResponse.Builder nextToken(String nextToken)
The token for the next set of results. This is null if there are no more results to return.
nextToken - The token for the next set of results. This is null if there are no more results to return.Copyright © 2023. All rights reserved.