public static interface ListIntegrationsResponse.Builder extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<ListIntegrationsResponse.Builder,ListIntegrationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListIntegrationsResponse.Builder |
items(Collection<ListIntegrationItem> items)
The list of ListIntegrations instances.
|
ListIntegrationsResponse.Builder |
items(Consumer<ListIntegrationItem.Builder>... items)
The list of ListIntegrations instances.
|
ListIntegrationsResponse.Builder |
items(ListIntegrationItem... items)
The list of ListIntegrations instances.
|
ListIntegrationsResponse.Builder |
nextToken(String nextToken)
The pagination token from the previous ListIntegrations API call.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListIntegrationsResponse.Builder items(Collection<ListIntegrationItem> items)
The list of ListIntegrations instances.
items - The list of ListIntegrations instances.ListIntegrationsResponse.Builder items(ListIntegrationItem... items)
The list of ListIntegrations instances.
items - The list of ListIntegrations instances.ListIntegrationsResponse.Builder items(Consumer<ListIntegrationItem.Builder>... items)
The list of ListIntegrations 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) ListIntegrationsResponse.Builder nextToken(String nextToken)
The pagination token from the previous ListIntegrations API call.
nextToken - The pagination token from the previous ListIntegrations API call.Copyright © 2022. All rights reserved.