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)
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)
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)
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
source§fn eq(&self, other: &OwnerBuilder) -> bool
fn eq(&self, other: &OwnerBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.