Class CfnService.ServiceReportConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.resiliencehubv2.CfnService.ServiceReportConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnService.ServiceReportConfigurationProperty>
- Enclosing interface:
CfnService.ServiceReportConfigurationProperty
@Stability(Stable)
public static final class CfnService.ServiceReportConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnService.ServiceReportConfigurationProperty>
A builder for
CfnService.ServiceReportConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.reportOutput(List<? extends Object> reportOutput) Sets the value ofCfnService.ServiceReportConfigurationProperty.getReportOutput()reportOutput(IResolvable reportOutput) Sets the value ofCfnService.ServiceReportConfigurationProperty.getReportOutput()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
reportOutput
@Stability(Stable) public CfnService.ServiceReportConfigurationProperty.Builder reportOutput(IResolvable reportOutput) Sets the value ofCfnService.ServiceReportConfigurationProperty.getReportOutput()- Parameters:
reportOutput- Output destinations for generated reports. This parameter is required.- Returns:
this
-
reportOutput
@Stability(Stable) public CfnService.ServiceReportConfigurationProperty.Builder reportOutput(List<? extends Object> reportOutput) Sets the value ofCfnService.ServiceReportConfigurationProperty.getReportOutput()- Parameters:
reportOutput- Output destinations for generated reports. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnService.ServiceReportConfigurationProperty>- Returns:
- a new instance of
CfnService.ServiceReportConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-