Interface UnknownNodeOutputFlowValidationDetails.Builder

All Superinterfaces:
Buildable, CopyableBuilder<UnknownNodeOutputFlowValidationDetails.Builder,UnknownNodeOutputFlowValidationDetails>, SdkBuilder<UnknownNodeOutputFlowValidationDetails.Builder,UnknownNodeOutputFlowValidationDetails>, SdkPojo
Enclosing class:
UnknownNodeOutputFlowValidationDetails

@Mutable @NotThreadSafe public static interface UnknownNodeOutputFlowValidationDetails.Builder extends SdkPojo, CopyableBuilder<UnknownNodeOutputFlowValidationDetails.Builder,UnknownNodeOutputFlowValidationDetails>
  • Method Details

    • node

      The name of the node with the unknown output.

      Parameters:
      node - The name of the node with the unknown output.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • output

      The name of the unknown output.

      Parameters:
      output - The name of the unknown output.
      Returns:
      Returns a reference to this object so that method calls can be chained together.