Uses of Class
software.amazon.awscdk.services.codebuild.ReportGroup.Builder
-
Uses of ReportGroup.Builder in software.amazon.awscdk.services.codebuild
Modifier and TypeMethodDescriptionstatic ReportGroup.Builder
ReportGroup.Builder.deleteReports
(Boolean deleteReports) If true, deleting the report group force deletes the contents of the report group.ReportGroup.Builder.exportBucket
(IBucket exportBucket) An optional S3 bucket to export the reports to.ReportGroup.Builder.removalPolicy
(RemovalPolicy removalPolicy) What to do when this resource is deleted from a stack.ReportGroup.Builder.reportGroupName
(String reportGroupName) The physical name of the report group.ReportGroup.Builder.type
(ReportGroupType type) The type of report group.Whether to output the report files into the export bucket as-is, or create a ZIP from them before doing the export.