Class DescribeFlowDefinitionResponse

    • Method Detail

      • flowDefinitionArn

        public final String flowDefinitionArn()

        The Amazon Resource Name (ARN) of the flow defintion.

        Returns:
        The Amazon Resource Name (ARN) of the flow defintion.
      • flowDefinitionName

        public final String flowDefinitionName()

        The Amazon Resource Name (ARN) of the flow definition.

        Returns:
        The Amazon Resource Name (ARN) of the flow definition.
      • flowDefinitionStatusAsString

        public final String flowDefinitionStatusAsString()

        The status of the flow definition. Valid values are listed below.

        If the service returns an enum value that is not available in the current SDK version, flowDefinitionStatus will return FlowDefinitionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from flowDefinitionStatusAsString().

        Returns:
        The status of the flow definition. Valid values are listed below.
        See Also:
        FlowDefinitionStatus
      • creationTime

        public final Instant creationTime()

        The timestamp when the flow definition was created.

        Returns:
        The timestamp when the flow definition was created.
      • humanLoopRequestSource

        public final HumanLoopRequestSource humanLoopRequestSource()

        Container for configuring the source of human task requests. Used to specify if Amazon Rekognition or Amazon Textract is used as an integration source.

        Returns:
        Container for configuring the source of human task requests. Used to specify if Amazon Rekognition or Amazon Textract is used as an integration source.
      • humanLoopActivationConfig

        public final HumanLoopActivationConfig humanLoopActivationConfig()

        An object containing information about what triggers a human review workflow.

        Returns:
        An object containing information about what triggers a human review workflow.
      • humanLoopConfig

        public final HumanLoopConfig humanLoopConfig()

        An object containing information about who works on the task, the workforce task price, and other task details.

        Returns:
        An object containing information about who works on the task, the workforce task price, and other task details.
      • outputConfig

        public final FlowDefinitionOutputConfig outputConfig()

        An object containing information about the output file.

        Returns:
        An object containing information about the output file.
      • roleArn

        public final String roleArn()

        The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) execution role for the flow definition.

        Returns:
        The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) execution role for the flow definition.
      • failureReason

        public final String failureReason()

        The reason your flow definition failed.

        Returns:
        The reason your flow definition failed.
      • 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