public static interface ListProfileObjectsResponse.Builder extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<ListProfileObjectsResponse.Builder,ListProfileObjectsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListProfileObjectsResponse.Builder |
items(Collection<ListProfileObjectsItem> items)
The list of ListProfileObject instances.
|
ListProfileObjectsResponse.Builder |
items(Consumer<ListProfileObjectsItem.Builder>... items)
The list of ListProfileObject instances.
|
ListProfileObjectsResponse.Builder |
items(ListProfileObjectsItem... items)
The list of ListProfileObject instances.
|
ListProfileObjectsResponse.Builder |
nextToken(String nextToken)
The pagination token from the previous call to ListProfileObjects.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProfileObjectsResponse.Builder items(Collection<ListProfileObjectsItem> items)
The list of ListProfileObject instances.
items - The list of ListProfileObject instances.ListProfileObjectsResponse.Builder items(ListProfileObjectsItem... items)
The list of ListProfileObject instances.
items - The list of ListProfileObject instances.ListProfileObjectsResponse.Builder items(Consumer<ListProfileObjectsItem.Builder>... items)
The list of ListProfileObject instances.
This is a convenience method that creates an instance of theListProfileObjectsItem.Builder avoiding the
need to create one manually via
ListProfileObjectsItem.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
ListProfileObjectsItem.Builder#items(java.util.Collection) ListProfileObjectsResponse.Builder nextToken(String nextToken)
The pagination token from the previous call to ListProfileObjects.
nextToken - The pagination token from the previous call to ListProfileObjects.Copyright © 2022. All rights reserved.