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 theListProfileObjectTypeTemplateItem.Builder
avoiding the need to create one manually via
ListProfileObjectTypeTemplateItem.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
ListProfileObjectTypeTemplateItem.Builder#items(java.util.Collection) 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 © 2023. All rights reserved.