Interface ImportFilter.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ImportFilter.Builder,ImportFilter>, SdkBuilder<ImportFilter.Builder,ImportFilter>, SdkPojo
Enclosing class:
ImportFilter

public static interface ImportFilter.Builder extends SdkPojo, CopyableBuilder<ImportFilter.Builder,ImportFilter>
  • Method Details

    • 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:
    • 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:
    • 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:
    • 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: