Interface IntentFilter.Builder

    • Method Detail

      • name

        IntentFilter.Builder name​(String name)

        The name of the field to use for the filter.

        Parameters:
        name - The name of the field to use for the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IntentFilterName, IntentFilterName
      • values

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

        The value to use for the filter.

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

        IntentFilter.Builder values​(String... values)

        The value to use for the filter.

        Parameters:
        values - The value to use for the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operator

        IntentFilter.Builder operator​(String operator)

        The operator to use for the filter. Specify EQ when the ListIntents operation should return only aliases that equal the specified value. Specify CO when the ListIntents operation should return aliases that contain the specified value.

        Parameters:
        operator - The operator to use for the filter. Specify EQ when the ListIntents operation should return only aliases that equal the specified value. Specify CO when the ListIntents operation should return aliases that contain the specified value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IntentFilterOperator, IntentFilterOperator
      • operator

        IntentFilter.Builder operator​(IntentFilterOperator operator)

        The operator to use for the filter. Specify EQ when the ListIntents operation should return only aliases that equal the specified value. Specify CO when the ListIntents operation should return aliases that contain the specified value.

        Parameters:
        operator - The operator to use for the filter. Specify EQ when the ListIntents operation should return only aliases that equal the specified value. Specify CO when the ListIntents operation should return aliases that contain the specified value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IntentFilterOperator, IntentFilterOperator