Interface Filter.Builder

    • Method Detail

      • name

        Filter.Builder name​(String name)

        The name of the filter.

        Parameters:
        name - The name of the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

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

        A string value on which to filter. For example, if you choose the destinationServer.osVersion filter name, you could specify Ubuntu for the value.

        Parameters:
        values - A string value on which to filter. For example, if you choose the destinationServer.osVersion filter name, you could specify Ubuntu for the value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        Filter.Builder values​(String... values)

        A string value on which to filter. For example, if you choose the destinationServer.osVersion filter name, you could specify Ubuntu for the value.

        Parameters:
        values - A string value on which to filter. For example, if you choose the destinationServer.osVersion filter name, you could specify Ubuntu for the value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • condition

        Filter.Builder condition​(String condition)

        A conditional operator. The following operators are valid: EQUALS, NOT_EQUALS, CONTAINS, NOT_CONTAINS. If you specify multiple filters, the system utilizes all filters as though concatenated by AND. If you specify multiple values for a particular filter, the system differentiates the values using OR. Calling either DescribeConfigurations or ListConfigurations returns attributes of matching configuration items.

        Parameters:
        condition - A conditional operator. The following operators are valid: EQUALS, NOT_EQUALS, CONTAINS, NOT_CONTAINS. If you specify multiple filters, the system utilizes all filters as though concatenated by AND. If you specify multiple values for a particular filter, the system differentiates the values using OR. Calling either DescribeConfigurations or ListConfigurations returns attributes of matching configuration items.
        Returns:
        Returns a reference to this object so that method calls can be chained together.