Struct aws_sdk_codebuild::input::create_report_group_input::Builder
source · [−]pub struct Builder { /* private fields */ }
Expand description
A builder for CreateReportGroupInput
.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn type(self, input: ReportType) -> Self
pub fn type(self, input: ReportType) -> Self
The type of report group.
sourcepub fn set_type(self, input: Option<ReportType>) -> Self
pub fn set_type(self, input: Option<ReportType>) -> Self
The type of report group.
sourcepub fn export_config(self, input: ReportExportConfig) -> Self
pub fn export_config(self, input: ReportExportConfig) -> Self
A ReportExportConfig
object that contains information about where the report group test results are exported.
sourcepub fn set_export_config(self, input: Option<ReportExportConfig>) -> Self
pub fn set_export_config(self, input: Option<ReportExportConfig>) -> Self
A ReportExportConfig
object that contains information about where the report group test results are exported.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
A 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.
A 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<CreateReportGroupInput, BuildError>
pub fn build(self) -> Result<CreateReportGroupInput, BuildError>
Consumes the builder and constructs a CreateReportGroupInput
.