Interface ListFlowExecutionMessagesResponse.Builder

    • Method Detail

      • messages

        ListFlowExecutionMessagesResponse.Builder messages​(Collection<FlowExecutionMessage> messages)

        A list of objects that contain information about events in the specified flow execution.

        Parameters:
        messages - A list of objects that contain information about events in the specified flow execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • messages

        ListFlowExecutionMessagesResponse.Builder messages​(FlowExecutionMessage... messages)

        A list of objects that contain information about events in the specified flow execution.

        Parameters:
        messages - A list of objects that contain information about events in the specified flow execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListFlowExecutionMessagesResponse.Builder nextToken​(String nextToken)

        The string to specify as nextToken when you request the next page of results.

        Parameters:
        nextToken - The string to specify as nextToken when you request the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.