| Name | Description | Type | Package | Framework | 
| AbstractTaskletStepBuilder | Base class for step builders that want to build a TaskletStep. | Class | org.springframework.batch.core.step.builder | Spring Batch | 
| FaultTolerantStepBuilder | A step builder for fully fault tolerant chunk-oriented item processing steps. | Class | org.springframework.batch.core.step.builder | Spring Batch | 
| FlowStepBuilder | A step builder for FlowStep instances. | Class | org.springframework.batch.core.step.builder | Spring Batch | 
| JobStepBuilder | A step builder for JobStep instances. | Class | org.springframework.batch.core.step.builder | Spring Batch | 
| PartitionStepBuilder | Step builder for PartitionStep instances. | Class | org.springframework.batch.core.step.builder | Spring Batch | 
| SimpleStepBuilder | Step builder for simple item processing (chunk oriented) steps. | Class | org.springframework.batch.core.step.builder | Spring Batch | 
| StepBuilder | Convenient entry point for building all kinds of steps. | Class | org.springframework.batch.core.step.builder | Spring Batch | 
| StepBuilderException | Utility exception thrown by builders when they encounter unexpected checked exceptions. | Class | org.springframework.batch.core.step.builder | Spring Batch | 
| StepBuilderHelper | A base class and utility for other step builders providing access to common properties like job repository andtransaction manager. | Class | org.springframework.batch.core.step.builder | Spring Batch | 
| StepBuilderHelper .CommonStepProperties | Class | org.springframework.batch.core.step.builder.StepBuilderHelper | Spring Batch | |
| TaskletStepBuilder | Builder for tasklet step based on a custom tasklet (not item oriented). | Class | org.springframework.batch.core.step.builder | Spring Batch |