Interface ImportFilter.Builder

    • Method Detail

      • name

        ImportFilter.Builder name​(String name)

        The name of the field to use for filtering.

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

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

        The values to use to filter the response. The values must be Bot, BotLocale, or CustomVocabulary.

        Parameters:
        values - The values to use to filter the response. The values must be Bot, BotLocale, or CustomVocabulary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        ImportFilter.Builder values​(String... values)

        The values to use to filter the response. The values must be Bot, BotLocale, or CustomVocabulary.

        Parameters:
        values - The values to use to filter the response. The values must be Bot, BotLocale, or CustomVocabulary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operator

        ImportFilter.Builder operator​(String operator)

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

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

        ImportFilter.Builder operator​(ImportFilterOperator operator)

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

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