Struct aws_sdk_mediapackage::model::s3_destination::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for S3Destination
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn bucket_name(self, input: impl Into<String>) -> Self
pub fn bucket_name(self, input: impl Into<String>) -> Self
The name of an S3 bucket within which harvested content will be exported
sourcepub fn set_bucket_name(self, input: Option<String>) -> Self
pub fn set_bucket_name(self, input: Option<String>) -> Self
The name of an S3 bucket within which harvested content will be exported
sourcepub fn manifest_key(self, input: impl Into<String>) -> Self
pub fn manifest_key(self, input: impl Into<String>) -> Self
The key in the specified S3 bucket where the harvested top-level manifest will be placed.
sourcepub fn set_manifest_key(self, input: Option<String>) -> Self
pub fn set_manifest_key(self, input: Option<String>) -> Self
The key in the specified S3 bucket where the harvested top-level manifest will be placed.
sourcepub fn role_arn(self, input: impl Into<String>) -> Self
pub fn role_arn(self, input: impl Into<String>) -> Self
The IAM role used to write to the specified S3 bucket
sourcepub fn set_role_arn(self, input: Option<String>) -> Self
pub fn set_role_arn(self, input: Option<String>) -> Self
The IAM role used to write to the specified S3 bucket
sourcepub fn build(self) -> S3Destination
pub fn build(self) -> S3Destination
Consumes the builder and constructs a S3Destination
.