public static interface ListLoaderJobsRequest.Builder extends NeptunedataRequest.Builder, SdkPojo, CopyableBuilder<ListLoaderJobsRequest.Builder,ListLoaderJobsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListLoaderJobsRequest.Builder |
includeQueuedLoads(Boolean includeQueuedLoads)
An optional parameter that can be used to exclude the load IDs of queued load requests when requesting a list
of load IDs by setting the parameter to
FALSE. |
ListLoaderJobsRequest.Builder |
limit(Integer limit)
The number of load IDs to list.
|
ListLoaderJobsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListLoaderJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLoaderJobsRequest.Builder limit(Integer limit)
The number of load IDs to list. Must be a positive integer greater than zero and not more than
100 (which is the default).
limit - The number of load IDs to list. Must be a positive integer greater than zero and not more than
100 (which is the default).ListLoaderJobsRequest.Builder includeQueuedLoads(Boolean includeQueuedLoads)
An optional parameter that can be used to exclude the load IDs of queued load requests when requesting a list
of load IDs by setting the parameter to FALSE. The default value is TRUE.
includeQueuedLoads - An optional parameter that can be used to exclude the load IDs of queued load requests when requesting
a list of load IDs by setting the parameter to FALSE. The default value is
TRUE.ListLoaderJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListLoaderJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.