Struct aws_sdk_dataexchange::input::create_data_set_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for CreateDataSetInput
Implementations
The type of asset that is added to a data set.
The type of asset that is added to a data set.
A description for the data set. This value can be up to 16,348 characters long.
A description for the data set. This value can be up to 16,348 characters long.
Adds a key-value pair to tags.
To override the contents of this collection use set_tags.
A data set tag is an optional label that you can assign to a data set when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to these data sets and revisions.
A data set tag is an optional label that you can assign to a data set when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to these data sets and revisions.
Consumes the builder and constructs a CreateDataSetInput
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