@Stability(value=Stable) public static final class CfnExperimentTemplate.ExperimentTemplateActionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnExperimentTemplate.ExperimentTemplateActionProperty>
CfnExperimentTemplate.ExperimentTemplateActionProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnExperimentTemplate.ExperimentTemplateActionProperty.Builder actionId(String actionId)
CfnExperimentTemplate.ExperimentTemplateActionProperty.getActionId()actionId - The ID of the action. This parameter is required.
The format of the action ID is: aws: service-name : action-type .this@Stability(value=Stable) public CfnExperimentTemplate.ExperimentTemplateActionProperty.Builder description(String description)
CfnExperimentTemplate.ExperimentTemplateActionProperty.getDescription()description - A description for the action.this@Stability(value=Stable) public CfnExperimentTemplate.ExperimentTemplateActionProperty.Builder parameters(IResolvable parameters)
CfnExperimentTemplate.ExperimentTemplateActionProperty.getParameters()parameters - The parameters for the action, if applicable.this@Stability(value=Stable) public CfnExperimentTemplate.ExperimentTemplateActionProperty.Builder parameters(Map<String,String> parameters)
CfnExperimentTemplate.ExperimentTemplateActionProperty.getParameters()parameters - The parameters for the action, if applicable.this@Stability(value=Stable) public CfnExperimentTemplate.ExperimentTemplateActionProperty.Builder startAfter(List<String> startAfter)
CfnExperimentTemplate.ExperimentTemplateActionProperty.getStartAfter()startAfter - The name of the action that must be completed before the current action starts.
Omit this parameter to run the action at the start of the experiment.this@Stability(value=Stable) public CfnExperimentTemplate.ExperimentTemplateActionProperty.Builder targets(IResolvable targets)
CfnExperimentTemplate.ExperimentTemplateActionProperty.getTargets()targets - The targets for the action.this@Stability(value=Stable) public CfnExperimentTemplate.ExperimentTemplateActionProperty.Builder targets(Map<String,String> targets)
CfnExperimentTemplate.ExperimentTemplateActionProperty.getTargets()targets - The targets for the action.this@Stability(value=Stable) public CfnExperimentTemplate.ExperimentTemplateActionProperty build()
build in interface software.amazon.jsii.Builder<CfnExperimentTemplate.ExperimentTemplateActionProperty>CfnExperimentTemplate.ExperimentTemplateActionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.