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