pub struct Builder { /* private fields */ }
Expand description

A builder for UpdateCrawlerInput.

Implementations§

Name of the new crawler.

Name of the new crawler.

The IAM role or Amazon Resource Name (ARN) of an IAM role that is used by the new crawler to access customer resources.

The IAM role or Amazon Resource Name (ARN) of an IAM role that is used by the new crawler to access customer resources.

The Glue database where results are stored, such as: arn:aws:daylight:us-east-1::database/sometable/*.

The Glue database where results are stored, such as: arn:aws:daylight:us-east-1::database/sometable/*.

A description of the new crawler.

A description of the new crawler.

A list of targets to crawl.

A list of targets to crawl.

A cron expression used to specify the schedule (see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify: cron(15 12 * * ? *).

A cron expression used to specify the schedule (see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify: cron(15 12 * * ? *).

Appends an item to classifiers.

To override the contents of this collection use set_classifiers.

A list of custom classifiers that the user has registered. By default, all built-in classifiers are included in a crawl, but these custom classifiers always override the default classifiers for a given classification.

A list of custom classifiers that the user has registered. By default, all built-in classifiers are included in a crawl, but these custom classifiers always override the default classifiers for a given classification.

The table prefix used for catalog tables that are created.

The table prefix used for catalog tables that are created.

The policy for the crawler's update and deletion behavior.

The policy for the crawler's update and deletion behavior.

A policy that specifies whether to crawl the entire dataset again, or to crawl only folders that were added since the last crawler run.

A policy that specifies whether to crawl the entire dataset again, or to crawl only folders that were added since the last crawler run.

Specifies data lineage configuration settings for the crawler.

Specifies data lineage configuration settings for the crawler.

Specifies Lake Formation configuration settings for the crawler.

Specifies Lake Formation configuration settings for the crawler.

Crawler configuration information. This versioned JSON string allows users to specify aspects of a crawler's behavior. For more information, see Setting crawler configuration options.

Crawler configuration information. This versioned JSON string allows users to specify aspects of a crawler's behavior. For more information, see Setting crawler configuration options.

The name of the SecurityConfiguration structure to be used by this crawler.

The name of the SecurityConfiguration structure to be used by this crawler.

Consumes the builder and constructs a UpdateCrawlerInput.

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used by ==.
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
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