Interface GetLoaderJobStatusRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<GetLoaderJobStatusRequest.Builder,,- GetLoaderJobStatusRequest> - NeptunedataRequest.Builder,- SdkBuilder<GetLoaderJobStatusRequest.Builder,,- GetLoaderJobStatusRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- GetLoaderJobStatusRequest
- 
Method SummaryModifier and TypeMethodDescriptionFlag indicating whether or not to include details beyond the overall status (TRUEorFALSE; the default isFALSE).Flag indicating whether or not to include a list of errors encountered (TRUEorFALSE; the default isFALSE).errorsPerPage(Integer errorsPerPage) The number of errors returned in each page (a positive integer; the default is10).The load ID of the load job to get the status of.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The error page number (a positive integer; the default is1).Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.neptunedata.model.NeptunedataRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
loadIdThe load ID of the load job to get the status of. - Parameters:
- loadId- The load ID of the load job to get the status of.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
detailsFlag indicating whether or not to include details beyond the overall status ( TRUEorFALSE; the default isFALSE).- Parameters:
- details- Flag indicating whether or not to include details beyond the overall status (- TRUEor- FALSE; the default is- FALSE).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
errorsFlag indicating whether or not to include a list of errors encountered ( TRUEorFALSE; the default isFALSE).The list of errors is paged. The pageanderrorsPerPageparameters allow you to page through all the errors.- Parameters:
- errors- Flag indicating whether or not to include a list of errors encountered (- TRUEor- FALSE; the default is- FALSE).- The list of errors is paged. The - pageand- errorsPerPageparameters allow you to page through all the errors.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
pageThe error page number (a positive integer; the default is 1). Only valid when theerrorsparameter is set toTRUE.- Parameters:
- page- The error page number (a positive integer; the default is- 1). Only valid when the- errorsparameter is set to- TRUE.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
errorsPerPageThe number of errors returned in each page (a positive integer; the default is 10). Only valid when theerrorsparameter set toTRUE.- Parameters:
- errorsPerPage- The number of errors returned in each page (a positive integer; the default is- 10). Only valid when the- errorsparameter set to- TRUE.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationGetLoaderJobStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationGetLoaderJobStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-