#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for CreateDatasetExportJobInput
Implementations
The name for the dataset export job.
The Amazon Resource Name (ARN) of the dataset that contains the data to export.
The Amazon Resource Name (ARN) of the dataset that contains the data to export.
The data to export, based on how you imported the data. You can choose to export only BULK data that you imported using a dataset import job, only PUT data that you imported incrementally (using the console, PutEvents, PutUsers and PutItems operations), or ALL for both types. The default value is PUT.
The data to export, based on how you imported the data. You can choose to export only BULK data that you imported using a dataset import job, only PUT data that you imported incrementally (using the console, PutEvents, PutUsers and PutItems operations), or ALL for both types. The default value is PUT.
The Amazon Resource Name (ARN) of the IAM service role that has permissions to add data to your output Amazon S3 bucket.
The Amazon Resource Name (ARN) of the IAM service role that has permissions to add data to your output Amazon S3 bucket.
The path to the Amazon S3 bucket where the job's output is stored.
The path to the Amazon S3 bucket where the job's output is stored.
Consumes the builder and constructs a CreateDatasetExportJobInput
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