public static interface ListAccountIntegrationsResponse.Builder extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<ListAccountIntegrationsResponse.Builder,ListAccountIntegrationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAccountIntegrationsResponse.Builder |
items(Collection<ListIntegrationItem> items)
The list of ListAccountIntegration instances.
|
ListAccountIntegrationsResponse.Builder |
items(Consumer<ListIntegrationItem.Builder>... items)
The list of ListAccountIntegration instances.
|
ListAccountIntegrationsResponse.Builder |
items(ListIntegrationItem... items)
The list of ListAccountIntegration instances.
|
ListAccountIntegrationsResponse.Builder |
nextToken(String nextToken)
The pagination token from the previous ListAccountIntegrations API call.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAccountIntegrationsResponse.Builder items(Collection<ListIntegrationItem> items)
The list of ListAccountIntegration instances.
items - The list of ListAccountIntegration instances.ListAccountIntegrationsResponse.Builder items(ListIntegrationItem... items)
The list of ListAccountIntegration instances.
items - The list of ListAccountIntegration instances.ListAccountIntegrationsResponse.Builder items(Consumer<ListIntegrationItem.Builder>... items)
The list of ListAccountIntegration instances.
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 #items(List) .items - a consumer that will call methods on List.Builder #items(List) ListAccountIntegrationsResponse.Builder nextToken(String nextToken)
The pagination token from the previous ListAccountIntegrations API call.
nextToken - The pagination token from the previous ListAccountIntegrations API call.Copyright © 2022. All rights reserved.