Interface AnalyticsFilter.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AnalyticsFilter.Builder,,AnalyticsFilter> SdkBuilder<AnalyticsFilter.Builder,,AnalyticsFilter> SdkPojo
- Enclosing class:
- AnalyticsFilter
@Mutable
@NotThreadSafe
public static interface AnalyticsFilter.Builder
extends SdkPojo, CopyableBuilder<AnalyticsFilter.Builder,AnalyticsFilter>
-
Method Summary
Modifier and TypeMethodDescriptiondefault AnalyticsFilter.BuilderA conjunction (logical AND) of predicates, which is used in evaluating an analytics filter.and(AnalyticsAndOperator and) A conjunction (logical AND) of predicates, which is used in evaluating an analytics filter.The prefix to use when evaluating an analytics filter.default AnalyticsFilter.Buildertag(Consumer<Tag.Builder> tag) The tag to use when evaluating an analytics filter.The tag to use when evaluating an analytics filter.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
prefix
The prefix to use when evaluating an analytics filter.
- Parameters:
prefix- The prefix to use when evaluating an analytics filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tag
The tag to use when evaluating an analytics filter.
- Parameters:
tag- The tag to use when evaluating an analytics filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tag
The tag to use when evaluating an analytics filter.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totag(Tag).- Parameters:
tag- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
and
A conjunction (logical AND) of predicates, which is used in evaluating an analytics filter. The operator must have at least two predicates.
- Parameters:
and- A conjunction (logical AND) of predicates, which is used in evaluating an analytics filter. The operator must have at least two predicates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
and
A conjunction (logical AND) of predicates, which is used in evaluating an analytics filter. The operator must have at least two predicates.
This is a convenience method that creates an instance of theAnalyticsAndOperator.Builderavoiding the need to create one manually viaAnalyticsAndOperator.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toand(AnalyticsAndOperator).- Parameters:
and- a consumer that will call methods onAnalyticsAndOperator.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-