Interface StopFlowExecutionResponse.Builder

    • Method Detail

      • executionArn

        StopFlowExecutionResponse.Builder executionArn​(String executionArn)

        The Amazon Resource Name (ARN) that uniquely identifies the flow execution that was stopped.

        Parameters:
        executionArn - The Amazon Resource Name (ARN) that uniquely identifies the flow execution that was stopped.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        StopFlowExecutionResponse.Builder status​(String status)

        The updated status of the flow execution after the stop request. This will typically be ABORTED if the execution was successfully stopped.

        Parameters:
        status - The updated status of the flow execution after the stop request. This will typically be ABORTED if the execution was successfully stopped.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FlowExecutionStatus, FlowExecutionStatus
      • status

        StopFlowExecutionResponse.Builder status​(FlowExecutionStatus status)

        The updated status of the flow execution after the stop request. This will typically be ABORTED if the execution was successfully stopped.

        Parameters:
        status - The updated status of the flow execution after the stop request. This will typically be ABORTED if the execution was successfully stopped.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FlowExecutionStatus, FlowExecutionStatus