Struct aws_sdk_robomaker::model::data_source_config::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for DataSourceConfig
Implementations
The S3 bucket where the data files are located.
The S3 bucket where the data files are located.
Appends an item to s3_keys.
To override the contents of this collection use set_s3_keys.
The list of S3 keys identifying the data source files.
The list of S3 keys identifying the data source files.
The data type for the data source that you're using for your container image or simulation job. You can use this field to specify whether your data source is an Archive, an Amazon S3 prefix, or a file.
If you don't specify a field, the default value is File.
The data type for the data source that you're using for your container image or simulation job. You can use this field to specify whether your data source is an Archive, an Amazon S3 prefix, or a file.
If you don't specify a field, the default value is File.
The location where your files are mounted in the container image.
If you've specified the type of the data source as an Archive,
you must provide an Amazon S3 object key to your archive. The object key must point to
either a .zip or .tar.gz file.
If you've specified the type of the data source as a Prefix,
you provide the Amazon S3 prefix that points to the files that you are using for your data
source.
If you've specified the type of the data source as a File, you
provide the Amazon S3 path to the file that you're using as your data source.
The location where your files are mounted in the container image.
If you've specified the type of the data source as an Archive,
you must provide an Amazon S3 object key to your archive. The object key must point to
either a .zip or .tar.gz file.
If you've specified the type of the data source as a Prefix,
you provide the Amazon S3 prefix that points to the files that you are using for your data
source.
If you've specified the type of the data source as a File, you
provide the Amazon S3 path to the file that you're using as your data source.
Consumes the builder and constructs a DataSourceConfig
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