@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 - `CfnReportGroup.ReportExportConfigProperty.ExportConfigType`. This parameter is required.this@Stability(value=Stable) public CfnReportGroup.ReportExportConfigProperty.Builder s3Destination(CfnReportGroup.S3ReportExportConfigProperty s3Destination)
CfnReportGroup.ReportExportConfigProperty.getS3Destination()s3Destination - `CfnReportGroup.ReportExportConfigProperty.S3Destination`.this@Stability(value=Stable) public CfnReportGroup.ReportExportConfigProperty.Builder s3Destination(IResolvable s3Destination)
CfnReportGroup.ReportExportConfigProperty.getS3Destination()s3Destination - `CfnReportGroup.ReportExportConfigProperty.S3Destination`.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 © 2021. All rights reserved.