Struct aws_sdk_databrew::input::list_jobs_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ListJobsInput
Implementations
The name of a dataset. Using this parameter indicates to return only those jobs that act on the specified dataset.
The name of a dataset. Using this parameter indicates to return only those jobs that act on the specified dataset.
The maximum number of results to return in this request.
The maximum number of results to return in this request.
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.
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.
The name of a project. Using this parameter indicates to return only those jobs that are associated with the specified project.
The name of a project. Using this parameter indicates to return only those jobs that are associated with the specified project.
Consumes the builder and constructs a ListJobsInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more