Interface ListBatchJobDefinitionsRequest.Builder

  • Method Details

    • applicationId

      ListBatchJobDefinitionsRequest.Builder applicationId(String applicationId)

      The identifier of the application.

      Parameters:
      applicationId - The identifier of the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The maximum number of batch job definitions to return.

      Parameters:
      maxResults - The maximum number of batch job definitions to return.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter.

      Parameters:
      nextToken - A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • prefix

      If the batch job definition is a FileBatchJobDefinition, the prefix allows you to search on the file names of FileBatchJobDefinitions.

      Parameters:
      prefix - If the batch job definition is a FileBatchJobDefinition, the prefix allows you to search on the file names of FileBatchJobDefinitions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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