@Stability(value=Stable) public static final class CfnReportPlanProps.Builder extends Object implements software.amazon.jsii.Builder<CfnReportPlanProps>
CfnReportPlanProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnReportPlanProps |
build()
Builds the configured instance.
|
CfnReportPlanProps.Builder |
reportDeliveryChannel(Object reportDeliveryChannel)
Sets the value of
CfnReportPlanProps.getReportDeliveryChannel() |
CfnReportPlanProps.Builder |
reportPlanDescription(String reportPlanDescription)
Sets the value of
CfnReportPlanProps.getReportPlanDescription() |
CfnReportPlanProps.Builder |
reportPlanName(String reportPlanName)
Sets the value of
CfnReportPlanProps.getReportPlanName() |
CfnReportPlanProps.Builder |
reportPlanTags(IResolvable reportPlanTags)
Sets the value of
CfnReportPlanProps.getReportPlanTags() |
CfnReportPlanProps.Builder |
reportPlanTags(List<? extends Object> reportPlanTags)
Sets the value of
CfnReportPlanProps.getReportPlanTags() |
CfnReportPlanProps.Builder |
reportSetting(Object reportSetting)
Sets the value of
CfnReportPlanProps.getReportSetting() |
@Stability(value=Stable) public CfnReportPlanProps.Builder reportDeliveryChannel(Object reportDeliveryChannel)
CfnReportPlanProps.getReportDeliveryChannel()reportDeliveryChannel - Contains information about where and how to deliver your reports, specifically your Amazon S3 bucket name, S3 key prefix, and the formats of your reports. This parameter is required.this@Stability(value=Stable) public CfnReportPlanProps.Builder reportSetting(Object reportSetting)
CfnReportPlanProps.getReportSetting()reportSetting - Identifies the report template for the report. Reports are built using a report template. The report templates are:. This parameter is required.
RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT
If the report template is RESOURCE_COMPLIANCE_REPORT or CONTROL_COMPLIANCE_REPORT , this API resource also describes the report coverage by AWS Regions and frameworks.
this@Stability(value=Stable) public CfnReportPlanProps.Builder reportPlanDescription(String reportPlanDescription)
CfnReportPlanProps.getReportPlanDescription()reportPlanDescription - An optional description of the report plan with a maximum 1,024 characters.this@Stability(value=Stable) public CfnReportPlanProps.Builder reportPlanName(String reportPlanName)
CfnReportPlanProps.getReportPlanName()reportPlanName - The unique name of the report plan.
This name is between 1 and 256 characters starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).this@Stability(value=Stable) public CfnReportPlanProps.Builder reportPlanTags(IResolvable reportPlanTags)
CfnReportPlanProps.getReportPlanTags()reportPlanTags - A list of tags to tag your report plan.this@Stability(value=Stable) public CfnReportPlanProps.Builder reportPlanTags(List<? extends Object> reportPlanTags)
CfnReportPlanProps.getReportPlanTags()reportPlanTags - A list of tags to tag your report plan.this@Stability(value=Stable) public CfnReportPlanProps build()
build in interface software.amazon.jsii.Builder<CfnReportPlanProps>CfnReportPlanPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.