Interface UpdateFlowOutputResponse.Builder

  • Method Details

    • 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

      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.
    • output

      The new settings of the output that you updated.

      This is a convenience method that creates an instance of the Output.Builder avoiding the need to create one manually via Output.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to output(Output).

      Parameters:
      output - a consumer that will call methods on Output.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: