Struct aws_sdk_imagebuilder::model::s3_logs::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for S3Logs
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn s3_bucket_name(self, input: impl Into<String>) -> Self
pub fn s3_bucket_name(self, input: impl Into<String>) -> Self
The S3 bucket in which to store the logs.
sourcepub fn set_s3_bucket_name(self, input: Option<String>) -> Self
pub fn set_s3_bucket_name(self, input: Option<String>) -> Self
The S3 bucket in which to store the logs.
sourcepub fn s3_key_prefix(self, input: impl Into<String>) -> Self
pub fn s3_key_prefix(self, input: impl Into<String>) -> Self
The Amazon S3 path to the bucket where the logs are stored.
sourcepub fn set_s3_key_prefix(self, input: Option<String>) -> Self
pub fn set_s3_key_prefix(self, input: Option<String>) -> Self
The Amazon S3 path to the bucket where the logs are stored.