Uses of Interface
software.amazon.awssdk.services.neptunedata.model.GetLoaderJobStatusRequest.Builder
-
Packages that use GetLoaderJobStatusRequest.Builder Package Description software.amazon.awssdk.services.neptunedata Neptune Data API software.amazon.awssdk.services.neptunedata.model -
-
Uses of GetLoaderJobStatusRequest.Builder in software.amazon.awssdk.services.neptunedata
Method parameters in software.amazon.awssdk.services.neptunedata with type arguments of type GetLoaderJobStatusRequest.Builder Modifier and Type Method Description default CompletableFuture<GetLoaderJobStatusResponse>NeptunedataAsyncClient. getLoaderJobStatus(Consumer<GetLoaderJobStatusRequest.Builder> getLoaderJobStatusRequest)Gets status information about a specified load job.default GetLoaderJobStatusResponseNeptunedataClient. getLoaderJobStatus(Consumer<GetLoaderJobStatusRequest.Builder> getLoaderJobStatusRequest)Gets status information about a specified load job. -
Uses of GetLoaderJobStatusRequest.Builder in software.amazon.awssdk.services.neptunedata.model
Methods in software.amazon.awssdk.services.neptunedata.model that return GetLoaderJobStatusRequest.Builder Modifier and Type Method Description static GetLoaderJobStatusRequest.BuilderGetLoaderJobStatusRequest. builder()GetLoaderJobStatusRequest.BuilderGetLoaderJobStatusRequest.Builder. details(Boolean details)Flag indicating whether or not to include details beyond the overall status (TRUEorFALSE; the default isFALSE).GetLoaderJobStatusRequest.BuilderGetLoaderJobStatusRequest.Builder. errors(Boolean errors)Flag indicating whether or not to include a list of errors encountered (TRUEorFALSE; the default isFALSE).GetLoaderJobStatusRequest.BuilderGetLoaderJobStatusRequest.Builder. errorsPerPage(Integer errorsPerPage)The number of errors returned in each page (a positive integer; the default is10).GetLoaderJobStatusRequest.BuilderGetLoaderJobStatusRequest.Builder. loadId(String loadId)The load ID of the load job to get the status of.GetLoaderJobStatusRequest.BuilderGetLoaderJobStatusRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetLoaderJobStatusRequest.BuilderGetLoaderJobStatusRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetLoaderJobStatusRequest.BuilderGetLoaderJobStatusRequest.Builder. page(Integer page)The error page number (a positive integer; the default is1).GetLoaderJobStatusRequest.BuilderGetLoaderJobStatusRequest. toBuilder()Methods in software.amazon.awssdk.services.neptunedata.model that return types with arguments of type GetLoaderJobStatusRequest.Builder Modifier and Type Method Description static Class<? extends GetLoaderJobStatusRequest.Builder>GetLoaderJobStatusRequest. serializableBuilderClass()
-