Struct aws_sdk_appfabric::types::builders::S3BucketBuilder
source · #[non_exhaustive]pub struct S3BucketBuilder { /* private fields */ }Expand description
A builder for S3Bucket.
Implementations§
source§impl S3BucketBuilder
impl S3BucketBuilder
sourcepub fn bucket_name(self, input: impl Into<String>) -> Self
pub fn bucket_name(self, input: impl Into<String>) -> Self
The name of the Amazon S3 bucket.
sourcepub fn set_bucket_name(self, input: Option<String>) -> Self
pub fn set_bucket_name(self, input: Option<String>) -> Self
The name of the Amazon S3 bucket.
sourcepub fn get_bucket_name(&self) -> &Option<String>
pub fn get_bucket_name(&self) -> &Option<String>
The name of the Amazon S3 bucket.
sourcepub fn set_prefix(self, input: Option<String>) -> Self
pub fn set_prefix(self, input: Option<String>) -> Self
The object key to use.
sourcepub fn get_prefix(&self) -> &Option<String>
pub fn get_prefix(&self) -> &Option<String>
The object key to use.
Trait Implementations§
source§impl Clone for S3BucketBuilder
impl Clone for S3BucketBuilder
source§fn clone(&self) -> S3BucketBuilder
fn clone(&self) -> S3BucketBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for S3BucketBuilder
impl Debug for S3BucketBuilder
source§impl Default for S3BucketBuilder
impl Default for S3BucketBuilder
source§fn default() -> S3BucketBuilder
fn default() -> S3BucketBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<S3BucketBuilder> for S3BucketBuilder
impl PartialEq<S3BucketBuilder> for S3BucketBuilder
source§fn eq(&self, other: &S3BucketBuilder) -> bool
fn eq(&self, other: &S3BucketBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for S3BucketBuilder
Auto Trait Implementations§
impl RefUnwindSafe for S3BucketBuilder
impl Send for S3BucketBuilder
impl Sync for S3BucketBuilder
impl Unpin for S3BucketBuilder
impl UnwindSafe for S3BucketBuilder
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