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