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.
|
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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListProfileObjectsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.