@Stability(value=Stable) public static final class CfnReportGroupProps.Builder extends Object implements software.amazon.jsii.Builder<CfnReportGroupProps>
CfnReportGroupProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnReportGroupProps |
build()
Builds the configured instance.
|
CfnReportGroupProps.Builder |
deleteReports(Boolean deleteReports)
Sets the value of
CfnReportGroupProps.getDeleteReports() |
CfnReportGroupProps.Builder |
deleteReports(IResolvable deleteReports)
Sets the value of
CfnReportGroupProps.getDeleteReports() |
CfnReportGroupProps.Builder |
exportConfig(CfnReportGroup.ReportExportConfigProperty exportConfig)
Sets the value of
CfnReportGroupProps.getExportConfig() |
CfnReportGroupProps.Builder |
exportConfig(IResolvable exportConfig)
Sets the value of
CfnReportGroupProps.getExportConfig() |
CfnReportGroupProps.Builder |
name(String name)
Sets the value of
CfnReportGroupProps.getName() |
CfnReportGroupProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnReportGroupProps.getTags() |
CfnReportGroupProps.Builder |
type(String type)
Sets the value of
CfnReportGroupProps.getType() |
@Stability(value=Stable) public CfnReportGroupProps.Builder exportConfig(CfnReportGroup.ReportExportConfigProperty exportConfig)
CfnReportGroupProps.getExportConfig()exportConfig - Information about the destination where the raw data of this `ReportGroup` is exported. This parameter is required.this@Stability(value=Stable) public CfnReportGroupProps.Builder exportConfig(IResolvable exportConfig)
CfnReportGroupProps.getExportConfig()exportConfig - Information about the destination where the raw data of this `ReportGroup` is exported. This parameter is required.this@Stability(value=Stable) public CfnReportGroupProps.Builder type(String type)
CfnReportGroupProps.getType()type - The type of the `ReportGroup` . This can be one of the following values:. This parameter is required.
this@Stability(value=Stable) public CfnReportGroupProps.Builder deleteReports(Boolean deleteReports)
CfnReportGroupProps.getDeleteReports()deleteReports - When deleting a report group, specifies if reports within the report group should be deleted.
this@Stability(value=Stable) public CfnReportGroupProps.Builder deleteReports(IResolvable deleteReports)
CfnReportGroupProps.getDeleteReports()deleteReports - When deleting a report group, specifies if reports within the report group should be deleted.
this@Stability(value=Stable) public CfnReportGroupProps.Builder name(String name)
CfnReportGroupProps.getName()name - The name of the `ReportGroup` .this@Stability(value=Stable) public CfnReportGroupProps.Builder tags(List<? extends CfnTag> tags)
CfnReportGroupProps.getTags()tags - A list of tag key and value pairs associated with this report group.
These tags are available for use by AWS services that support AWS CodeBuild report group tags.this@Stability(value=Stable) public CfnReportGroupProps build()
build in interface software.amazon.jsii.Builder<CfnReportGroupProps>CfnReportGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.