Class CfnExperimentTemplate.OutputsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.fis.CfnExperimentTemplate.OutputsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnExperimentTemplate.OutputsProperty>
- Enclosing interface:
CfnExperimentTemplate.OutputsProperty
@Stability(Stable)
public static final class CfnExperimentTemplate.OutputsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnExperimentTemplate.OutputsProperty>
A builder for
CfnExperimentTemplate.OutputsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.experimentReportS3Configuration
(IResolvable experimentReportS3Configuration) experimentReportS3Configuration
(CfnExperimentTemplate.ExperimentReportS3ConfigurationProperty experimentReportS3Configuration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
experimentReportS3Configuration
@Stability(Stable) public CfnExperimentTemplate.OutputsProperty.Builder experimentReportS3Configuration(IResolvable experimentReportS3Configuration) - Parameters:
experimentReportS3Configuration
- The S3 destination for the experiment report. This parameter is required.- Returns:
this
-
experimentReportS3Configuration
@Stability(Stable) public CfnExperimentTemplate.OutputsProperty.Builder experimentReportS3Configuration(CfnExperimentTemplate.ExperimentReportS3ConfigurationProperty experimentReportS3Configuration) - Parameters:
experimentReportS3Configuration
- The S3 destination for the experiment report. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnExperimentTemplate.OutputsProperty>
- Returns:
- a new instance of
CfnExperimentTemplate.OutputsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-