Interface ListLoaderJobsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListLoaderJobsRequest.Builder,ListLoaderJobsRequest>,NeptunedataRequest.Builder,SdkBuilder<ListLoaderJobsRequest.Builder,ListLoaderJobsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListLoaderJobsRequest
public static interface ListLoaderJobsRequest.Builder extends NeptunedataRequest.Builder, SdkPojo, CopyableBuilder<ListLoaderJobsRequest.Builder,ListLoaderJobsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListLoaderJobsRequest.BuilderincludeQueuedLoads(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 toFALSE.ListLoaderJobsRequest.Builderlimit(Integer limit)The number of load IDs to list.ListLoaderJobsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListLoaderJobsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
-
limit
ListLoaderJobsRequest.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).- Parameters:
limit- The number of load IDs to list. Must be a positive integer greater than zero and not more than100(which is the default).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeQueuedLoads
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 isTRUE.- Parameters:
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 toFALSE. The default value isTRUE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListLoaderJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListLoaderJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-