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 defines which items are included or excluded from recommendations.
|
CreateFilterRequest.Builder |
name(String name)
The name of the filter to create.
|
CreateFilterRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateFilterRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateFilterRequest.Builder |
tags(Collection<Tag> tags)
A list of tags to
apply to the filter.
|
CreateFilterRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of tags to
apply to the filter.
|
CreateFilterRequest.Builder |
tags(Tag... tags)
A list of tags to
apply to the filter.
|
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 defines which items are included or excluded from recommendations. Filter expression must follow specific format rules. For information about filter expression structure and syntax, see Filter expressions.
filterExpression - The filter expression defines which items are included or excluded from recommendations. Filter
expression must follow specific format rules. For information about filter expression structure and
syntax, see Filter
expressions.CreateFilterRequest.Builder tags(Collection<Tag> tags)
A list of tags to apply to the filter.
tags - A list of tags
to apply to the filter.CreateFilterRequest.Builder tags(Tag... tags)
A list of tags to apply to the filter.
tags - A list of tags
to apply to the filter.CreateFilterRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags to apply to the filter.
This is a convenience method that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateFilterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateFilterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.