Interface CoverageSortCriteria.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CoverageSortCriteria.Builder,CoverageSortCriteria>,SdkBuilder<CoverageSortCriteria.Builder,CoverageSortCriteria>,SdkPojo
- Enclosing class:
- CoverageSortCriteria
public static interface CoverageSortCriteria.Builder extends SdkPojo, CopyableBuilder<CoverageSortCriteria.Builder,CoverageSortCriteria>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CoverageSortCriteria.BuilderattributeName(String attributeName)Represents the field name used to sort the coverage details.CoverageSortCriteria.BuilderattributeName(CoverageSortKey attributeName)Represents the field name used to sort the coverage details.CoverageSortCriteria.BuilderorderBy(String orderBy)The order in which the sorted findings are to be displayed.CoverageSortCriteria.BuilderorderBy(OrderBy orderBy)The order in which the sorted findings are to be displayed.-
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
-
attributeName
CoverageSortCriteria.Builder attributeName(String attributeName)
Represents the field name used to sort the coverage details.
Replace the enum value
CLUSTER_NAMEwithEKS_CLUSTER_NAME.CLUSTER_NAMEhas been deprecated.- Parameters:
attributeName- Represents the field name used to sort the coverage details.Replace the enum value
CLUSTER_NAMEwithEKS_CLUSTER_NAME.CLUSTER_NAMEhas been deprecated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CoverageSortKey,CoverageSortKey
-
attributeName
CoverageSortCriteria.Builder attributeName(CoverageSortKey attributeName)
Represents the field name used to sort the coverage details.
Replace the enum value
CLUSTER_NAMEwithEKS_CLUSTER_NAME.CLUSTER_NAMEhas been deprecated.- Parameters:
attributeName- Represents the field name used to sort the coverage details.Replace the enum value
CLUSTER_NAMEwithEKS_CLUSTER_NAME.CLUSTER_NAMEhas been deprecated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CoverageSortKey,CoverageSortKey
-
orderBy
CoverageSortCriteria.Builder orderBy(String orderBy)
The order in which the sorted findings are to be displayed.
-
orderBy
CoverageSortCriteria.Builder orderBy(OrderBy orderBy)
The order in which the sorted findings are to be displayed.
-
-