public static interface GetLoaderJobStatusRequest.Builder extends NeptunedataRequest.Builder, SdkPojo, CopyableBuilder<GetLoaderJobStatusRequest.Builder,GetLoaderJobStatusRequest>
| Modifier and Type | Method and Description |
|---|---|
GetLoaderJobStatusRequest.Builder |
details(Boolean details)
Flag indicating whether or not to include details beyond the overall status (
TRUE or
FALSE; the default is FALSE). |
GetLoaderJobStatusRequest.Builder |
errors(Boolean errors)
Flag indicating whether or not to include a list of errors encountered (
TRUE or
FALSE; the default is FALSE). |
GetLoaderJobStatusRequest.Builder |
errorsPerPage(Integer errorsPerPage)
The number of errors returned in each page (a positive integer; the default is
10). |
GetLoaderJobStatusRequest.Builder |
loadId(String loadId)
The load ID of the load job to get the status of.
|
GetLoaderJobStatusRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetLoaderJobStatusRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetLoaderJobStatusRequest.Builder |
page(Integer page)
The error page number (a positive integer; the default is
1). |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetLoaderJobStatusRequest.Builder loadId(String loadId)
The load ID of the load job to get the status of.
loadId - The load ID of the load job to get the status of.GetLoaderJobStatusRequest.Builder details(Boolean details)
Flag indicating whether or not to include details beyond the overall status (TRUE or
FALSE; the default is FALSE).
details - Flag indicating whether or not to include details beyond the overall status (TRUE or
FALSE; the default is FALSE).GetLoaderJobStatusRequest.Builder errors(Boolean errors)
Flag indicating whether or not to include a list of errors encountered (TRUE or
FALSE; the default is FALSE).
The list of errors is paged. The page and errorsPerPage parameters allow you to
page through all the errors.
errors - Flag indicating whether or not to include a list of errors encountered (TRUE or
FALSE; the default is FALSE).
The list of errors is paged. The page and errorsPerPage parameters allow you
to page through all the errors.
GetLoaderJobStatusRequest.Builder page(Integer page)
The error page number (a positive integer; the default is 1). Only valid when the
errors parameter is set to TRUE.
page - The error page number (a positive integer; the default is 1). Only valid when the
errors parameter is set to TRUE.GetLoaderJobStatusRequest.Builder errorsPerPage(Integer errorsPerPage)
The number of errors returned in each page (a positive integer; the default is 10). Only valid
when the errors parameter set to TRUE.
errorsPerPage - The number of errors returned in each page (a positive integer; the default is 10). Only
valid when the errors parameter set to TRUE.GetLoaderJobStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetLoaderJobStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.