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