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