public static interface ListContactReferencesResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListContactReferencesResponse.Builder,ListContactReferencesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListContactReferencesResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
ListContactReferencesResponse.Builder |
referenceSummaryList(Collection<ReferenceSummary> referenceSummaryList)
Information about the flows.
|
ListContactReferencesResponse.Builder |
referenceSummaryList(Consumer<ReferenceSummary.Builder>... referenceSummaryList)
Information about the flows.
|
ListContactReferencesResponse.Builder |
referenceSummaryList(ReferenceSummary... referenceSummaryList)
Information about the flows.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListContactReferencesResponse.Builder referenceSummaryList(Collection<ReferenceSummary> referenceSummaryList)
Information about the flows.
referenceSummaryList - Information about the flows.ListContactReferencesResponse.Builder referenceSummaryList(ReferenceSummary... referenceSummaryList)
Information about the flows.
referenceSummaryList - Information about the flows.ListContactReferencesResponse.Builder referenceSummaryList(Consumer<ReferenceSummary.Builder>... referenceSummaryList)
Information about the flows.
This is a convenience method that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #referenceSummaryList(List) .referenceSummaryList - a consumer that will call methods on List.Builder #referenceSummaryList(List) ListContactReferencesResponse.Builder nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
This is always returned as null in the response.
nextToken - If there are additional results, this is the token for the next set of results. This is always returned as null in the response.
Copyright © 2022. All rights reserved.