public static interface ListFiltersRequest.Builder extends PersonalizeRequest.Builder, SdkPojo, CopyableBuilder<ListFiltersRequest.Builder,ListFiltersRequest>
| Modifier and Type | Method and Description |
|---|---|
ListFiltersRequest.Builder |
datasetGroupArn(String datasetGroupArn)
The ARN of the dataset group that contains the filters.
|
ListFiltersRequest.Builder |
maxResults(Integer maxResults)
The maximum number of filters to return.
|
ListFiltersRequest.Builder |
nextToken(String nextToken)
A token returned from the previous call to
ListFilters for getting the next set of filters (if
they exist). |
ListFiltersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListFiltersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFiltersRequest.Builder datasetGroupArn(String datasetGroupArn)
The ARN of the dataset group that contains the filters.
datasetGroupArn - The ARN of the dataset group that contains the filters.ListFiltersRequest.Builder nextToken(String nextToken)
A token returned from the previous call to ListFilters for getting the next set of filters (if
they exist).
nextToken - A token returned from the previous call to ListFilters for getting the next set of
filters (if they exist).ListFiltersRequest.Builder maxResults(Integer maxResults)
The maximum number of filters to return.
maxResults - The maximum number of filters to return.ListFiltersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListFiltersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.