JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.iotthingsgraph.model

Class SearchFlowExecutionsRequest

    • Constructor Detail

      • SearchFlowExecutionsRequest

        public SearchFlowExecutionsRequest()
    • Method Detail

      • setSystemInstanceId

        public void setSystemInstanceId(String systemInstanceId)

        The ID of the system instance that contains the flow.

        Parameters:
        systemInstanceId - The ID of the system instance that contains the flow.
      • getSystemInstanceId

        public String getSystemInstanceId()

        The ID of the system instance that contains the flow.

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

        public SearchFlowExecutionsRequest withSystemInstanceId(String systemInstanceId)

        The ID of the system instance that contains the flow.

        Parameters:
        systemInstanceId - The ID of the system instance that contains the flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFlowExecutionId

        public void setFlowExecutionId(String flowExecutionId)

        The ID of a flow execution.

        Parameters:
        flowExecutionId - The ID of a flow execution.
      • getFlowExecutionId

        public String getFlowExecutionId()

        The ID of a flow execution.

        Returns:
        The ID of a flow execution.
      • withFlowExecutionId

        public SearchFlowExecutionsRequest withFlowExecutionId(String flowExecutionId)

        The ID of a flow execution.

        Parameters:
        flowExecutionId - The ID of a flow execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStartTime

        public void setStartTime(Date startTime)

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

        Parameters:
        startTime - The date and time of the earliest flow execution to return.
      • getStartTime

        public Date getStartTime()

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

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

        public SearchFlowExecutionsRequest withStartTime(Date startTime)

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

        Parameters:
        startTime - The date and time of the earliest flow execution to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEndTime

        public void setEndTime(Date endTime)

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

        Parameters:
        endTime - The date and time of the latest flow execution to return.
      • getEndTime

        public Date getEndTime()

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

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

        public SearchFlowExecutionsRequest withEndTime(Date endTime)

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

        Parameters:
        endTime - The date and time of the latest flow execution to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNextToken

        public void setNextToken(String nextToken)

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

        Parameters:
        nextToken - The string that specifies the next page of results. Use this when you're paginating results.
      • getNextToken

        public String getNextToken()

        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.
      • withNextToken

        public SearchFlowExecutionsRequest withNextToken(String nextToken)

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

        Parameters:
        nextToken - The string that specifies the next page of results. Use this when you're paginating results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMaxResults

        public void setMaxResults(Integer maxResults)

        The maximum number of results to return in the response.

        Parameters:
        maxResults - The maximum number of results to return in the response.
      • getMaxResults

        public Integer getMaxResults()

        The maximum number of results to return in the response.

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

        public SearchFlowExecutionsRequest withMaxResults(Integer maxResults)

        The maximum number of results to return in the response.

        Parameters:
        maxResults - The maximum number of results to return in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /