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 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 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 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<S3OutputLocationBuilder> for S3OutputLocationBuilder
impl PartialEq<S3OutputLocationBuilder> 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 ==.