Struct aws_sdk_kafka::types::builders::S3Builder
source · #[non_exhaustive]pub struct S3Builder { /* private fields */ }
Expand description
A builder for S3
.
Implementations§
source§impl S3Builder
impl S3Builder
pub fn bucket(self, input: impl Into<String>) -> Self
pub fn set_bucket(self, input: Option<String>) -> Self
pub fn enabled(self, input: bool) -> Self
pub fn set_enabled(self, input: Option<bool>) -> Self
pub fn prefix(self, input: impl Into<String>) -> Self
pub fn set_prefix(self, input: Option<String>) -> Self
Trait Implementations§
source§impl PartialEq<S3Builder> for S3Builder
impl PartialEq<S3Builder> for S3Builder
impl StructuralPartialEq for S3Builder
Auto Trait Implementations§
impl RefUnwindSafe for S3Builder
impl Send for S3Builder
impl Sync for S3Builder
impl Unpin for S3Builder
impl UnwindSafe for S3Builder
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