Uses of Interface
software.amazon.awssdk.services.s3.model.IntelligentTieringAndOperator.Builder
-
Packages that use IntelligentTieringAndOperator.Builder Package Description software.amazon.awssdk.services.s3.model -
-
Uses of IntelligentTieringAndOperator.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return IntelligentTieringAndOperator.Builder Modifier and Type Method Description static IntelligentTieringAndOperator.BuilderIntelligentTieringAndOperator. builder()IntelligentTieringAndOperator.BuilderIntelligentTieringAndOperator.Builder. prefix(String prefix)An object key name prefix that identifies the subset of objects to which the configuration applies.IntelligentTieringAndOperator.BuilderIntelligentTieringAndOperator.Builder. tags(Collection<Tag> tags)All of these tags must exist in the object's tag set in order for the configuration to apply.IntelligentTieringAndOperator.BuilderIntelligentTieringAndOperator.Builder. tags(Consumer<Tag.Builder>... tags)All of these tags must exist in the object's tag set in order for the configuration to apply.IntelligentTieringAndOperator.BuilderIntelligentTieringAndOperator.Builder. tags(Tag... tags)All of these tags must exist in the object's tag set in order for the configuration to apply.IntelligentTieringAndOperator.BuilderIntelligentTieringAndOperator. toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type IntelligentTieringAndOperator.Builder Modifier and Type Method Description static Class<? extends IntelligentTieringAndOperator.Builder>IntelligentTieringAndOperator. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type IntelligentTieringAndOperator.Builder Modifier and Type Method Description default IntelligentTieringFilter.BuilderIntelligentTieringFilter.Builder. and(Consumer<IntelligentTieringAndOperator.Builder> and)A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter.
-