Interface SelectionCriteria.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SelectionCriteria.Builder,,SelectionCriteria> SdkBuilder<SelectionCriteria.Builder,,SelectionCriteria> SdkPojo
- Enclosing class:
SelectionCriteria
@Mutable
@NotThreadSafe
public static interface SelectionCriteria.Builder
extends SdkPojo, CopyableBuilder<SelectionCriteria.Builder,SelectionCriteria>
-
Method Summary
Modifier and TypeMethodDescriptionA container for the delimiter of the selection criteria being used.The max depth of the selection criteriaminStorageBytesPercentage(Double minStorageBytesPercentage) The minimum percentage of total bucket storage that a prefix must hold for its metrics to be included.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
delimiter
A container for the delimiter of the selection criteria being used.
- Parameters:
delimiter- A container for the delimiter of the selection criteria being used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxDepth
The max depth of the selection criteria
- Parameters:
maxDepth- The max depth of the selection criteria- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
minStorageBytesPercentage
The minimum percentage of total bucket storage that a prefix must hold for its metrics to be included.
- Parameters:
minStorageBytesPercentage- The minimum percentage of total bucket storage that a prefix must hold for its metrics to be included.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-