public static interface ListProfileObjectsRequest.Builder extends CustomerProfilesRequest.Builder, SdkPojo, CopyableBuilder<ListProfileObjectsRequest.Builder,ListProfileObjectsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListProfileObjectsRequest.Builder |
domainName(String domainName)
The unique name of the domain.
|
ListProfileObjectsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of objects returned per page.
|
ListProfileObjectsRequest.Builder |
nextToken(String nextToken)
The pagination token from the previous call to ListProfileObjects.
|
default ListProfileObjectsRequest.Builder |
objectFilter(Consumer<ObjectFilter.Builder> objectFilter)
Applies a filter to the response to include profile objects with the specified index values.
|
ListProfileObjectsRequest.Builder |
objectFilter(ObjectFilter objectFilter)
Applies a filter to the response to include profile objects with the specified index values.
|
ListProfileObjectsRequest.Builder |
objectTypeName(String objectTypeName)
The name of the profile object type.
|
ListProfileObjectsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListProfileObjectsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListProfileObjectsRequest.Builder |
profileId(String profileId)
The unique identifier of a customer profile.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProfileObjectsRequest.Builder nextToken(String nextToken)
The pagination token from the previous call to ListProfileObjects.
nextToken - The pagination token from the previous call to ListProfileObjects.ListProfileObjectsRequest.Builder maxResults(Integer maxResults)
The maximum number of objects returned per page.
maxResults - The maximum number of objects returned per page.ListProfileObjectsRequest.Builder domainName(String domainName)
The unique name of the domain.
domainName - The unique name of the domain.ListProfileObjectsRequest.Builder objectTypeName(String objectTypeName)
The name of the profile object type.
objectTypeName - The name of the profile object type.ListProfileObjectsRequest.Builder profileId(String profileId)
The unique identifier of a customer profile.
profileId - The unique identifier of a customer profile.ListProfileObjectsRequest.Builder objectFilter(ObjectFilter objectFilter)
Applies a filter to the response to include profile objects with the specified index values. This filter is only supported for ObjectTypeName _asset, _case and _order.
objectFilter - Applies a filter to the response to include profile objects with the specified index values. This
filter is only supported for ObjectTypeName _asset, _case and _order.default ListProfileObjectsRequest.Builder objectFilter(Consumer<ObjectFilter.Builder> objectFilter)
Applies a filter to the response to include profile objects with the specified index values. This filter is only supported for ObjectTypeName _asset, _case and _order.
This is a convenience method that creates an instance of theObjectFilter.Builder avoiding the need
to create one manually via ObjectFilter.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to objectFilter(ObjectFilter).
objectFilter - a consumer that will call methods on ObjectFilter.BuilderobjectFilter(ObjectFilter)ListProfileObjectsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListProfileObjectsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.