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