Struct aws_sdk_s3::model::inventory_destination::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for InventoryDestination
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn s3_bucket_destination(self, input: InventoryS3BucketDestination) -> Self
pub fn s3_bucket_destination(self, input: InventoryS3BucketDestination) -> Self
Contains the bucket name, file format, bucket owner (optional), and prefix (optional) where inventory results are published.
sourcepub fn set_s3_bucket_destination(
self,
input: Option<InventoryS3BucketDestination>
) -> Self
pub fn set_s3_bucket_destination(
self,
input: Option<InventoryS3BucketDestination>
) -> Self
Contains the bucket name, file format, bucket owner (optional), and prefix (optional) where inventory results are published.
sourcepub fn build(self) -> InventoryDestination
pub fn build(self) -> InventoryDestination
Consumes the builder and constructs a InventoryDestination
.