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 Summary
Modifier and TypeMethodDescriptionFlag indicating whether or not to include details beyond the overall status (TRUE
orFALSE
; the default isFALSE
).Flag indicating whether or not to include a list of errors encountered (TRUE
orFALSE
; 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.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 Details
-
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
Flag indicating whether or not to include details beyond the overall status (
TRUE
orFALSE
; the default isFALSE
).- Parameters:
details
- Flag indicating whether or not to include details beyond the overall status (TRUE
orFALSE
; the default isFALSE
).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
Flag indicating whether or not to include a list of errors encountered (
TRUE
orFALSE
; the default isFALSE
).The list of errors is paged. The
page
anderrorsPerPage
parameters allow you to page through all the errors.- Parameters:
errors
- Flag indicating whether or not to include a list of errors encountered (TRUE
orFALSE
; the default isFALSE
).The list of errors is paged. The
page
anderrorsPerPage
parameters allow you to page through all the errors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
page
The error page number (a positive integer; the default is
1
). Only valid when theerrors
parameter is set toTRUE
.- Parameters:
page
- The error page number (a positive integer; the default is1
). Only valid when theerrors
parameter is set toTRUE
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorsPerPage
The number of errors returned in each page (a positive integer; the default is
10
). Only valid when theerrors
parameter set toTRUE
.- Parameters:
errorsPerPage
- The number of errors returned in each page (a positive integer; the default is10
). Only valid when theerrors
parameter set toTRUE
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetLoaderJobStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetLoaderJobStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-