Struct aws_sdk_imagebuilder::types::builders::S3LogsBuilder
source · #[non_exhaustive]pub struct S3LogsBuilder { /* private fields */ }
Expand description
A builder for S3Logs
.
Implementations§
source§impl S3LogsBuilder
impl S3LogsBuilder
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.
Trait Implementations§
source§impl Clone for S3LogsBuilder
impl Clone for S3LogsBuilder
source§fn clone(&self) -> S3LogsBuilder
fn clone(&self) -> S3LogsBuilder
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 S3LogsBuilder
impl Debug for S3LogsBuilder
source§impl Default for S3LogsBuilder
impl Default for S3LogsBuilder
source§fn default() -> S3LogsBuilder
fn default() -> S3LogsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<S3LogsBuilder> for S3LogsBuilder
impl PartialEq<S3LogsBuilder> for S3LogsBuilder
source§fn eq(&self, other: &S3LogsBuilder) -> bool
fn eq(&self, other: &S3LogsBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.