Struct aws_sdk_s3::types::builders::OwnerBuilder
source · #[non_exhaustive]pub struct OwnerBuilder { /* private fields */ }
Expand description
A builder for Owner
.
Implementations§
source§impl OwnerBuilder
impl OwnerBuilder
sourcepub fn display_name(self, input: impl Into<String>) -> Self
pub fn display_name(self, input: impl Into<String>) -> Self
Container for the display name of the owner. This value is only supported in the following Amazon Web Services Regions:
-
US East (N. Virginia)
-
US West (N. California)
-
US West (Oregon)
-
Asia Pacific (Singapore)
-
Asia Pacific (Sydney)
-
Asia Pacific (Tokyo)
-
Europe (Ireland)
-
South America (São Paulo)
This functionality is not supported for directory buckets.
sourcepub fn set_display_name(self, input: Option<String>) -> Self
pub fn set_display_name(self, input: Option<String>) -> Self
Container for the display name of the owner. This value is only supported in the following Amazon Web Services Regions:
-
US East (N. Virginia)
-
US West (N. California)
-
US West (Oregon)
-
Asia Pacific (Singapore)
-
Asia Pacific (Sydney)
-
Asia Pacific (Tokyo)
-
Europe (Ireland)
-
South America (São Paulo)
This functionality is not supported for directory buckets.
sourcepub fn get_display_name(&self) -> &Option<String>
pub fn get_display_name(&self) -> &Option<String>
Container for the display name of the owner. This value is only supported in the following Amazon Web Services Regions:
-
US East (N. Virginia)
-
US West (N. California)
-
US West (Oregon)
-
Asia Pacific (Singapore)
-
Asia Pacific (Sydney)
-
Asia Pacific (Tokyo)
-
Europe (Ireland)
-
South America (São Paulo)
This functionality is not supported for directory buckets.
Trait Implementations§
source§impl Clone for OwnerBuilder
impl Clone for OwnerBuilder
source§fn clone(&self) -> OwnerBuilder
fn clone(&self) -> OwnerBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for OwnerBuilder
impl Debug for OwnerBuilder
source§impl Default for OwnerBuilder
impl Default for OwnerBuilder
source§fn default() -> OwnerBuilder
fn default() -> OwnerBuilder
source§impl PartialEq for OwnerBuilder
impl PartialEq for OwnerBuilder
impl StructuralPartialEq for OwnerBuilder
Auto Trait Implementations§
impl Freeze for OwnerBuilder
impl RefUnwindSafe for OwnerBuilder
impl Send for OwnerBuilder
impl Sync for OwnerBuilder
impl Unpin for OwnerBuilder
impl UnwindSafe for OwnerBuilder
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)