Interface ExportFilter.Builder

    • Method Detail

      • name

        ExportFilter.Builder name​(String name)

        A single ExportFilter name. Supported filters: agentIds.

        Parameters:
        name - A single ExportFilter name. Supported filters: agentIds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

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

        A single agent ID for a Discovery Agent. An agent ID can be found using the DescribeAgents action. Typically an ADS agent ID is in the form o-0123456789abcdef0.

        Parameters:
        values - A single agent ID for a Discovery Agent. An agent ID can be found using the DescribeAgents action. Typically an ADS agent ID is in the form o-0123456789abcdef0.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        ExportFilter.Builder values​(String... values)

        A single agent ID for a Discovery Agent. An agent ID can be found using the DescribeAgents action. Typically an ADS agent ID is in the form o-0123456789abcdef0.

        Parameters:
        values - A single agent ID for a Discovery Agent. An agent ID can be found using the DescribeAgents action. Typically an ADS agent ID is in the form o-0123456789abcdef0.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • condition

        ExportFilter.Builder condition​(String condition)

        Supported condition: EQUALS

        Parameters:
        condition - Supported condition: EQUALS
        Returns:
        Returns a reference to this object so that method calls can be chained together.