Enum FlowValidationType

java.lang.Object
java.lang.Enum<FlowValidationType>
software.amazon.awssdk.services.bedrockagent.model.FlowValidationType
All Implemented Interfaces:
Serializable, Comparable<FlowValidationType>

@Generated("software.amazon.awssdk:codegen") public enum FlowValidationType extends Enum<FlowValidationType>
  • Enum Constant Details

    • CYCLIC_CONNECTION

      public static final FlowValidationType CYCLIC_CONNECTION
    • DUPLICATE_CONNECTIONS

      public static final FlowValidationType DUPLICATE_CONNECTIONS
    • DUPLICATE_CONDITION_EXPRESSION

      public static final FlowValidationType DUPLICATE_CONDITION_EXPRESSION
    • UNREACHABLE_NODE

      public static final FlowValidationType UNREACHABLE_NODE
    • UNKNOWN_CONNECTION_SOURCE

      public static final FlowValidationType UNKNOWN_CONNECTION_SOURCE
    • UNKNOWN_CONNECTION_SOURCE_OUTPUT

      public static final FlowValidationType UNKNOWN_CONNECTION_SOURCE_OUTPUT
    • UNKNOWN_CONNECTION_TARGET

      public static final FlowValidationType UNKNOWN_CONNECTION_TARGET
    • UNKNOWN_CONNECTION_TARGET_INPUT

      public static final FlowValidationType UNKNOWN_CONNECTION_TARGET_INPUT
    • UNKNOWN_CONNECTION_CONDITION

      public static final FlowValidationType UNKNOWN_CONNECTION_CONDITION
    • MALFORMED_CONDITION_EXPRESSION

      public static final FlowValidationType MALFORMED_CONDITION_EXPRESSION
    • MALFORMED_NODE_INPUT_EXPRESSION

      public static final FlowValidationType MALFORMED_NODE_INPUT_EXPRESSION
    • MISMATCHED_NODE_INPUT_TYPE

      public static final FlowValidationType MISMATCHED_NODE_INPUT_TYPE
    • MISMATCHED_NODE_OUTPUT_TYPE

      public static final FlowValidationType MISMATCHED_NODE_OUTPUT_TYPE
    • INCOMPATIBLE_CONNECTION_DATA_TYPE

      public static final FlowValidationType INCOMPATIBLE_CONNECTION_DATA_TYPE
    • MISSING_CONNECTION_CONFIGURATION

      public static final FlowValidationType MISSING_CONNECTION_CONFIGURATION
    • MISSING_DEFAULT_CONDITION

      public static final FlowValidationType MISSING_DEFAULT_CONDITION
    • MISSING_ENDING_NODES

      public static final FlowValidationType MISSING_ENDING_NODES
    • MISSING_NODE_CONFIGURATION

      public static final FlowValidationType MISSING_NODE_CONFIGURATION
    • MISSING_NODE_INPUT

      public static final FlowValidationType MISSING_NODE_INPUT
    • MISSING_NODE_OUTPUT

      public static final FlowValidationType MISSING_NODE_OUTPUT
    • MISSING_STARTING_NODES

      public static final FlowValidationType MISSING_STARTING_NODES
    • MULTIPLE_NODE_INPUT_CONNECTIONS

      public static final FlowValidationType MULTIPLE_NODE_INPUT_CONNECTIONS
    • UNFULFILLED_NODE_INPUT

      public static final FlowValidationType UNFULFILLED_NODE_INPUT
    • UNSATISFIED_CONNECTION_CONDITIONS

      public static final FlowValidationType UNSATISFIED_CONNECTION_CONDITIONS
    • UNSPECIFIED

      public static final FlowValidationType UNSPECIFIED
    • UNKNOWN_NODE_INPUT

      public static final FlowValidationType UNKNOWN_NODE_INPUT
    • UNKNOWN_NODE_OUTPUT

      public static final FlowValidationType UNKNOWN_NODE_OUTPUT
    • MISSING_LOOP_INPUT_NODE

      public static final FlowValidationType MISSING_LOOP_INPUT_NODE
    • MISSING_LOOP_CONTROLLER_NODE

      public static final FlowValidationType MISSING_LOOP_CONTROLLER_NODE
    • MULTIPLE_LOOP_INPUT_NODES

      public static final FlowValidationType MULTIPLE_LOOP_INPUT_NODES
    • MULTIPLE_LOOP_CONTROLLER_NODES

      public static final FlowValidationType MULTIPLE_LOOP_CONTROLLER_NODES
    • LOOP_INCOMPATIBLE_NODE_TYPE

      public static final FlowValidationType LOOP_INCOMPATIBLE_NODE_TYPE
    • INVALID_LOOP_BOUNDARY

      public static final FlowValidationType INVALID_LOOP_BOUNDARY
    • UNKNOWN_TO_SDK_VERSION

      public static final FlowValidationType UNKNOWN_TO_SDK_VERSION
  • Method Details

    • values

      public static FlowValidationType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static FlowValidationType valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • toString

      public String toString()
      Overrides:
      toString in class Enum<FlowValidationType>
    • fromValue

      public static FlowValidationType fromValue(String value)
      Use this in place of valueOf to convert the raw string returned by the service into the enum value.
      Parameters:
      value - real value
      Returns:
      FlowValidationType corresponding to the value
    • knownValues

      public static Set<FlowValidationType> knownValues()
      Use this in place of values() to return a Set of all values known to the SDK. This will return all known enum values except UNKNOWN_TO_SDK_VERSION.
      Returns:
      a Set of known FlowValidationTypes