Interface SelectionCriteria.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SelectionCriteria.Builder,SelectionCriteria>,SdkBuilder<SelectionCriteria.Builder,SelectionCriteria>,SdkPojo
- Enclosing class:
- SelectionCriteria
public static interface SelectionCriteria.Builder extends SdkPojo, CopyableBuilder<SelectionCriteria.Builder,SelectionCriteria>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SelectionCriteria.Builderdelimiter(String delimiter)A container for the delimiter of the selection criteria being used.SelectionCriteria.BuildermaxDepth(Integer maxDepth)The max depth of the selection criteriaSelectionCriteria.BuilderminStorageBytesPercentage(Double minStorageBytesPercentage)The minimum number of storage bytes percentage whose metrics will be selected.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
delimiter
SelectionCriteria.Builder delimiter(String 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
SelectionCriteria.Builder maxDepth(Integer 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
SelectionCriteria.Builder minStorageBytesPercentage(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.- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
-