Interface ExtractionJobFilterInput.Builder

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

@Mutable @NotThreadSafe public static interface ExtractionJobFilterInput.Builder extends SdkPojo, CopyableBuilder<ExtractionJobFilterInput.Builder,ExtractionJobFilterInput>
  • Method Details

    • strategyId

      ExtractionJobFilterInput.Builder strategyId(String strategyId)

      The memory strategy identifier to filter extraction jobs by. If specified, only extraction jobs with this strategy ID are returned.

      Parameters:
      strategyId - The memory strategy identifier to filter extraction jobs by. If specified, only extraction jobs with this strategy ID are returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sessionId

      The unique identifier of the session. If specified, only extraction jobs with this session ID are returned.

      Parameters:
      sessionId - The unique identifier of the session. If specified, only extraction jobs with this session ID are returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • actorId

      The identifier of the actor. If specified, only extraction jobs with this actor ID are returned.

      Parameters:
      actorId - The identifier of the actor. If specified, only extraction jobs with this actor ID are returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the extraction job. If specified, only extraction jobs with this status are returned.

      Parameters:
      status - The status of the extraction job. If specified, only extraction jobs with this status are returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the extraction job. If specified, only extraction jobs with this status are returned.

      Parameters:
      status - The status of the extraction job. If specified, only extraction jobs with this status are returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: