public static interface ListJobsRequest.Builder extends DataBrewRequest.Builder, SdkPojo, CopyableBuilder<ListJobsRequest.Builder,ListJobsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListJobsRequest.Builder |
datasetName(String datasetName)
The name of a dataset.
|
ListJobsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in this request.
|
ListJobsRequest.Builder |
nextToken(String nextToken)
A token generated by DataBrew that specifies where to continue pagination if a previous request was
truncated.
|
ListJobsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListJobsRequest.Builder |
projectName(String projectName)
The name of a project.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListJobsRequest.Builder datasetName(String datasetName)
The name of a dataset. Using this parameter indicates to return only those jobs that act on the specified dataset.
datasetName - The name of a dataset. Using this parameter indicates to return only those jobs that act on the
specified dataset.ListJobsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in this request.
maxResults - The maximum number of results to return in this request.ListJobsRequest.Builder nextToken(String nextToken)
A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated. To get the next set of pages, pass in the NextToken value from the response object of the previous page call.
nextToken - A token generated by DataBrew that specifies where to continue pagination if a previous request was
truncated. To get the next set of pages, pass in the NextToken value from the response object of the
previous page call.ListJobsRequest.Builder projectName(String projectName)
The name of a project. Using this parameter indicates to return only those jobs that are associated with the specified project.
projectName - The name of a project. Using this parameter indicates to return only those jobs that are associated
with the specified project.ListJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.