Interface CoverageSortCriteria.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CoverageSortCriteria.Builder,
,CoverageSortCriteria> SdkBuilder<CoverageSortCriteria.Builder,
,CoverageSortCriteria> SdkPojo
- Enclosing class:
CoverageSortCriteria
@Mutable
@NotThreadSafe
public static interface CoverageSortCriteria.Builder
extends SdkPojo, CopyableBuilder<CoverageSortCriteria.Builder,CoverageSortCriteria>
-
Method Summary
Modifier and TypeMethodDescriptionattributeName
(String attributeName) Represents the field name used to sort the coverage details.attributeName
(CoverageSortKey attributeName) Represents the field name used to sort the coverage details.The order in which the sorted findings are to be displayed.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, sdkFieldNameToField, sdkFields
-
Method Details
-
attributeName
Represents the field name used to sort the coverage details.
Replace the enum value
CLUSTER_NAME
withEKS_CLUSTER_NAME
.CLUSTER_NAME
has been deprecated.- Parameters:
attributeName
- Represents the field name used to sort the coverage details.Replace the enum value
CLUSTER_NAME
withEKS_CLUSTER_NAME
.CLUSTER_NAME
has been deprecated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
attributeName
Represents the field name used to sort the coverage details.
Replace the enum value
CLUSTER_NAME
withEKS_CLUSTER_NAME
.CLUSTER_NAME
has been deprecated.- Parameters:
attributeName
- Represents the field name used to sort the coverage details.Replace the enum value
CLUSTER_NAME
withEKS_CLUSTER_NAME
.CLUSTER_NAME
has been deprecated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
orderBy
The order in which the sorted findings are to be displayed.
- Parameters:
orderBy
- The order in which the sorted findings are to be displayed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
orderBy
The order in which the sorted findings are to be displayed.
- Parameters:
orderBy
- The order in which the sorted findings are to be displayed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-