Struct aws_sdk_securityhub::model::aws_code_build_project_logs_config_details::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AwsCodeBuildProjectLogsConfigDetails
Implementations
pub fn cloud_watch_logs(
self,
input: AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails
) -> Self
pub fn cloud_watch_logs(
self,
input: AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails
) -> Self
Information about CloudWatch Logs for the build project.
pub fn set_cloud_watch_logs(
self,
input: Option<AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails>
) -> Self
pub fn set_cloud_watch_logs(
self,
input: Option<AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails>
) -> Self
Information about CloudWatch Logs for the build project.
Information about logs built to an S3 bucket for a build project.
Information about logs built to an S3 bucket for a build project.
Consumes the builder and constructs a AwsCodeBuildProjectLogsConfigDetails
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