Interface UpdateFlowSourceResponse.Builder

  • Method Details

    • flowArn

      The ARN of the flow that you was updated.

      Parameters:
      flowArn - The ARN of the flow that you was updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • source

      The details of the sources that are assigned to the flow.

      Parameters:
      source - The details of the sources that are assigned to the flow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • source

      The details of the sources that are assigned to the flow.

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

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

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