pub struct MetadataDestinationBuilder { /* private fields */ }Expand description
Builder for the metadata destination of Bucket Metadataconfiguration
See https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-s3-bucket-metadatadestination.html
Implementations§
Source§impl MetadataDestinationBuilder
impl MetadataDestinationBuilder
pub fn new(table_bucket_type: TableBucketType) -> Self
pub fn table_bucket_arn(self, table_bucket_arn: Value) -> Self
pub fn table_namespace<T: Into<String>>(self, table_namespace: T) -> Self
pub fn build(self) -> MetadataDestination
Auto Trait Implementations§
impl Freeze for MetadataDestinationBuilder
impl RefUnwindSafe for MetadataDestinationBuilder
impl Send for MetadataDestinationBuilder
impl Sync for MetadataDestinationBuilder
impl Unpin for MetadataDestinationBuilder
impl UnwindSafe for MetadataDestinationBuilder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more