BatchStepInput.Builder |
BatchStepInput.Builder.batchJobName(String batchJobName) |
The batch job name of the batch step input.
|
BatchStepInput.Builder |
BatchStepInput.Builder.batchJobParameters(Map<String,String> batchJobParameters) |
The batch job parameters of the batch step input.
|
static BatchStepInput.Builder |
BatchStepInput.builder() |
|
BatchStepInput.Builder |
BatchStepInput.Builder.exportDataSetNames(String... exportDataSetNames) |
The export data set names of the batch step input.
|
BatchStepInput.Builder |
BatchStepInput.Builder.exportDataSetNames(Collection<String> exportDataSetNames) |
The export data set names of the batch step input.
|
default BatchStepInput.Builder |
BatchStepInput.Builder.properties(Consumer<MainframeActionProperties.Builder> properties) |
The properties of the batch step input.
|
BatchStepInput.Builder |
BatchStepInput.Builder.properties(MainframeActionProperties properties) |
The properties of the batch step input.
|
default BatchStepInput.Builder |
BatchStepInput.Builder.resource(Consumer<MainframeResourceSummary.Builder> resource) |
The resource of the batch step input.
|
BatchStepInput.Builder |
BatchStepInput.Builder.resource(MainframeResourceSummary resource) |
The resource of the batch step input.
|
BatchStepInput.Builder |
BatchStepInput.toBuilder() |
|