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 FlowExecutionSummary

    • Constructor Detail

      • FlowExecutionSummary

        public FlowExecutionSummary()
    • Method Detail

      • setFlowExecutionId

        public void setFlowExecutionId(String flowExecutionId)

        The ID of the flow execution.

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

        public String getFlowExecutionId()

        The ID of the flow execution.

        Returns:
        The ID of the flow execution.
      • withFlowExecutionId

        public FlowExecutionSummary withFlowExecutionId(String flowExecutionId)

        The ID of the flow execution.

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

        public void setStatus(String status)

        The current status of the flow execution.

        Parameters:
        status - The current status of the flow execution.
        See Also:
        FlowExecutionStatus
      • getStatus

        public String getStatus()

        The current status of the flow execution.

        Returns:
        The current status of the flow execution.
        See Also:
        FlowExecutionStatus
      • withStatus

        public FlowExecutionSummary withStatus(String status)

        The current status of the flow execution.

        Parameters:
        status - The current status of the flow execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FlowExecutionStatus
      • withStatus

        public FlowExecutionSummary withStatus(FlowExecutionStatus status)

        The current status of the flow execution.

        Parameters:
        status - The current status of the flow execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FlowExecutionStatus
      • 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 FlowExecutionSummary 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.
      • setFlowTemplateId

        public void setFlowTemplateId(String flowTemplateId)

        The ID of the flow.

        Parameters:
        flowTemplateId - The ID of the flow.
      • getFlowTemplateId

        public String getFlowTemplateId()

        The ID of the flow.

        Returns:
        The ID of the flow.
      • withFlowTemplateId

        public FlowExecutionSummary withFlowTemplateId(String flowTemplateId)

        The ID of the flow.

        Parameters:
        flowTemplateId - The ID of the flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreatedAt

        public void setCreatedAt(Date createdAt)

        The date and time when the flow execution summary was created.

        Parameters:
        createdAt - The date and time when the flow execution summary was created.
      • getCreatedAt

        public Date getCreatedAt()

        The date and time when the flow execution summary was created.

        Returns:
        The date and time when the flow execution summary was created.
      • withCreatedAt

        public FlowExecutionSummary withCreatedAt(Date createdAt)

        The date and time when the flow execution summary was created.

        Parameters:
        createdAt - The date and time when the flow execution summary was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setUpdatedAt

        public void setUpdatedAt(Date updatedAt)

        The date and time when the flow execution summary was last updated.

        Parameters:
        updatedAt - The date and time when the flow execution summary was last updated.
      • getUpdatedAt

        public Date getUpdatedAt()

        The date and time when the flow execution summary was last updated.

        Returns:
        The date and time when the flow execution summary was last updated.
      • withUpdatedAt

        public FlowExecutionSummary withUpdatedAt(Date updatedAt)

        The date and time when the flow execution summary was last updated.

        Parameters:
        updatedAt - The date and time when the flow execution summary was last updated.
        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 によって変換されたページ (->オリジナル) /