Interface RemoveFlowSourceResponse.Builder

    • Method Detail

      • flowArn

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

        RemoveFlowSourceResponse.Builder sourceArn​(String sourceArn)
        The ARN of the source that was removed.
        Parameters:
        sourceArn - The ARN of the source that was removed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.