public static interface CoverageSortCriteria.Builder extends SdkPojo, CopyableBuilder<CoverageSortCriteria.Builder,CoverageSortCriteria>
| Modifier and Type | Method and Description |
|---|---|
CoverageSortCriteria.Builder |
attributeName(CoverageSortKey attributeName)
Represents the field name used to sort the coverage details.
|
CoverageSortCriteria.Builder |
attributeName(String attributeName)
Represents the field name used to sort the coverage details.
|
CoverageSortCriteria.Builder |
orderBy(OrderBy orderBy)
The order in which the sorted findings are to be displayed.
|
CoverageSortCriteria.Builder |
orderBy(String orderBy)
The order in which the sorted findings are to be displayed.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCoverageSortCriteria.Builder attributeName(String attributeName)
Represents the field name used to sort the coverage details.
Replace the enum value CLUSTER_NAME with EKS_CLUSTER_NAME.
CLUSTER_NAME has been deprecated.
attributeName - Represents the field name used to sort the coverage details.
Replace the enum value CLUSTER_NAME with EKS_CLUSTER_NAME.
CLUSTER_NAME has been deprecated.
CoverageSortKey,
CoverageSortKeyCoverageSortCriteria.Builder attributeName(CoverageSortKey attributeName)
Represents the field name used to sort the coverage details.
Replace the enum value CLUSTER_NAME with EKS_CLUSTER_NAME.
CLUSTER_NAME has been deprecated.
attributeName - Represents the field name used to sort the coverage details.
Replace the enum value CLUSTER_NAME with EKS_CLUSTER_NAME.
CLUSTER_NAME has been deprecated.
CoverageSortKey,
CoverageSortKeyCoverageSortCriteria.Builder orderBy(String orderBy)
The order in which the sorted findings are to be displayed.
CoverageSortCriteria.Builder orderBy(OrderBy orderBy)
The order in which the sorted findings are to be displayed.
Copyright © 2023. All rights reserved.