public static interface Filter.Builder extends SdkPojo, CopyableBuilder<Filter.Builder,Filter>
| Modifier and Type | Method and Description |
|---|---|
Filter.Builder |
creationDateTime(Instant creationDateTime)
The time at which the filter was created.
|
Filter.Builder |
datasetGroupArn(String datasetGroupArn)
The ARN of the dataset group to which the filter belongs.
|
Filter.Builder |
failureReason(String failureReason)
If the filter failed, the reason for its failure.
|
Filter.Builder |
filterArn(String filterArn)
The ARN of the filter.
|
Filter.Builder |
filterExpression(String filterExpression)
Specifies the type of item interactions to filter out of recommendation results.
|
Filter.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
The time at which the filter was last updated.
|
Filter.Builder |
name(String name)
The name of the filter.
|
Filter.Builder |
status(String status)
The status of the filter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFilter.Builder name(String name)
The name of the filter.
name - The name of the filter.Filter.Builder filterArn(String filterArn)
The ARN of the filter.
filterArn - The ARN of the filter.Filter.Builder creationDateTime(Instant creationDateTime)
The time at which the filter was created.
creationDateTime - The time at which the filter was created.Filter.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The time at which the filter was last updated.
lastUpdatedDateTime - The time at which the filter was last updated.Filter.Builder datasetGroupArn(String datasetGroupArn)
The ARN of the dataset group to which the filter belongs.
datasetGroupArn - The ARN of the dataset group to which the filter belongs.Filter.Builder failureReason(String failureReason)
If the filter failed, the reason for its failure.
failureReason - If the filter failed, the reason for its failure.Filter.Builder filterExpression(String filterExpression)
Specifies the type of item interactions to filter out of recommendation results. The 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. For more information, see Using Filters with Amazon Personalize.
filterExpression - Specifies the type of item interactions to filter out of recommendation results. The 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. For more information, see Using Filters with Amazon Personalize.
Filter.Builder status(String status)
The status of the filter.
status - The status of the filter.Copyright © 2020. All rights reserved.