Interface StorageLensGroupLevelSelectionCriteria.Builder

    • Method Detail

      • include

        StorageLensGroupLevelSelectionCriteria.Builder include​(Collection<String> 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

        StorageLensGroupLevelSelectionCriteria.Builder include​(String... 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

        StorageLensGroupLevelSelectionCriteria.Builder exclude​(Collection<String> 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

        StorageLensGroupLevelSelectionCriteria.Builder exclude​(String... 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.