Interface EntityRecognizerFilter.Builder

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

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

    • status

      The status of an entity recognizer.

      Parameters:
      status - The status of an entity recognizer.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of an entity recognizer.

      Parameters:
      status - The status of an entity recognizer.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • recognizerName

      EntityRecognizerFilter.Builder recognizerName(String recognizerName)

      The name that you assigned the entity recognizer.

      Parameters:
      recognizerName - The name that you assigned the entity recognizer.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • submitTimeBefore

      EntityRecognizerFilter.Builder submitTimeBefore(Instant submitTimeBefore)

      Filters the list of entities based on the time that the list was submitted for processing. Returns only jobs submitted before the specified time. Jobs are returned in descending order, newest to oldest.

      Parameters:
      submitTimeBefore - Filters the list of entities based on the time that the list was submitted for processing. Returns only jobs submitted before the specified time. Jobs are returned in descending order, newest to oldest.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • submitTimeAfter

      EntityRecognizerFilter.Builder submitTimeAfter(Instant submitTimeAfter)

      Filters the list of entities based on the time that the list was submitted for processing. Returns only jobs submitted after the specified time. Jobs are returned in ascending order, oldest to newest.

      Parameters:
      submitTimeAfter - Filters the list of entities based on the time that the list was submitted for processing. Returns only jobs submitted after the specified time. Jobs are returned in ascending order, oldest to newest.
      Returns:
      Returns a reference to this object so that method calls can be chained together.