Class IntelligentTieringFilter
- java.lang.Object
-
- software.amazon.awssdk.services.s3.model.IntelligentTieringFilter
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IntelligentTieringFilter.Builder,IntelligentTieringFilter>
@Generated("software.amazon.awssdk:codegen") public final class IntelligentTieringFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IntelligentTieringFilter.Builder,IntelligentTieringFilter>
The
Filteris used to identify objects that the S3 Intelligent-Tiering configuration applies to.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIntelligentTieringFilter.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IntelligentTieringAndOperatorand()A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter.static IntelligentTieringFilter.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringprefix()An object key name prefix that identifies the subset of objects to which the rule applies.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends IntelligentTieringFilter.Builder>serializableBuilderClass()Tagtag()Returns the value of the Tag property for this object.IntelligentTieringFilter.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
prefix
public final String prefix()
An object key name prefix that identifies the subset of objects to which the rule applies.
Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
- Returns:
- An object key name prefix that identifies the subset of objects to which the rule applies.
Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
-
tag
public final Tag tag()
Returns the value of the Tag property for this object.- Returns:
- The value of the Tag property for this object.
-
and
public final 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.
- Returns:
- 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.
-
toBuilder
public IntelligentTieringFilter.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IntelligentTieringFilter.Builder,IntelligentTieringFilter>
-
builder
public static IntelligentTieringFilter.Builder builder()
-
serializableBuilderClass
public static Class<? extends IntelligentTieringFilter.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-