Struct aws_sdk_s3outposts::types::builders::OutpostBuilder
source · #[non_exhaustive]pub struct OutpostBuilder { /* private fields */ }Expand description
A builder for Outpost.
Implementations§
source§impl OutpostBuilder
impl OutpostBuilder
sourcepub fn outpost_arn(self, input: impl Into<String>) -> Self
pub fn outpost_arn(self, input: impl Into<String>) -> Self
Specifies the unique Amazon Resource Name (ARN) for the outpost.
sourcepub fn set_outpost_arn(self, input: Option<String>) -> Self
pub fn set_outpost_arn(self, input: Option<String>) -> Self
Specifies the unique Amazon Resource Name (ARN) for the outpost.
sourcepub fn get_outpost_arn(&self) -> &Option<String>
pub fn get_outpost_arn(&self) -> &Option<String>
Specifies the unique Amazon Resource Name (ARN) for the outpost.
sourcepub fn s3_outpost_arn(self, input: impl Into<String>) -> Self
pub fn s3_outpost_arn(self, input: impl Into<String>) -> Self
Specifies the unique S3 on Outposts ARN for use with Resource Access Manager (RAM).
sourcepub fn set_s3_outpost_arn(self, input: Option<String>) -> Self
pub fn set_s3_outpost_arn(self, input: Option<String>) -> Self
Specifies the unique S3 on Outposts ARN for use with Resource Access Manager (RAM).
sourcepub fn get_s3_outpost_arn(&self) -> &Option<String>
pub fn get_s3_outpost_arn(&self) -> &Option<String>
Specifies the unique S3 on Outposts ARN for use with Resource Access Manager (RAM).
sourcepub fn outpost_id(self, input: impl Into<String>) -> Self
pub fn outpost_id(self, input: impl Into<String>) -> Self
Specifies the unique identifier for the outpost.
sourcepub fn set_outpost_id(self, input: Option<String>) -> Self
pub fn set_outpost_id(self, input: Option<String>) -> Self
Specifies the unique identifier for the outpost.
sourcepub fn get_outpost_id(&self) -> &Option<String>
pub fn get_outpost_id(&self) -> &Option<String>
Specifies the unique identifier for the outpost.
sourcepub fn owner_id(self, input: impl Into<String>) -> Self
pub fn owner_id(self, input: impl Into<String>) -> Self
Returns the Amazon Web Services account ID of the outpost owner. Useful for comparing owned versus shared outposts.
sourcepub fn set_owner_id(self, input: Option<String>) -> Self
pub fn set_owner_id(self, input: Option<String>) -> Self
Returns the Amazon Web Services account ID of the outpost owner. Useful for comparing owned versus shared outposts.
sourcepub fn get_owner_id(&self) -> &Option<String>
pub fn get_owner_id(&self) -> &Option<String>
Returns the Amazon Web Services account ID of the outpost owner. Useful for comparing owned versus shared outposts.
sourcepub fn capacity_in_bytes(self, input: i64) -> Self
pub fn capacity_in_bytes(self, input: i64) -> Self
The Amazon S3 capacity of the outpost in bytes.
sourcepub fn set_capacity_in_bytes(self, input: Option<i64>) -> Self
pub fn set_capacity_in_bytes(self, input: Option<i64>) -> Self
The Amazon S3 capacity of the outpost in bytes.
sourcepub fn get_capacity_in_bytes(&self) -> &Option<i64>
pub fn get_capacity_in_bytes(&self) -> &Option<i64>
The Amazon S3 capacity of the outpost in bytes.
Trait Implementations§
source§impl Clone for OutpostBuilder
impl Clone for OutpostBuilder
source§fn clone(&self) -> OutpostBuilder
fn clone(&self) -> OutpostBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for OutpostBuilder
impl Debug for OutpostBuilder
source§impl Default for OutpostBuilder
impl Default for OutpostBuilder
source§fn default() -> OutpostBuilder
fn default() -> OutpostBuilder
source§impl PartialEq for OutpostBuilder
impl PartialEq for OutpostBuilder
source§fn eq(&self, other: &OutpostBuilder) -> bool
fn eq(&self, other: &OutpostBuilder) -> bool
self and other values to be equal, and is used
by ==.