@Stability(value=Stable) public static final class CfnReportGroup.Builder extends Object implements software.amazon.jsii.Builder<CfnReportGroup>
CfnReportGroup.| Modifier and Type | Method and Description |
|---|---|
CfnReportGroup |
build() |
static CfnReportGroup.Builder |
create(software.constructs.Construct scope,
String id) |
CfnReportGroup.Builder |
deleteReports(Boolean deleteReports)
When deleting a report group, specifies if reports within the report group should be deleted.
|
CfnReportGroup.Builder |
deleteReports(IResolvable deleteReports)
When deleting a report group, specifies if reports within the report group should be deleted.
|
CfnReportGroup.Builder |
exportConfig(CfnReportGroup.ReportExportConfigProperty exportConfig)
Information about the destination where the raw data of this `ReportGroup` is exported.
|
CfnReportGroup.Builder |
exportConfig(IResolvable exportConfig)
Information about the destination where the raw data of this `ReportGroup` is exported.
|
CfnReportGroup.Builder |
name(String name)
The name of the `ReportGroup` .
|
CfnReportGroup.Builder |
tags(List<? extends CfnTag> tags)
A list of tag key and value pairs associated with this report group.
|
CfnReportGroup.Builder |
type(String type)
The type of the `ReportGroup` .
|
@Stability(value=Stable) public static CfnReportGroup.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnReportGroup.ReportExportConfigProperty.Builder.@Stability(value=Stable) public CfnReportGroup.Builder exportConfig(CfnReportGroup.ReportExportConfigProperty exportConfig)
exportConfig - Information about the destination where the raw data of this `ReportGroup` is exported. This parameter is required.this@Stability(value=Stable) public CfnReportGroup.Builder exportConfig(IResolvable exportConfig)
exportConfig - Information about the destination where the raw data of this `ReportGroup` is exported. This parameter is required.this@Stability(value=Stable) public CfnReportGroup.Builder type(String type)
type - The type of the `ReportGroup` . This can be one of the following values:. This parameter is required.this@Stability(value=Stable) public CfnReportGroup.Builder deleteReports(Boolean deleteReports)
deleteReports - When deleting a report group, specifies if reports within the report group should be deleted. This parameter is required.this@Stability(value=Stable) public CfnReportGroup.Builder deleteReports(IResolvable deleteReports)
deleteReports - When deleting a report group, specifies if reports within the report group should be deleted. This parameter is required.this@Stability(value=Stable) public CfnReportGroup.Builder name(String name)
name - The name of the `ReportGroup` . This parameter is required.this@Stability(value=Stable) public CfnReportGroup.Builder tags(List<? extends CfnTag> tags)
These tags are available for use by AWS services that support AWS CodeBuild report group tags.
tags - A list of tag key and value pairs associated with this report group. This parameter is required.this@Stability(value=Stable) public CfnReportGroup build()
build in interface software.amazon.jsii.Builder<CfnReportGroup>Copyright © 2022. All rights reserved.