Uses of Interface
software.amazon.awssdk.services.s3control.model.SelectionCriteria.Builder
-
Packages that use SelectionCriteria.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of SelectionCriteria.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return SelectionCriteria.Builder Modifier and Type Method Description static SelectionCriteria.BuilderSelectionCriteria. builder()SelectionCriteria.BuilderSelectionCriteria.Builder. delimiter(String delimiter)A container for the delimiter of the selection criteria being used.SelectionCriteria.BuilderSelectionCriteria.Builder. maxDepth(Integer maxDepth)The max depth of the selection criteriaSelectionCriteria.BuilderSelectionCriteria.Builder. minStorageBytesPercentage(Double minStorageBytesPercentage)The minimum number of storage bytes percentage whose metrics will be selected.SelectionCriteria.BuilderSelectionCriteria. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type SelectionCriteria.Builder Modifier and Type Method Description static Class<? extends SelectionCriteria.Builder>SelectionCriteria. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type SelectionCriteria.Builder Modifier and Type Method Description default PrefixLevelStorageMetrics.BuilderPrefixLevelStorageMetrics.Builder. selectionCriteria(Consumer<SelectionCriteria.Builder> selectionCriteria)Sets the value of the SelectionCriteria property for this object.
-