Interface StorageLensGroup.Builder

    • Method Detail

      • name

        StorageLensGroup.Builder name​(String name)

        Contains the name of the Storage Lens group.

        Parameters:
        name - Contains the name of the Storage Lens group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filter

        StorageLensGroup.Builder filter​(StorageLensGroupFilter filter)

        Sets the criteria for the Storage Lens group data that is displayed. For multiple filter conditions, the AND or OR logical operator is used.

        Parameters:
        filter - Sets the criteria for the Storage Lens group data that is displayed. For multiple filter conditions, the AND or OR logical operator is used.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • storageLensGroupArn

        StorageLensGroup.Builder storageLensGroupArn​(String storageLensGroupArn)

        Contains the Amazon Resource Name (ARN) of the Storage Lens group. This property is read-only.

        Parameters:
        storageLensGroupArn - Contains the Amazon Resource Name (ARN) of the Storage Lens group. This property is read-only.
        Returns:
        Returns a reference to this object so that method calls can be chained together.