pub struct Builder { /* private fields */ }
Expand description
A builder for AwsCodeBuildProjectLogsConfigDetails
.
Implementations§
source§impl Builder
impl Builder
sourcepub 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.
sourcepub 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.
sourcepub fn s3_logs(self, input: AwsCodeBuildProjectLogsConfigS3LogsDetails) -> Self
pub fn s3_logs(self, input: AwsCodeBuildProjectLogsConfigS3LogsDetails) -> Self
Information about logs built to an S3 bucket for a build project.
sourcepub fn set_s3_logs(
self,
input: Option<AwsCodeBuildProjectLogsConfigS3LogsDetails>
) -> Self
pub fn set_s3_logs(
self,
input: Option<AwsCodeBuildProjectLogsConfigS3LogsDetails>
) -> Self
Information about logs built to an S3 bucket for a build project.
sourcepub fn build(self) -> AwsCodeBuildProjectLogsConfigDetails
pub fn build(self) -> AwsCodeBuildProjectLogsConfigDetails
Consumes the builder and constructs a AwsCodeBuildProjectLogsConfigDetails
.