| Package | Description |
|---|---|
| software.amazon.awscdk.services.codebuild |
AWS CodeBuild Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnReportGroup.Builder |
CfnReportGroup.Builder.create(software.constructs.Construct scope,
String id) |
CfnReportGroup.Builder |
CfnReportGroup.Builder.deleteReports(Boolean deleteReports)
`AWS::CodeBuild::ReportGroup.DeleteReports`.
|
CfnReportGroup.Builder |
CfnReportGroup.Builder.deleteReports(IResolvable deleteReports)
`AWS::CodeBuild::ReportGroup.DeleteReports`.
|
CfnReportGroup.Builder |
CfnReportGroup.Builder.exportConfig(CfnReportGroup.ReportExportConfigProperty exportConfig)
`AWS::CodeBuild::ReportGroup.ExportConfig`.
|
CfnReportGroup.Builder |
CfnReportGroup.Builder.exportConfig(IResolvable exportConfig)
`AWS::CodeBuild::ReportGroup.ExportConfig`.
|
CfnReportGroup.Builder |
CfnReportGroup.Builder.name(String name)
`AWS::CodeBuild::ReportGroup.Name`.
|
CfnReportGroup.Builder |
CfnReportGroup.Builder.tags(List<? extends CfnTag> tags)
`AWS::CodeBuild::ReportGroup.Tags`.
|
CfnReportGroup.Builder |
CfnReportGroup.Builder.type(String type)
`AWS::CodeBuild::ReportGroup.Type`.
|
Copyright © 2021. All rights reserved.