Interface ListLoaderJobsRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ListLoaderJobsRequest.Builder,,- ListLoaderJobsRequest> - NeptunedataRequest.Builder,- SdkBuilder<ListLoaderJobsRequest.Builder,,- ListLoaderJobsRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListLoaderJobsRequest
@Mutable
@NotThreadSafe
public static interface ListLoaderJobsRequest.Builder
extends NeptunedataRequest.Builder, SdkPojo, CopyableBuilder<ListLoaderJobsRequest.Builder,ListLoaderJobsRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionincludeQueuedLoads(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.The number of load IDs to list.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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- 
limitThe 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 than- 100(which is the default).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
includeQueuedLoadsAn 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 to- FALSE. The default value is- TRUE.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationListLoaderJobsRequest.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.
 
- 
overrideConfigurationListLoaderJobsRequest.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.
 
 
-