Interface StartFlowCaptureResponse.Builder

  • Method Details

    • firewallArn

      StartFlowCaptureResponse.Builder firewallArn(String firewallArn)

      The Amazon Resource Name (ARN) of the firewall.

      Parameters:
      firewallArn - The Amazon Resource Name (ARN) of the firewall.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • flowOperationId

      StartFlowCaptureResponse.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.
    • flowOperationStatus

      StartFlowCaptureResponse.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

      StartFlowCaptureResponse.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: