Class CfnExperimentTemplatePropsMixin.ExperimentTemplateActionProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.fis.CfnExperimentTemplatePropsMixin.ExperimentTemplateActionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnExperimentTemplatePropsMixin.ExperimentTemplateActionProperty>
- Enclosing interface:
CfnExperimentTemplatePropsMixin.ExperimentTemplateActionProperty
@Stability(Stable)
public static final class CfnExperimentTemplatePropsMixin.ExperimentTemplateActionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnExperimentTemplatePropsMixin.ExperimentTemplateActionProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) parameters(Map<String, String> parameters) parameters(IResolvable parameters) startAfter(List<String> startAfter) targets(IResolvable targets)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
actionId
@Stability(Stable) public CfnExperimentTemplatePropsMixin.ExperimentTemplateActionProperty.Builder actionId(String actionId) - Parameters:
actionId- The ID of the action.- Returns:
this
-
description
@Stability(Stable) public CfnExperimentTemplatePropsMixin.ExperimentTemplateActionProperty.Builder description(String description) - Parameters:
description- A description for the action.- Returns:
this
-
parameters
@Stability(Stable) public CfnExperimentTemplatePropsMixin.ExperimentTemplateActionProperty.Builder parameters(Map<String, String> parameters) - Parameters:
parameters- The parameters for the action.- Returns:
this
-
parameters
@Stability(Stable) public CfnExperimentTemplatePropsMixin.ExperimentTemplateActionProperty.Builder parameters(IResolvable parameters) - Parameters:
parameters- The parameters for the action.- Returns:
this
-
startAfter
@Stability(Stable) public CfnExperimentTemplatePropsMixin.ExperimentTemplateActionProperty.Builder startAfter(List<String> startAfter) - Parameters:
startAfter- The name of the action that must be completed before the current action starts.- Returns:
this
-
targets
@Stability(Stable) public CfnExperimentTemplatePropsMixin.ExperimentTemplateActionProperty.Builder targets(Map<String, String> targets) - Parameters:
targets- The targets for the action.- Returns:
this
-
targets
@Stability(Stable) public CfnExperimentTemplatePropsMixin.ExperimentTemplateActionProperty.Builder targets(IResolvable targets) - Parameters:
targets- The targets for the action.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnExperimentTemplatePropsMixin.ExperimentTemplateActionProperty>- Returns:
- a new instance of
CfnExperimentTemplatePropsMixin.ExperimentTemplateActionProperty - Throws:
NullPointerException- if any required attribute was not provided
-