Struct aws_sdk_codebuild::model::logs_config::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for LogsConfig
Implementations
Information about CloudWatch Logs for a build project. CloudWatch Logs are enabled by default.
Information about CloudWatch Logs for a build project. CloudWatch Logs are enabled by default.
Information about logs built to an S3 bucket for a build project. S3 logs are not enabled by default.
Information about logs built to an S3 bucket for a build project. S3 logs are not enabled by default.
Consumes the builder and constructs a LogsConfig
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more