public static interface AnalyticsAndOperator.Builder extends SdkPojo, CopyableBuilder<AnalyticsAndOperator.Builder,AnalyticsAndOperator>
| Modifier and Type | Method and Description |
|---|---|
AnalyticsAndOperator.Builder |
prefix(String prefix)
The prefix to use when evaluating an AND predicate: The prefix that an object must have to be included in the
metrics results.
|
AnalyticsAndOperator.Builder |
tags(Collection<Tag> tags)
The list of tags to use when evaluating an AND predicate.
|
AnalyticsAndOperator.Builder |
tags(Consumer<Tag.Builder>... tags)
The list of tags to use when evaluating an AND predicate.
|
AnalyticsAndOperator.Builder |
tags(Tag... tags)
The list of tags to use when evaluating an AND predicate.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAnalyticsAndOperator.Builder prefix(String prefix)
The prefix to use when evaluating an AND predicate: The prefix that an object must have to be included in the metrics results.
prefix - The prefix to use when evaluating an AND predicate: The prefix that an object must have to be included
in the metrics results.AnalyticsAndOperator.Builder tags(Collection<Tag> tags)
The list of tags to use when evaluating an AND predicate.
tags - The list of tags to use when evaluating an AND predicate.AnalyticsAndOperator.Builder tags(Tag... tags)
The list of tags to use when evaluating an AND predicate.
tags - The list of tags to use when evaluating an AND predicate.AnalyticsAndOperator.Builder tags(Consumer<Tag.Builder>... tags)
The list of tags to use when evaluating an AND predicate.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) Copyright © 2023. All rights reserved.