Struct aws_sdk_macie2::model::s3_words_list::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for S3WordsList
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn bucket_name(self, input: impl Into<String>) -> Self
pub fn bucket_name(self, input: impl Into<String>) -> Self
The full name of the S3 bucket that contains the object.
sourcepub fn set_bucket_name(self, input: Option<String>) -> Self
pub fn set_bucket_name(self, input: Option<String>) -> Self
The full name of the S3 bucket that contains the object.
sourcepub fn object_key(self, input: impl Into<String>) -> Self
pub fn object_key(self, input: impl Into<String>) -> Self
The full name (key) of the object.
sourcepub fn set_object_key(self, input: Option<String>) -> Self
pub fn set_object_key(self, input: Option<String>) -> Self
The full name (key) of the object.
sourcepub fn build(self) -> S3WordsList
pub fn build(self) -> S3WordsList
Consumes the builder and constructs a S3WordsList
.