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