Struct aws_sdk_codebuild::input::update_report_group_input::Builder
source · [−]pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateReportGroupInput
.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn export_config(self, input: ReportExportConfig) -> Self
pub fn export_config(self, input: ReportExportConfig) -> Self
Used to specify an updated export type. Valid values are:
-
S3
: The report results are exported to an S3 bucket. -
NO_EXPORT
: The report results are not exported.
sourcepub fn set_export_config(self, input: Option<ReportExportConfig>) -> Self
pub fn set_export_config(self, input: Option<ReportExportConfig>) -> Self
Used to specify an updated export type. Valid values are:
-
S3
: The report results are exported to an S3 bucket. -
NO_EXPORT
: The report results are not exported.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
An updated list of tag key and value pairs associated with this report group.
These tags are available for use by Amazon Web Services services that support CodeBuild report group tags.
An updated list of tag key and value pairs associated with this report group.
These tags are available for use by Amazon Web Services services that support CodeBuild report group tags.
sourcepub fn build(self) -> Result<UpdateReportGroupInput, BuildError>
pub fn build(self) -> Result<UpdateReportGroupInput, BuildError>
Consumes the builder and constructs a UpdateReportGroupInput
.