| ConfirmationInputSpec | ConfirmationInputSpec. next(Function<ConfirmationInput.ConfirmationInputContext,String> next)Define a function which may return id of a next component to go. | 
| ConfirmationInputSpec | BaseConfirmationInput. next(Function<ConfirmationInput.ConfirmationInputContext,String> next) | 
| ConfirmationInputSpec | ConfirmationInputSpec. postHandler(Consumer<ConfirmationInput.ConfirmationInputContext> handler)Adds a post-run context handler. | 
| ConfirmationInputSpec | BaseConfirmationInput. postHandler(Consumer<ConfirmationInput.ConfirmationInputContext> handler) | 
| ConfirmationInputSpec | ConfirmationInputSpec. preHandler(Consumer<ConfirmationInput.ConfirmationInputContext> handler)Adds a pre-run context handler. | 
| ConfirmationInputSpec | BaseConfirmationInput. preHandler(Consumer<ConfirmationInput.ConfirmationInputContext> handler) | 
| ConfirmationInputSpec | ConfirmationInputSpec. renderer(Function<ConfirmationInput.ConfirmationInputContext,List<org.jline.utils.AttributedString>> renderer)Sets a renderer function. | 
| ConfirmationInputSpec | BaseConfirmationInput. renderer(Function<ConfirmationInput.ConfirmationInputContext,List<org.jline.utils.AttributedString>> renderer) |