Interface StorageLensGroupLevelSelectionCriteria.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StorageLensGroupLevelSelectionCriteria.Builder,
,StorageLensGroupLevelSelectionCriteria> SdkBuilder<StorageLensGroupLevelSelectionCriteria.Builder,
,StorageLensGroupLevelSelectionCriteria> SdkPojo
- Enclosing class:
StorageLensGroupLevelSelectionCriteria
public static interface StorageLensGroupLevelSelectionCriteria.Builder
extends SdkPojo, CopyableBuilder<StorageLensGroupLevelSelectionCriteria.Builder,StorageLensGroupLevelSelectionCriteria>
-
Method Summary
Modifier and TypeMethodDescriptionIndicates which Storage Lens group ARNs to exclude from the Storage Lens group aggregation.exclude
(Collection<String> exclude) Indicates which Storage Lens group ARNs to exclude from the Storage Lens group aggregation.Indicates which Storage Lens group ARNs to include in the Storage Lens group aggregation.include
(Collection<String> include) Indicates which Storage Lens group ARNs to include in the Storage Lens group aggregation.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 Details
-
include
Indicates which Storage Lens group ARNs to include in the Storage Lens group aggregation.
- Parameters:
include
- Indicates which Storage Lens group ARNs to include in the Storage Lens group aggregation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
include
Indicates which Storage Lens group ARNs to include in the Storage Lens group aggregation.
- Parameters:
include
- Indicates which Storage Lens group ARNs to include in the Storage Lens group aggregation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exclude
Indicates which Storage Lens group ARNs to exclude from the Storage Lens group aggregation.
- Parameters:
exclude
- Indicates which Storage Lens group ARNs to exclude from the Storage Lens group aggregation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exclude
Indicates which Storage Lens group ARNs to exclude from the Storage Lens group aggregation.
- Parameters:
exclude
- Indicates which Storage Lens group ARNs to exclude from the Storage Lens group aggregation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-