public static interface ListCasesForContactResponse.Builder extends ConnectCasesResponse.Builder, SdkPojo, CopyableBuilder<ListCasesForContactResponse.Builder,ListCasesForContactResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCasesForContactResponse.Builder |
cases(CaseSummary... cases)
A list of Case summary information.
|
ListCasesForContactResponse.Builder |
cases(Collection<CaseSummary> cases)
A list of Case summary information.
|
ListCasesForContactResponse.Builder |
cases(Consumer<CaseSummary.Builder>... cases)
A list of Case summary information.
|
ListCasesForContactResponse.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCasesForContactResponse.Builder cases(Collection<CaseSummary> cases)
A list of Case summary information.
cases - A list of Case summary information.ListCasesForContactResponse.Builder cases(CaseSummary... cases)
A list of Case summary information.
cases - A list of Case summary information.ListCasesForContactResponse.Builder cases(Consumer<CaseSummary.Builder>... cases)
A list of Case summary information.
This is a convenience method that creates an instance of theCaseSummary.Builder avoiding the need to create
one manually via CaseSummary.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
CaseSummary.Builder#cases(java.util.Collection) ListCasesForContactResponse.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.