Interface StartFlowResponse.Builder

    • Method Detail

      • flowArn

        StartFlowResponse.Builder flowArn​(String flowArn)

        The flow's Amazon Resource Name (ARN).

        Parameters:
        flowArn - The flow's Amazon Resource Name (ARN).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • flowStatus

        StartFlowResponse.Builder flowStatus​(String flowStatus)

        Indicates the current status of the flow.

        Parameters:
        flowStatus - Indicates the current status of the flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FlowStatus, FlowStatus
      • flowStatus

        StartFlowResponse.Builder flowStatus​(FlowStatus flowStatus)

        Indicates the current status of the flow.

        Parameters:
        flowStatus - Indicates the current status of the flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FlowStatus, FlowStatus
      • executionId

        StartFlowResponse.Builder executionId​(String executionId)

        Returns the internal execution ID of an on-demand flow when the flow is started. For scheduled or event-triggered flows, this value is null.

        Parameters:
        executionId - Returns the internal execution ID of an on-demand flow when the flow is started. For scheduled or event-triggered flows, this value is null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.