Struct aws_sdk_ssm::types::builders::S3OutputLocationBuilder
source · #[non_exhaustive]pub struct S3OutputLocationBuilder { /* private fields */ }
Expand description
A builder for S3OutputLocation
.
Implementations§
source§impl S3OutputLocationBuilder
impl S3OutputLocationBuilder
sourcepub fn output_s3_region(self, input: impl Into<String>) -> Self
pub fn output_s3_region(self, input: impl Into<String>) -> Self
The Amazon Web Services Region of the S3 bucket.
sourcepub fn set_output_s3_region(self, input: Option<String>) -> Self
pub fn set_output_s3_region(self, input: Option<String>) -> Self
The Amazon Web Services Region of the S3 bucket.
sourcepub fn get_output_s3_region(&self) -> &Option<String>
pub fn get_output_s3_region(&self) -> &Option<String>
The Amazon Web Services Region of the S3 bucket.
sourcepub fn output_s3_bucket_name(self, input: impl Into<String>) -> Self
pub fn output_s3_bucket_name(self, input: impl Into<String>) -> Self
The name of the S3 bucket.
sourcepub fn set_output_s3_bucket_name(self, input: Option<String>) -> Self
pub fn set_output_s3_bucket_name(self, input: Option<String>) -> Self
The name of the S3 bucket.
sourcepub fn get_output_s3_bucket_name(&self) -> &Option<String>
pub fn get_output_s3_bucket_name(&self) -> &Option<String>
The name of the S3 bucket.
sourcepub fn output_s3_key_prefix(self, input: impl Into<String>) -> Self
pub fn output_s3_key_prefix(self, input: impl Into<String>) -> Self
The S3 bucket subfolder.
sourcepub fn set_output_s3_key_prefix(self, input: Option<String>) -> Self
pub fn set_output_s3_key_prefix(self, input: Option<String>) -> Self
The S3 bucket subfolder.
sourcepub fn get_output_s3_key_prefix(&self) -> &Option<String>
pub fn get_output_s3_key_prefix(&self) -> &Option<String>
The S3 bucket subfolder.
sourcepub fn build(self) -> S3OutputLocation
pub fn build(self) -> S3OutputLocation
Consumes the builder and constructs a S3OutputLocation
.
Trait Implementations§
source§impl Clone for S3OutputLocationBuilder
impl Clone for S3OutputLocationBuilder
source§fn clone(&self) -> S3OutputLocationBuilder
fn clone(&self) -> S3OutputLocationBuilder
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 S3OutputLocationBuilder
impl Debug for S3OutputLocationBuilder
source§impl Default for S3OutputLocationBuilder
impl Default for S3OutputLocationBuilder
source§fn default() -> S3OutputLocationBuilder
fn default() -> S3OutputLocationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for S3OutputLocationBuilder
impl PartialEq for S3OutputLocationBuilder
source§fn eq(&self, other: &S3OutputLocationBuilder) -> bool
fn eq(&self, other: &S3OutputLocationBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for S3OutputLocationBuilder
Auto Trait Implementations§
impl RefUnwindSafe for S3OutputLocationBuilder
impl Send for S3OutputLocationBuilder
impl Sync for S3OutputLocationBuilder
impl Unpin for S3OutputLocationBuilder
impl UnwindSafe for S3OutputLocationBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.