Uses of Interface
software.amazon.awssdk.services.m2.model.StartBatchJobRequest.Builder
-
Packages that use StartBatchJobRequest.Builder Package Description software.amazon.awssdk.services.m2 Amazon Web Services Mainframe Modernization provides tools and resources to help you plan and implement migration and modernization from mainframes to Amazon Web Services managed runtime environments.software.amazon.awssdk.services.m2.model -
-
Uses of StartBatchJobRequest.Builder in software.amazon.awssdk.services.m2
Method parameters in software.amazon.awssdk.services.m2 with type arguments of type StartBatchJobRequest.Builder Modifier and Type Method Description default CompletableFuture<StartBatchJobResponse>M2AsyncClient. startBatchJob(Consumer<StartBatchJobRequest.Builder> startBatchJobRequest)Starts a batch job and returns the unique identifier of this execution of the batch job.default StartBatchJobResponseM2Client. startBatchJob(Consumer<StartBatchJobRequest.Builder> startBatchJobRequest)Starts a batch job and returns the unique identifier of this execution of the batch job. -
Uses of StartBatchJobRequest.Builder in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return StartBatchJobRequest.Builder Modifier and Type Method Description StartBatchJobRequest.BuilderStartBatchJobRequest.Builder. applicationId(String applicationId)The unique identifier of the application associated with this batch job.default StartBatchJobRequest.BuilderStartBatchJobRequest.Builder. batchJobIdentifier(Consumer<BatchJobIdentifier.Builder> batchJobIdentifier)The unique identifier of the batch job.StartBatchJobRequest.BuilderStartBatchJobRequest.Builder. batchJobIdentifier(BatchJobIdentifier batchJobIdentifier)The unique identifier of the batch job.static StartBatchJobRequest.BuilderStartBatchJobRequest. builder()StartBatchJobRequest.BuilderStartBatchJobRequest.Builder. jobParams(Map<String,String> jobParams)The collection of batch job parameters.StartBatchJobRequest.BuilderStartBatchJobRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartBatchJobRequest.BuilderStartBatchJobRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartBatchJobRequest.BuilderStartBatchJobRequest. toBuilder()Methods in software.amazon.awssdk.services.m2.model that return types with arguments of type StartBatchJobRequest.Builder Modifier and Type Method Description static Class<? extends StartBatchJobRequest.Builder>StartBatchJobRequest. serializableBuilderClass()
-