Interface FlowNodeInput.Builder

  • Method Details

    • expression

      FlowNodeInput.Builder expression(String expression)

      An expression that formats the input for the node. For an explanation of how to create expressions, see Expressions in Prompt flows in Amazon Bedrock.

      Parameters:
      expression - An expression that formats the input for the node. For an explanation of how to create expressions, see Expressions in Prompt flows in Amazon Bedrock.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      A name for the input that you can reference.

      Parameters:
      name - A name for the input that you can reference.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The data type of the input. If the input doesn't match this type at runtime, a validation error will be thrown.

      Parameters:
      type - The data type of the input. If the input doesn't match this type at runtime, a validation error will be thrown.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The data type of the input. If the input doesn't match this type at runtime, a validation error will be thrown.

      Parameters:
      type - The data type of the input. If the input doesn't match this type at runtime, a validation error will be thrown.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: