Class SearchFlowExecutionsRequest

    • Method Detail

      • systemInstanceId

        public final String systemInstanceId()

        The ID of the system instance that contains the flow.

        Returns:
        The ID of the system instance that contains the flow.
      • flowExecutionId

        public final String flowExecutionId()

        The ID of a flow execution.

        Returns:
        The ID of a flow execution.
      • startTime

        public final Instant startTime()

        The date and time of the earliest flow execution to return.

        Returns:
        The date and time of the earliest flow execution to return.
      • endTime

        public final Instant endTime()

        The date and time of the latest flow execution to return.

        Returns:
        The date and time of the latest flow execution to return.
      • nextToken

        public final String nextToken()

        The string that specifies the next page of results. Use this when you're paginating results.

        Returns:
        The string that specifies the next page of results. Use this when you're paginating results.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return in the response.

        Returns:
        The maximum number of results to return in the response.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object