Struct aws_sdk_codebuild::model::report_export_config::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ReportExportConfig
Implementations
The export configuration type. Valid values are:
-
S3
: The report results are exported to an S3 bucket. -
NO_EXPORT
: The report results are not exported.
The export configuration type. Valid values are:
-
S3
: The report results are exported to an S3 bucket. -
NO_EXPORT
: The report results are not exported.
A S3ReportExportConfig
object that contains information about the S3 bucket where the run of a report is exported.
A S3ReportExportConfig
object that contains information about the S3 bucket where the run of a report is exported.
Consumes the builder and constructs a ReportExportConfig
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