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