Class CfnPlan.ReportConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.arcregionswitch.CfnPlan.ReportConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPlan.ReportConfigurationProperty>
- Enclosing interface:
CfnPlan.ReportConfigurationProperty
@Stability(Stable)
public static final class CfnPlan.ReportConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPlan.ReportConfigurationProperty>
A builder for
CfnPlan.ReportConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.reportOutput(List<? extends Object> reportOutput) Sets the value ofCfnPlan.ReportConfigurationProperty.getReportOutput()reportOutput(IResolvable reportOutput) Sets the value ofCfnPlan.ReportConfigurationProperty.getReportOutput()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
reportOutput
@Stability(Stable) public CfnPlan.ReportConfigurationProperty.Builder reportOutput(IResolvable reportOutput) Sets the value ofCfnPlan.ReportConfigurationProperty.getReportOutput()- Parameters:
reportOutput- The output configuration for the report.- Returns:
this
-
reportOutput
@Stability(Stable) public CfnPlan.ReportConfigurationProperty.Builder reportOutput(List<? extends Object> reportOutput) Sets the value ofCfnPlan.ReportConfigurationProperty.getReportOutput()- Parameters:
reportOutput- The output configuration for the report.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPlan.ReportConfigurationProperty>- Returns:
- a new instance of
CfnPlan.ReportConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-