public static interface IntelligentTieringFilter.Builder extends SdkPojo, CopyableBuilder<IntelligentTieringFilter.Builder,IntelligentTieringFilter>
| Modifier and Type | Method and Description |
|---|---|
default IntelligentTieringFilter.Builder |
and(Consumer<IntelligentTieringAndOperator.Builder> and)
A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter.
|
IntelligentTieringFilter.Builder |
and(IntelligentTieringAndOperator and)
A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter.
|
IntelligentTieringFilter.Builder |
prefix(String prefix)
An object key name prefix that identifies the subset of objects to which the rule applies.
|
default IntelligentTieringFilter.Builder |
tag(Consumer<Tag.Builder> tag)
Sets the value of the Tag property for this object.
|
IntelligentTieringFilter.Builder |
tag(Tag tag)
Sets the value of the Tag property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIntelligentTieringFilter.Builder prefix(String prefix)
An object key name prefix that identifies the subset of objects to which the rule applies.
prefix - An object key name prefix that identifies the subset of objects to which the rule applies.IntelligentTieringFilter.Builder tag(Tag tag)
tag - The new value for the Tag property for this object.default IntelligentTieringFilter.Builder tag(Consumer<Tag.Builder> tag)
Tag.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 tag(Tag).tag - a consumer that will call methods on Tag.Buildertag(Tag)IntelligentTieringFilter.Builder and(IntelligentTieringAndOperator and)
A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter. The operator must have at least two predicates, and an object must match all of the predicates in order for the filter to apply.
and - A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter. The operator
must have at least two predicates, and an object must match all of the predicates in order for the
filter to apply.default IntelligentTieringFilter.Builder and(Consumer<IntelligentTieringAndOperator.Builder> and)
A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter. The operator must have at least two predicates, and an object must match all of the predicates in order for the filter to apply.
This is a convenience that creates an instance of theIntelligentTieringAndOperator.Builder avoiding
the need to create one manually via IntelligentTieringAndOperator.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to and(IntelligentTieringAndOperator).and - a consumer that will call methods on IntelligentTieringAndOperator.Builderand(IntelligentTieringAndOperator)Copyright © 2021. All rights reserved.