Uses of Class
step.functions.io.OutputBuilder
Packages that use OutputBuilder
-
Uses of OutputBuilder in step.functions.io
Methods in step.functions.io that return OutputBuilderModifier and TypeMethodDescriptionAdds an output attribute If the object contains a mapping for the specified name, this method replaces the old value with the specified value.Adds an output attribute If the object contains a mapping for the specified name, this method replaces the old value with the specified value.Adds an output attribute If the object contains a mapping for the specified name, this method replaces the old value with the specified value.Adds an output attribute If the object contains a mapping for the specified name, this method replaces the old value with the specified value.Adds an output attribute If the object contains a mapping for the specified name, this method replaces the old value with the specified value.OutputBuilder.appendError
(String technicalError) Appends a technical error message.OutputBuilder.setBusinessError
(String businessError) Reports a business error.Reports a technical error.Reports a technical error and appends the exception causing this error as attachment -
Uses of OutputBuilder in step.handlers.javahandler
Fields in step.handlers.javahandler declared as OutputBuilderMethods in step.handlers.javahandler that return OutputBuilderMethods in step.handlers.javahandler with parameters of type OutputBuilderModifier and TypeMethodDescriptionvoid
AbstractKeyword.setOutputBuilder
(OutputBuilder outputBuilder)