Class CfnExperimentTemplate.ExperimentTemplateExperimentReportConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.fis.CfnExperimentTemplate.ExperimentTemplateExperimentReportConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnExperimentTemplate.ExperimentTemplateExperimentReportConfigurationProperty>
- Enclosing interface:
CfnExperimentTemplate.ExperimentTemplateExperimentReportConfigurationProperty
@Stability(Stable)
public static final class CfnExperimentTemplate.ExperimentTemplateExperimentReportConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnExperimentTemplate.ExperimentTemplateExperimentReportConfigurationProperty>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.dataSources
(IResolvable dataSources) dataSources
(CfnExperimentTemplate.DataSourcesProperty dataSources) outputs
(IResolvable outputs) postExperimentDuration
(String postExperimentDuration) preExperimentDuration
(String preExperimentDuration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dataSources
@Stability(Stable) public CfnExperimentTemplate.ExperimentTemplateExperimentReportConfigurationProperty.Builder dataSources(IResolvable dataSources) Sets the value ofCfnExperimentTemplate.ExperimentTemplateExperimentReportConfigurationProperty.getDataSources()
- Parameters:
dataSources
- The data sources for the experiment report. This parameter is required.- Returns:
this
-
dataSources
@Stability(Stable) public CfnExperimentTemplate.ExperimentTemplateExperimentReportConfigurationProperty.Builder dataSources(CfnExperimentTemplate.DataSourcesProperty dataSources) Sets the value ofCfnExperimentTemplate.ExperimentTemplateExperimentReportConfigurationProperty.getDataSources()
- Parameters:
dataSources
- The data sources for the experiment report. This parameter is required.- Returns:
this
-
outputs
@Stability(Stable) public CfnExperimentTemplate.ExperimentTemplateExperimentReportConfigurationProperty.Builder outputs(IResolvable outputs) Sets the value ofCfnExperimentTemplate.ExperimentTemplateExperimentReportConfigurationProperty.getOutputs()
- Parameters:
outputs
- The output destinations of the experiment report. This parameter is required.- Returns:
this
-
outputs
@Stability(Stable) public CfnExperimentTemplate.ExperimentTemplateExperimentReportConfigurationProperty.Builder outputs(CfnExperimentTemplate.OutputsProperty outputs) Sets the value ofCfnExperimentTemplate.ExperimentTemplateExperimentReportConfigurationProperty.getOutputs()
- Parameters:
outputs
- The output destinations of the experiment report. This parameter is required.- Returns:
this
-
postExperimentDuration
@Stability(Stable) public CfnExperimentTemplate.ExperimentTemplateExperimentReportConfigurationProperty.Builder postExperimentDuration(String postExperimentDuration) Sets the value ofCfnExperimentTemplate.ExperimentTemplateExperimentReportConfigurationProperty.getPostExperimentDuration()
- Parameters:
postExperimentDuration
- The duration after the experiment end time for the data sources to include in the report.- Returns:
this
-
preExperimentDuration
@Stability(Stable) public CfnExperimentTemplate.ExperimentTemplateExperimentReportConfigurationProperty.Builder preExperimentDuration(String preExperimentDuration) Sets the value ofCfnExperimentTemplate.ExperimentTemplateExperimentReportConfigurationProperty.getPreExperimentDuration()
- Parameters:
preExperimentDuration
- The duration before the experiment start time for the data sources to include in the report.- Returns:
this
-
build
@Stability(Stable) public CfnExperimentTemplate.ExperimentTemplateExperimentReportConfigurationProperty build()Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnExperimentTemplate.ExperimentTemplateExperimentReportConfigurationProperty>
- Returns:
- a new instance of
CfnExperimentTemplate.ExperimentTemplateExperimentReportConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-