public static interface ListProfileObjectTypesResponse.Builder extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<ListProfileObjectTypesResponse.Builder,ListProfileObjectTypesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListProfileObjectTypesResponse.Builder |
items(Collection<ListProfileObjectTypeItem> items)
The list of ListProfileObjectTypes instances.
|
ListProfileObjectTypesResponse.Builder |
items(Consumer<ListProfileObjectTypeItem.Builder>... items)
The list of ListProfileObjectTypes instances.
|
ListProfileObjectTypesResponse.Builder |
items(ListProfileObjectTypeItem... items)
The list of ListProfileObjectTypes instances.
|
ListProfileObjectTypesResponse.Builder |
nextToken(String nextToken)
Identifies the next page of results to return.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProfileObjectTypesResponse.Builder items(Collection<ListProfileObjectTypeItem> items)
The list of ListProfileObjectTypes instances.
items - The list of ListProfileObjectTypes instances.ListProfileObjectTypesResponse.Builder items(ListProfileObjectTypeItem... items)
The list of ListProfileObjectTypes instances.
items - The list of ListProfileObjectTypes instances.ListProfileObjectTypesResponse.Builder items(Consumer<ListProfileObjectTypeItem.Builder>... items)
The list of ListProfileObjectTypes 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) ListProfileObjectTypesResponse.Builder nextToken(String nextToken)
Identifies the next page of results to return.
nextToken - Identifies the next page of results to return.Copyright © 2022. All rights reserved.