Interface Filter.Builder

    • Method Detail

      • resourceArns

        Filter.Builder resourceArns​(Collection<String> resourceArns)

        The Amazon Resource Number (Arn) for an analytics store.

        Parameters:
        resourceArns - The Amazon Resource Number (Arn) for an analytics store.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceArns

        Filter.Builder resourceArns​(String... resourceArns)

        The Amazon Resource Number (Arn) for an analytics store.

        Parameters:
        resourceArns - The Amazon Resource Number (Arn) for an analytics store.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusWithStrings

        Filter.Builder statusWithStrings​(Collection<String> status)

        The status of an annotation store version.

        Parameters:
        status - The status of an annotation store version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusWithStrings

        Filter.Builder statusWithStrings​(String... status)

        The status of an annotation store version.

        Parameters:
        status - The status of an annotation store version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        Filter.Builder status​(Collection<ShareStatus> status)

        The status of an annotation store version.

        Parameters:
        status - The status of an annotation store version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        Filter.Builder status​(ShareStatus... status)

        The status of an annotation store version.

        Parameters:
        status - The status of an annotation store version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.