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