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.appflow.model

Class StartFlowResult

    • Constructor Detail

      • StartFlowResult

        public StartFlowResult()
    • Method Detail

      • setFlowArn

        public void setFlowArn(String flowArn)

        The flow's Amazon Resource Name (ARN).

        Parameters:
        flowArn - The flow's Amazon Resource Name (ARN).
      • getFlowArn

        public String getFlowArn()

        The flow's Amazon Resource Name (ARN).

        Returns:
        The flow's Amazon Resource Name (ARN).
      • withFlowArn

        public StartFlowResult withFlowArn(String flowArn)

        The flow's Amazon Resource Name (ARN).

        Parameters:
        flowArn - The flow's Amazon Resource Name (ARN).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFlowStatus

        public void setFlowStatus(String flowStatus)

        Indicates the current status of the flow.

        Parameters:
        flowStatus - Indicates the current status of the flow.
        See Also:
        FlowStatus
      • getFlowStatus

        public String getFlowStatus()

        Indicates the current status of the flow.

        Returns:
        Indicates the current status of the flow.
        See Also:
        FlowStatus
      • withFlowStatus

        public StartFlowResult withFlowStatus(String flowStatus)

        Indicates the current status of the flow.

        Parameters:
        flowStatus - Indicates the current status of the flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FlowStatus
      • withFlowStatus

        public StartFlowResult withFlowStatus(FlowStatus flowStatus)

        Indicates the current status of the flow.

        Parameters:
        flowStatus - Indicates the current status of the flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FlowStatus
      • setExecutionId

        public void setExecutionId(String executionId)

        Returns the internal execution ID of an on-demand flow when the flow is started. For scheduled or event-triggered flows, this value is null.

        Parameters:
        executionId - Returns the internal execution ID of an on-demand flow when the flow is started. For scheduled or event-triggered flows, this value is null.
      • getExecutionId

        public String getExecutionId()

        Returns the internal execution ID of an on-demand flow when the flow is started. For scheduled or event-triggered flows, this value is null.

        Returns:
        Returns the internal execution ID of an on-demand flow when the flow is started. For scheduled or event-triggered flows, this value is null.
      • withExecutionId

        public StartFlowResult withExecutionId(String executionId)

        Returns the internal execution ID of an on-demand flow when the flow is started. For scheduled or event-triggered flows, this value is null.

        Parameters:
        executionId - Returns the internal execution ID of an on-demand flow when the flow is started. For scheduled or event-triggered flows, this value is null.
        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 によって変換されたページ (->オリジナル) /