Interface GetLoaderJobStatusRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetLoaderJobStatusRequest.Builder,GetLoaderJobStatusRequest>,NeptunedataRequest.Builder,SdkBuilder<GetLoaderJobStatusRequest.Builder,GetLoaderJobStatusRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetLoaderJobStatusRequest
public static interface GetLoaderJobStatusRequest.Builder extends NeptunedataRequest.Builder, SdkPojo, CopyableBuilder<GetLoaderJobStatusRequest.Builder,GetLoaderJobStatusRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetLoaderJobStatusRequest.Builderdetails(Boolean details)Flag indicating whether or not to include details beyond the overall status (TRUEorFALSE; the default isFALSE).GetLoaderJobStatusRequest.Buildererrors(Boolean errors)Flag indicating whether or not to include a list of errors encountered (TRUEorFALSE; the default isFALSE).GetLoaderJobStatusRequest.BuildererrorsPerPage(Integer errorsPerPage)The number of errors returned in each page (a positive integer; the default is10).GetLoaderJobStatusRequest.BuilderloadId(String loadId)The load ID of the load job to get the status of.GetLoaderJobStatusRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetLoaderJobStatusRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetLoaderJobStatusRequest.Builderpage(Integer page)The error page number (a positive integer; the default is1).-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.neptunedata.model.NeptunedataRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
loadId
GetLoaderJobStatusRequest.Builder loadId(String loadId)
The 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.
-
details
GetLoaderJobStatusRequest.Builder details(Boolean details)
Flag 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 (TRUEorFALSE; the default isFALSE).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
GetLoaderJobStatusRequest.Builder errors(Boolean errors)
Flag 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 (TRUEorFALSE; the default isFALSE).The list of errors is paged. The
pageanderrorsPerPageparameters allow you to page through all the errors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
page
GetLoaderJobStatusRequest.Builder page(Integer page)
The 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 is1). Only valid when theerrorsparameter is set toTRUE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorsPerPage
GetLoaderJobStatusRequest.Builder errorsPerPage(Integer errorsPerPage)
The 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 is10). Only valid when theerrorsparameter set toTRUE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetLoaderJobStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetLoaderJobStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-