Class CfnExperimentTemplatePropsMixin.CloudWatchDashboardProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.fis.mixins.CfnExperimentTemplatePropsMixin.CloudWatchDashboardProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnExperimentTemplatePropsMixin.CloudWatchDashboardProperty>
- Enclosing interface:
CfnExperimentTemplatePropsMixin.CloudWatchDashboardProperty
@Stability(Stable)
public static final class CfnExperimentTemplatePropsMixin.CloudWatchDashboardProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnExperimentTemplatePropsMixin.CloudWatchDashboardProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.dashboardIdentifier(String dashboardIdentifier)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dashboardIdentifier
@Stability(Stable) public CfnExperimentTemplatePropsMixin.CloudWatchDashboardProperty.Builder dashboardIdentifier(String dashboardIdentifier) Sets the value ofCfnExperimentTemplatePropsMixin.CloudWatchDashboardProperty.getDashboardIdentifier()- Parameters:
dashboardIdentifier- The Amazon Resource Name (ARN) of the CloudWatch dashboard to include in the experiment report.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnExperimentTemplatePropsMixin.CloudWatchDashboardProperty>- Returns:
- a new instance of
CfnExperimentTemplatePropsMixin.CloudWatchDashboardProperty - Throws:
NullPointerException- if any required attribute was not provided
-