Uses of Class
software.amazon.awscdk.services.codebuild.ReportGroup.Builder
Packages that use ReportGroup.Builder
-
Uses of ReportGroup.Builder in software.amazon.awscdk.services.codebuild
Methods in software.amazon.awscdk.services.codebuild that return ReportGroup.BuilderModifier and TypeMethodDescriptionstatic ReportGroup.BuilderReportGroup.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.Whether to output the report files into the export bucket as-is, or create a ZIP from them before doing the export.