Interface ListBatchJobDefinitionsResponse.Builder

    • Method Detail

      • batchJobDefinitions

        ListBatchJobDefinitionsResponse.Builder batchJobDefinitions​(BatchJobDefinition... batchJobDefinitions)

        The list of batch job definitions.

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

        ListBatchJobDefinitionsResponse.Builder nextToken​(String nextToken)

        If there are more items to return, this contains a token that is passed to a subsequent call to this operation to retrieve the next set of items.

        Parameters:
        nextToken - If there are more items to return, this contains a token that is passed to a subsequent call to this operation to retrieve the next set of items.
        Returns:
        Returns a reference to this object so that method calls can be chained together.