@Stability(value=Stable) public static final class CfnReportGroup.S3ReportExportConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnReportGroup.S3ReportExportConfigProperty>
CfnReportGroup.S3ReportExportConfigProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnReportGroup.S3ReportExportConfigProperty.Builder bucket(String bucket)
CfnReportGroup.S3ReportExportConfigProperty.getBucket()bucket - The name of the S3 bucket where the raw data of a report are exported. This parameter is required.this@Stability(value=Stable) public CfnReportGroup.S3ReportExportConfigProperty.Builder bucketOwner(String bucketOwner)
CfnReportGroup.S3ReportExportConfigProperty.getBucketOwner()bucketOwner - The AWS account identifier of the owner of the Amazon S3 bucket.
This allows report data to be exported to an Amazon S3 bucket that is owned by an account other than the account running the build.this@Stability(value=Stable) public CfnReportGroup.S3ReportExportConfigProperty.Builder encryptionDisabled(Boolean encryptionDisabled)
CfnReportGroup.S3ReportExportConfigProperty.getEncryptionDisabled()encryptionDisabled - A boolean value that specifies if the results of a report are encrypted.this@Stability(value=Stable) public CfnReportGroup.S3ReportExportConfigProperty.Builder encryptionDisabled(IResolvable encryptionDisabled)
CfnReportGroup.S3ReportExportConfigProperty.getEncryptionDisabled()encryptionDisabled - A boolean value that specifies if the results of a report are encrypted.this@Stability(value=Stable) public CfnReportGroup.S3ReportExportConfigProperty.Builder encryptionKey(String encryptionKey)
CfnReportGroup.S3ReportExportConfigProperty.getEncryptionKey()encryptionKey - The encryption key for the report's encrypted raw data.this@Stability(value=Stable) public CfnReportGroup.S3ReportExportConfigProperty.Builder packaging(String packaging)
CfnReportGroup.S3ReportExportConfigProperty.getPackaging()packaging - The type of build output artifact to create. Valid values include:.
NONE : CodeBuild creates the raw data in the output bucket. This is the default if packaging is not specified.ZIP : CodeBuild creates a ZIP file with the raw data in the output bucket.this@Stability(value=Stable) public CfnReportGroup.S3ReportExportConfigProperty.Builder path(String path)
CfnReportGroup.S3ReportExportConfigProperty.getPath()path - The path to the exported report's raw data results.this@Stability(value=Stable) public CfnReportGroup.S3ReportExportConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnReportGroup.S3ReportExportConfigProperty>CfnReportGroup.S3ReportExportConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.