Interface SnapshotFilter.Builder

    • Method Detail

      • name

        SnapshotFilter.Builder name​(String name)

        The name of the filter to use. You can filter by the file-system-id or by volume-id .

        Parameters:
        name - The name of the filter to use. You can filter by the file-system-id or by volume-id.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SnapshotFilterName, SnapshotFilterName
      • name

        SnapshotFilter.Builder name​(SnapshotFilterName name)

        The name of the filter to use. You can filter by the file-system-id or by volume-id .

        Parameters:
        name - The name of the filter to use. You can filter by the file-system-id or by volume-id.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SnapshotFilterName, SnapshotFilterName
      • values

        SnapshotFilter.Builder values​(Collection<String> values)

        The file-system-id or volume-id that you are filtering for.

        Parameters:
        values - The file-system-id or volume-id that you are filtering for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        SnapshotFilter.Builder values​(String... values)

        The file-system-id or volume-id that you are filtering for.

        Parameters:
        values - The file-system-id or volume-id that you are filtering for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.