Struct aws_sdk_s3::model::analytics_export_destination::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for AnalyticsExportDestination
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn s3_bucket_destination(self, input: AnalyticsS3BucketDestination) -> Self
pub fn s3_bucket_destination(self, input: AnalyticsS3BucketDestination) -> Self
A destination signifying output to an S3 bucket.
sourcepub fn set_s3_bucket_destination(
self,
input: Option<AnalyticsS3BucketDestination>
) -> Self
pub fn set_s3_bucket_destination(
self,
input: Option<AnalyticsS3BucketDestination>
) -> Self
A destination signifying output to an S3 bucket.
sourcepub fn build(self) -> AnalyticsExportDestination
pub fn build(self) -> AnalyticsExportDestination
Consumes the builder and constructs a AnalyticsExportDestination
.