public static final class CfnReportGroup.Builder
extends java.lang.Object
CfnReportGroup
.Modifier and Type | Method and Description |
---|---|
CfnReportGroup |
build() |
static CfnReportGroup.Builder |
create(Construct scope,
java.lang.String id) |
CfnReportGroup.Builder |
deleteReports(java.lang.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(java.lang.String name)
The name of the `ReportGroup` .
|
CfnReportGroup.Builder |
tags(java.util.List<? extends CfnTag> tags)
A list of tag key and value pairs associated with this report group.
|
CfnReportGroup.Builder |
type(java.lang.String type)
The type of the `ReportGroup` .
|
public static CfnReportGroup.Builder create(Construct scope, java.lang.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
.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
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
public CfnReportGroup.Builder type(java.lang.String type)
type
- The type of the `ReportGroup` . This can be one of the following values:. This parameter is required.this
public CfnReportGroup.Builder deleteReports(java.lang.Boolean deleteReports)
deleteReports
- When deleting a report group, specifies if reports within the report group should be deleted. This parameter is required.this
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
public CfnReportGroup.Builder name(java.lang.String name)
name
- The name of the `ReportGroup` . This parameter is required.this
public CfnReportGroup.Builder tags(java.util.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
public CfnReportGroup build()