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 theListProfileObjectTypeItem.Builder avoiding the
need to create one manually via
ListProfileObjectTypeItem.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
ListProfileObjectTypeItem.Builder#items(java.util.Collection) 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.