Struct aws_sdk_s3control::input::create_job_input::Builder[][src]

#[non_exhaustive]
pub struct Builder { /* fields omitted */ }
Expand description

A builder for CreateJobInput

Implementations

The Amazon Web Services account ID that creates the job.

The Amazon Web Services account ID that creates the job.

Indicates whether confirmation is required before Amazon S3 runs the job. Confirmation is only required for jobs created through the Amazon S3 console.

Indicates whether confirmation is required before Amazon S3 runs the job. Confirmation is only required for jobs created through the Amazon S3 console.

The action that you want this job to perform on every object listed in the manifest. For more information about the available actions, see Operations in the Amazon S3 User Guide.

The action that you want this job to perform on every object listed in the manifest. For more information about the available actions, see Operations in the Amazon S3 User Guide.

Configuration parameters for the optional job-completion report.

Configuration parameters for the optional job-completion report.

An idempotency token to ensure that you don't accidentally submit the same request twice. You can use any string up to the maximum length.

An idempotency token to ensure that you don't accidentally submit the same request twice. You can use any string up to the maximum length.

Configuration parameters for the manifest.

Configuration parameters for the manifest.

A description for this job. You can use any string within the permitted length. Descriptions don't need to be unique and can be used for multiple jobs.

A description for this job. You can use any string within the permitted length. Descriptions don't need to be unique and can be used for multiple jobs.

The numerical priority for this job. Higher numbers indicate higher priority.

The numerical priority for this job. Higher numbers indicate higher priority.

The Amazon Resource Name (ARN) for the Identity and Access Management (IAM) role that Batch Operations will use to run this job's action on every object in the manifest.

The Amazon Resource Name (ARN) for the Identity and Access Management (IAM) role that Batch Operations will use to run this job's action on every object in the manifest.

Appends an item to tags.

To override the contents of this collection use set_tags.

A set of tags to associate with the S3 Batch Operations job. This is an optional parameter.

A set of tags to associate with the S3 Batch Operations job. This is an optional parameter.

Consumes the builder and constructs a CreateJobInput

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 ==. Read more

This method tests for !=.

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

Performs the conversion.

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

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

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