@Stability(value=Stable) public static final class CfnReportGroup.ReportExportConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnReportGroup.ReportExportConfigProperty>
CfnReportGroup.ReportExportConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnReportGroup.ReportExportConfigProperty |
build()
Builds the configured instance.
|
CfnReportGroup.ReportExportConfigProperty.Builder |
exportConfigType(String exportConfigType)
Sets the value of
CfnReportGroup.ReportExportConfigProperty.getExportConfigType() |
CfnReportGroup.ReportExportConfigProperty.Builder |
s3Destination(CfnReportGroup.S3ReportExportConfigProperty s3Destination)
Sets the value of
CfnReportGroup.ReportExportConfigProperty.getS3Destination() |
CfnReportGroup.ReportExportConfigProperty.Builder |
s3Destination(IResolvable s3Destination)
Sets the value of
CfnReportGroup.ReportExportConfigProperty.getS3Destination() |
@Stability(value=Stable) public CfnReportGroup.ReportExportConfigProperty.Builder exportConfigType(String exportConfigType)
CfnReportGroup.ReportExportConfigProperty.getExportConfigType()exportConfigType - The export configuration type. Valid values are:. This parameter is required.
S3 : The report results are exported to an S3 bucket.NO_EXPORT : The report results are not exported.this@Stability(value=Stable) public CfnReportGroup.ReportExportConfigProperty.Builder s3Destination(CfnReportGroup.S3ReportExportConfigProperty s3Destination)
CfnReportGroup.ReportExportConfigProperty.getS3Destination()s3Destination - A `S3ReportExportConfig` object that contains information about the S3 bucket where the run of a report is exported.this@Stability(value=Stable) public CfnReportGroup.ReportExportConfigProperty.Builder s3Destination(IResolvable s3Destination)
CfnReportGroup.ReportExportConfigProperty.getS3Destination()s3Destination - A `S3ReportExportConfig` object that contains information about the S3 bucket where the run of a report is exported.this@Stability(value=Stable) public CfnReportGroup.ReportExportConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnReportGroup.ReportExportConfigProperty>CfnReportGroup.ReportExportConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.