Interface AddFlowSourcesResponse.Builder

    • Method Detail

      • flowArn

        AddFlowSourcesResponse.Builder flowArn​(String flowArn)
        The ARN of the flow that these sources were added to.
        Parameters:
        flowArn - The ARN of the flow that these sources were added to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sources

        AddFlowSourcesResponse.Builder sources​(Collection<Source> sources)
        The details of the newly added sources.
        Parameters:
        sources - The details of the newly added sources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sources

        AddFlowSourcesResponse.Builder sources​(Source... sources)
        The details of the newly added sources.
        Parameters:
        sources - The details of the newly added sources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.