Uses of Interface
software.amazon.awssdk.services.neptunedata.model.StartLoaderJobResponse.Builder
-
Packages that use StartLoaderJobResponse.Builder Package Description software.amazon.awssdk.services.neptunedata.model -
-
Uses of StartLoaderJobResponse.Builder in software.amazon.awssdk.services.neptunedata.model
Methods in software.amazon.awssdk.services.neptunedata.model that return StartLoaderJobResponse.Builder Modifier and Type Method Description static StartLoaderJobResponse.BuilderStartLoaderJobResponse. builder()StartLoaderJobResponse.BuilderStartLoaderJobResponse.Builder. payload(Map<String,String> payload)Contains aloadIdname-value pair that provides an identifier for the load operation.StartLoaderJobResponse.BuilderStartLoaderJobResponse.Builder. status(String status)The HTTP return code indicating the status of the load job.StartLoaderJobResponse.BuilderStartLoaderJobResponse. toBuilder()Methods in software.amazon.awssdk.services.neptunedata.model that return types with arguments of type StartLoaderJobResponse.Builder Modifier and Type Method Description static Class<? extends StartLoaderJobResponse.Builder>StartLoaderJobResponse. serializableBuilderClass()
-