Interface ListCalculatedAttributesForProfileResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListCalculatedAttributesForProfileResponse.Builder,
,ListCalculatedAttributesForProfileResponse> CustomerProfilesResponse.Builder
,SdkBuilder<ListCalculatedAttributesForProfileResponse.Builder,
,ListCalculatedAttributesForProfileResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListCalculatedAttributesForProfileResponse
@Mutable
@NotThreadSafe
public static interface ListCalculatedAttributesForProfileResponse.Builder
extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<ListCalculatedAttributesForProfileResponse.Builder,ListCalculatedAttributesForProfileResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe list of calculated attributes.The list of calculated attributes.items
(ListCalculatedAttributeForProfileItem... items) The list of calculated attributes.The pagination token from the previous call to ListCalculatedAttributesForProfile.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.customerprofiles.model.CustomerProfilesResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
items
ListCalculatedAttributesForProfileResponse.Builder items(Collection<ListCalculatedAttributeForProfileItem> items) The list of calculated attributes.
- Parameters:
items
- The list of calculated attributes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListCalculatedAttributesForProfileResponse.Builder items(ListCalculatedAttributeForProfileItem... items) The list of calculated attributes.
- Parameters:
items
- The list of calculated attributes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
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 viaListCalculatedAttributeForProfileItem.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toitems(List<ListCalculatedAttributeForProfileItem>)
.- Parameters:
items
- a consumer that will call methods onListCalculatedAttributeForProfileItem.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The pagination token from the previous call to ListCalculatedAttributesForProfile.
- Parameters:
nextToken
- The pagination token from the previous call to ListCalculatedAttributesForProfile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-