public static interface CreateFilterRequest.Builder extends PersonalizeRequest.Builder, SdkPojo, CopyableBuilder<CreateFilterRequest.Builder,CreateFilterRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateFilterRequest.Builder |
datasetGroupArn(String datasetGroupArn)
The ARN of the dataset group that the filter will belong to.
|
CreateFilterRequest.Builder |
filterExpression(String filterExpression)
The filter expression that designates the interaction types that the filter will filter out.
|
CreateFilterRequest.Builder |
name(String name)
The name of the filter to create.
|
CreateFilterRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateFilterRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateFilterRequest.Builder name(String name)
The name of the filter to create.
name - The name of the filter to create.CreateFilterRequest.Builder datasetGroupArn(String datasetGroupArn)
The ARN of the dataset group that the filter will belong to.
datasetGroupArn - The ARN of the dataset group that the filter will belong to.CreateFilterRequest.Builder filterExpression(String filterExpression)
The filter expression that designates the interaction types that the filter will filter out. A filter expression must follow the following format:
EXCLUDE itemId WHERE INTERACTIONS.event_type in ("EVENT_TYPE")
Where "EVENT_TYPE" is the type of event to filter out. To filter out all items with any interactions history,
set "*" as the EVENT_TYPE. For more information, see Using Filters with Amazon
Personalize.
filterExpression - The filter expression that designates the interaction types that the filter will filter out. A filter
expression must follow the following format:
EXCLUDE itemId WHERE INTERACTIONS.event_type in ("EVENT_TYPE")
Where "EVENT_TYPE" is the type of event to filter out. To filter out all items with any interactions
history, set "*" as the EVENT_TYPE. For more information, see Using Filters with Amazon
Personalize.
CreateFilterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateFilterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.