public static interface SelectionCriteria.Builder extends SdkPojo, CopyableBuilder<SelectionCriteria.Builder,SelectionCriteria>
Modifier and Type | Method and Description |
---|---|
SelectionCriteria.Builder |
delimiter(String delimiter)
A container for the delimiter of the selection criteria being used.
|
SelectionCriteria.Builder |
maxDepth(Integer maxDepth)
The max depth of the selection criteria
|
SelectionCriteria.Builder |
minStorageBytesPercentage(Double minStorageBytesPercentage)
The minimum number of storage bytes percentage whose metrics will be selected.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
SelectionCriteria.Builder delimiter(String delimiter)
A container for the delimiter of the selection criteria being used.
delimiter
- A container for the delimiter of the selection criteria being used.SelectionCriteria.Builder maxDepth(Integer maxDepth)
The max depth of the selection criteria
maxDepth
- The max depth of the selection criteriaSelectionCriteria.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
.
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
.
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.