Interface FlowOperationMetadata.Builder

  • Method Details

    • flowOperationId

      FlowOperationMetadata.Builder flowOperationId(String flowOperationId)

      A unique identifier for the flow operation. This ID is returned in the responses to start and list commands. You provide to describe commands.

      Parameters:
      flowOperationId - A unique identifier for the flow operation. This ID is returned in the responses to start and list commands. You provide to describe commands.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • flowOperationType

      FlowOperationMetadata.Builder flowOperationType(String flowOperationType)

      Defines the type of FlowOperation.

      Parameters:
      flowOperationType - Defines the type of FlowOperation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • flowOperationType

      FlowOperationMetadata.Builder flowOperationType(FlowOperationType flowOperationType)

      Defines the type of FlowOperation.

      Parameters:
      flowOperationType - Defines the type of FlowOperation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • flowRequestTimestamp

      FlowOperationMetadata.Builder flowRequestTimestamp(Instant flowRequestTimestamp)

      A timestamp indicating when the Suricata engine identified flows impacted by an operation.

      Parameters:
      flowRequestTimestamp - A timestamp indicating when the Suricata engine identified flows impacted by an operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • flowOperationStatus

      FlowOperationMetadata.Builder flowOperationStatus(String flowOperationStatus)

      Returns the status of the flow operation. This string is returned in the responses to start, list, and describe commands.

      If the status is COMPLETED_WITH_ERRORS, results may be returned with any number of Flows missing from the response. If the status is FAILED, Flows returned will be empty.

      Parameters:
      flowOperationStatus - Returns the status of the flow operation. This string is returned in the responses to start, list, and describe commands.

      If the status is COMPLETED_WITH_ERRORS, results may be returned with any number of Flows missing from the response. If the status is FAILED, Flows returned will be empty.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • flowOperationStatus

      FlowOperationMetadata.Builder flowOperationStatus(FlowOperationStatus flowOperationStatus)

      Returns the status of the flow operation. This string is returned in the responses to start, list, and describe commands.

      If the status is COMPLETED_WITH_ERRORS, results may be returned with any number of Flows missing from the response. If the status is FAILED, Flows returned will be empty.

      Parameters:
      flowOperationStatus - Returns the status of the flow operation. This string is returned in the responses to start, list, and describe commands.

      If the status is COMPLETED_WITH_ERRORS, results may be returned with any number of Flows missing from the response. If the status is FAILED, Flows returned will be empty.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: