Uses of Interface
software.amazon.awssdk.services.m2.model.StartBatchJobResponse.Builder
-
Packages that use StartBatchJobResponse.Builder Package Description software.amazon.awssdk.services.m2.model -
-
Uses of StartBatchJobResponse.Builder in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return StartBatchJobResponse.Builder Modifier and Type Method Description static StartBatchJobResponse.BuilderStartBatchJobResponse. builder()StartBatchJobResponse.BuilderStartBatchJobResponse.Builder. executionId(String executionId)The unique identifier of this execution of the batch job.StartBatchJobResponse.BuilderStartBatchJobResponse. toBuilder()Methods in software.amazon.awssdk.services.m2.model that return types with arguments of type StartBatchJobResponse.Builder Modifier and Type Method Description static Class<? extends StartBatchJobResponse.Builder>StartBatchJobResponse. serializableBuilderClass()
-