@Stability(value=Stable) public static final class CfnReportPlan.Builder extends Object implements software.amazon.jsii.Builder<CfnReportPlan>
CfnReportPlan.| Modifier and Type | Method and Description |
|---|---|
CfnReportPlan |
build() |
static CfnReportPlan.Builder |
create(software.constructs.Construct scope,
String id) |
CfnReportPlan.Builder |
reportDeliveryChannel(Object reportDeliveryChannel)
`AWS::Backup::ReportPlan.ReportDeliveryChannel`.
|
CfnReportPlan.Builder |
reportPlanDescription(String reportPlanDescription)
`AWS::Backup::ReportPlan.ReportPlanDescription`.
|
CfnReportPlan.Builder |
reportPlanName(String reportPlanName)
`AWS::Backup::ReportPlan.ReportPlanName`.
|
CfnReportPlan.Builder |
reportPlanTags(IResolvable reportPlanTags)
`AWS::Backup::ReportPlan.ReportPlanTags`.
|
CfnReportPlan.Builder |
reportPlanTags(List<? extends Object> reportPlanTags)
`AWS::Backup::ReportPlan.ReportPlanTags`.
|
CfnReportPlan.Builder |
reportSetting(Object reportSetting)
`AWS::Backup::ReportPlan.ReportSetting`.
|
@Stability(value=Stable) public static CfnReportPlan.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnReportPlan.Builder.@Stability(value=Stable) public CfnReportPlan.Builder reportDeliveryChannel(Object reportDeliveryChannel)
reportDeliveryChannel - `AWS::Backup::ReportPlan.ReportDeliveryChannel`. This parameter is required.this@Stability(value=Stable) public CfnReportPlan.Builder reportPlanDescription(String reportPlanDescription)
reportPlanDescription - `AWS::Backup::ReportPlan.ReportPlanDescription`. This parameter is required.this@Stability(value=Stable) public CfnReportPlan.Builder reportPlanName(String reportPlanName)
reportPlanName - `AWS::Backup::ReportPlan.ReportPlanName`. This parameter is required.this@Stability(value=Stable) public CfnReportPlan.Builder reportPlanTags(IResolvable reportPlanTags)
reportPlanTags - `AWS::Backup::ReportPlan.ReportPlanTags`. This parameter is required.this@Stability(value=Stable) public CfnReportPlan.Builder reportPlanTags(List<? extends Object> reportPlanTags)
reportPlanTags - `AWS::Backup::ReportPlan.ReportPlanTags`. This parameter is required.this@Stability(value=Stable) public CfnReportPlan.Builder reportSetting(Object reportSetting)
reportSetting - `AWS::Backup::ReportPlan.ReportSetting`. This parameter is required.this@Stability(value=Stable) public CfnReportPlan build()
build in interface software.amazon.jsii.Builder<CfnReportPlan>Copyright © 2021. All rights reserved.