Interface CurrentMetricSortCriteria.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CurrentMetricSortCriteria.Builder,CurrentMetricSortCriteria>,SdkBuilder<CurrentMetricSortCriteria.Builder,CurrentMetricSortCriteria>,SdkPojo
- Enclosing class:
- CurrentMetricSortCriteria
public static interface CurrentMetricSortCriteria.Builder extends SdkPojo, CopyableBuilder<CurrentMetricSortCriteria.Builder,CurrentMetricSortCriteria>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CurrentMetricSortCriteria.BuildersortByMetric(String sortByMetric)Sets the value of the SortByMetric property for this object.CurrentMetricSortCriteria.BuildersortByMetric(CurrentMetricName sortByMetric)Sets the value of the SortByMetric property for this object.CurrentMetricSortCriteria.BuildersortOrder(String sortOrder)The way to sort.CurrentMetricSortCriteria.BuildersortOrder(SortOrder sortOrder)The way to sort.-
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
-
sortByMetric
CurrentMetricSortCriteria.Builder sortByMetric(String sortByMetric)
Sets the value of the SortByMetric property for this object.- Parameters:
sortByMetric- The new value for the SortByMetric property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CurrentMetricName,CurrentMetricName
-
sortByMetric
CurrentMetricSortCriteria.Builder sortByMetric(CurrentMetricName sortByMetric)
Sets the value of the SortByMetric property for this object.- Parameters:
sortByMetric- The new value for the SortByMetric property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CurrentMetricName,CurrentMetricName
-
sortOrder
CurrentMetricSortCriteria.Builder sortOrder(String sortOrder)
The way to sort.
-
sortOrder
CurrentMetricSortCriteria.Builder sortOrder(SortOrder sortOrder)
The way to sort.
-
-