Interface GetWorkUnitsRequest.Builder

  • Method Details

    • nextToken

      GetWorkUnitsRequest.Builder nextToken(String nextToken)

      A continuation token, if this is a continuation call.

      Parameters:
      nextToken - A continuation token, if this is a continuation call.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pageSize

      The size of each page to get in the Amazon Web Services service call. This does not affect the number of items returned in the command's output. Setting a smaller page size results in more calls to the Amazon Web Services service, retrieving fewer items in each call. This can help prevent the Amazon Web Services service calls from timing out.

      Parameters:
      pageSize - The size of each page to get in the Amazon Web Services service call. This does not affect the number of items returned in the command's output. Setting a smaller page size results in more calls to the Amazon Web Services service, retrieving fewer items in each call. This can help prevent the Amazon Web Services service calls from timing out.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • queryId

      The ID of the plan query operation.

      Parameters:
      queryId - The ID of the plan query operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      GetWorkUnitsRequest.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.