Interface UpdateFlowOutputResponse.Builder

    • Method Detail

      • flowArn

        UpdateFlowOutputResponse.Builder flowArn​(String flowArn)
        The ARN of the flow that is associated with the updated output.
        Parameters:
        flowArn - The ARN of the flow that is associated with the updated output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • output

        UpdateFlowOutputResponse.Builder output​(Output output)
        The new settings of the output that you updated.
        Parameters:
        output - The new settings of the output that you updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.