@Stability(value=Experimental) public static final class ReportGroupProps.Builder extends Object implements software.amazon.jsii.Builder<ReportGroupProps>
ReportGroupProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ReportGroupProps |
build()
Builds the configured instance.
|
ReportGroupProps.Builder |
exportBucket(IBucket exportBucket)
Sets the value of
ReportGroupProps.getExportBucket() |
ReportGroupProps.Builder |
removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
ReportGroupProps.getRemovalPolicy() |
ReportGroupProps.Builder |
reportGroupName(String reportGroupName)
Sets the value of
ReportGroupProps.getReportGroupName() |
ReportGroupProps.Builder |
zipExport(Boolean zipExport)
Sets the value of
ReportGroupProps.getZipExport() |
@Stability(value=Experimental) public ReportGroupProps.Builder exportBucket(IBucket exportBucket)
ReportGroupProps.getExportBucket()exportBucket - An optional S3 bucket to export the reports to.this@Stability(value=Experimental) public ReportGroupProps.Builder removalPolicy(RemovalPolicy removalPolicy)
ReportGroupProps.getRemovalPolicy()removalPolicy - What to do when this resource is deleted from a stack.
As CodeBuild does not allow deleting a ResourceGroup that has reports inside of it,
this is set to retain the resource by default.this@Stability(value=Experimental) public ReportGroupProps.Builder reportGroupName(String reportGroupName)
ReportGroupProps.getReportGroupName()reportGroupName - The physical name of the report group.this@Stability(value=Experimental) public ReportGroupProps.Builder zipExport(Boolean zipExport)
ReportGroupProps.getZipExport()zipExport - Whether to output the report files into the export bucket as-is, or create a ZIP from them before doing the export.
Ignored if {@link exportBucket} has not been provided.this@Stability(value=Experimental) public ReportGroupProps build()
build in interface software.amazon.jsii.Builder<ReportGroupProps>ReportGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.