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 Details

    • 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 than 100 (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 is TRUE.

      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.
    • overrideConfiguration

      ListLoaderJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.