Struct aws_sdk_mediapackage::model::s3_destination::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for S3Destination
Implementations
The name of an S3 bucket within which harvested content will be exported
The name of an S3 bucket within which harvested content will be exported
The key in the specified S3 bucket where the harvested top-level manifest will be placed.
The key in the specified S3 bucket where the harvested top-level manifest will be placed.
The IAM role used to write to the specified S3 bucket
The IAM role used to write to the specified S3 bucket
Consumes the builder and constructs a S3Destination
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