Interface ChannelFlowSummary.Builder

    • Method Detail

      • channelFlowArn

        ChannelFlowSummary.Builder channelFlowArn​(String channelFlowArn)

        The ARN of the channel flow.

        Parameters:
        channelFlowArn - The ARN of the channel flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        ChannelFlowSummary.Builder name​(String name)

        The name of the channel flow.

        Parameters:
        name - The name of the channel flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • processors

        ChannelFlowSummary.Builder processors​(Collection<Processor> processors)

        Information about the processor Lambda functions.

        Parameters:
        processors - Information about the processor Lambda functions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • processors

        ChannelFlowSummary.Builder processors​(Processor... processors)

        Information about the processor Lambda functions.

        Parameters:
        processors - Information about the processor Lambda functions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.