Struct aws_sdk_dataexchange::model::data_set_entry::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for DataSetEntry
Implementations
The type of asset that is added to a data set.
The type of asset that is added to a data set.
The date and time that the data set was created, in ISO 8601 format.
The date and time that the data set was created, in ISO 8601 format.
The description for the data set.
The description for the data set.
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.
If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.
The data set ID of the owned data set corresponding to the entitled data set being viewed. This parameter is returned when a data set owner is viewing the entitled copy of its owned data set.
The data set ID of the owned data set corresponding to the entitled data set being viewed. This parameter is returned when a data set owner is viewing the entitled copy of its owned data set.
The date and time that the data set was last updated, in ISO 8601 format.
The date and time that the data set was last updated, in ISO 8601 format.
Consumes the builder and constructs a DataSetEntry
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