Class SelectionCriteria
- java.lang.Object
-
- software.amazon.awssdk.services.s3control.model.SelectionCriteria
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SelectionCriteria.Builder,SelectionCriteria>
@Generated("software.amazon.awssdk:codegen") public final class SelectionCriteria extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SelectionCriteria.Builder,SelectionCriteria>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSelectionCriteria.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SelectionCriteria.Builderbuilder()Stringdelimiter()A container for the delimiter of the selection criteria being used.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxDepth()The max depth of the selection criteriaDoubleminStorageBytesPercentage()The minimum number of storage bytes percentage whose metrics will be selected.List<SdkField<?>>sdkFields()static Class<? extends SelectionCriteria.Builder>serializableBuilderClass()SelectionCriteria.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
-
delimiter
public final String delimiter()
A container for the delimiter of the selection criteria being used.
- Returns:
- A container for the delimiter of the selection criteria being used.
-
maxDepth
public final Integer maxDepth()
The max depth of the selection criteria
- Returns:
- The max depth of the selection criteria
-
minStorageBytesPercentage
public final Double minStorageBytesPercentage()
The minimum number of storage bytes percentage whose metrics will be selected.
You must choose a value greater than or equal to
1.0.- Returns:
- The minimum number of storage bytes percentage whose metrics will be selected.
You must choose a value greater than or equal to
1.0.
-
toBuilder
public SelectionCriteria.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SelectionCriteria.Builder,SelectionCriteria>
-
builder
public static SelectionCriteria.Builder builder()
-
serializableBuilderClass
public static Class<? extends SelectionCriteria.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.
-
-