Interface ListFlowExecutionEventsRequest.Builder

    • Method Detail

      • eventType

        ListFlowExecutionEventsRequest.Builder eventType​(String eventType)

        The type of events to retrieve. Specify Node for node-level events or Flow for flow-level events.

        Parameters:
        eventType - The type of events to retrieve. Specify Node for node-level events or Flow for flow-level events.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FlowExecutionEventType, FlowExecutionEventType
      • executionIdentifier

        ListFlowExecutionEventsRequest.Builder executionIdentifier​(String executionIdentifier)

        The unique identifier of the flow execution.

        Parameters:
        executionIdentifier - The unique identifier of the flow execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • flowAliasIdentifier

        ListFlowExecutionEventsRequest.Builder flowAliasIdentifier​(String flowAliasIdentifier)

        The unique identifier of the flow alias used for the execution.

        Parameters:
        flowAliasIdentifier - The unique identifier of the flow alias used for the execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • flowIdentifier

        ListFlowExecutionEventsRequest.Builder flowIdentifier​(String flowIdentifier)

        The unique identifier of the flow.

        Parameters:
        flowIdentifier - The unique identifier of the flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListFlowExecutionEventsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of events to return in a single response. If more events exist than the specified maxResults value, a token is included in the response so that the remaining results can be retrieved.

        Parameters:
        maxResults - The maximum number of events to return in a single response. If more events exist than the specified maxResults value, a token is included in the response so that the remaining results can be retrieved.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListFlowExecutionEventsRequest.Builder nextToken​(String nextToken)

        A token to retrieve the next set of results. This value is returned in the response if more results are available.

        Parameters:
        nextToken - A token to retrieve the next set of results. This value is returned in the response if more results are available.
        Returns:
        Returns a reference to this object so that method calls can be chained together.