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 theReferenceSummary.Builder avoiding the need to create
one manually via ReferenceSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #referenceSummaryList(List.
referenceSummaryList - a consumer that will call methods on
ReferenceSummary.Builder#referenceSummaryList(java.util.Collection) 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 © 2023. All rights reserved.