@Stability(value=Stable) public static final class CfnExperimentTemplateProps.Builder extends Object implements software.amazon.jsii.Builder<CfnExperimentTemplateProps>
CfnExperimentTemplateProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnExperimentTemplateProps.Builder description(String description)
CfnExperimentTemplateProps.getDescription()description - A description for the experiment template. This parameter is required.this@Stability(value=Stable) public CfnExperimentTemplateProps.Builder roleArn(String roleArn)
CfnExperimentTemplateProps.getRoleArn()roleArn - The Amazon Resource Name (ARN) of an IAM role that grants the AWS FIS service permission to perform service actions on your behalf. This parameter is required.this@Stability(value=Stable) public CfnExperimentTemplateProps.Builder stopConditions(IResolvable stopConditions)
CfnExperimentTemplateProps.getStopConditions()stopConditions - The stop conditions. This parameter is required.this@Stability(value=Stable) public CfnExperimentTemplateProps.Builder stopConditions(List<? extends Object> stopConditions)
CfnExperimentTemplateProps.getStopConditions()stopConditions - The stop conditions. This parameter is required.this@Stability(value=Stable) public CfnExperimentTemplateProps.Builder tags(Map<String,String> tags)
CfnExperimentTemplateProps.getTags()tags - The tags to apply to the experiment template. This parameter is required.this@Stability(value=Stable) public CfnExperimentTemplateProps.Builder targets(IResolvable targets)
CfnExperimentTemplateProps.getTargets()targets - The targets for the experiment. This parameter is required.this@Stability(value=Stable) public CfnExperimentTemplateProps.Builder targets(Map<String,? extends Object> targets)
CfnExperimentTemplateProps.getTargets()targets - The targets for the experiment. This parameter is required.this@Stability(value=Stable) public CfnExperimentTemplateProps.Builder actions(IResolvable actions)
CfnExperimentTemplateProps.getActions()actions - The actions for the experiment.this@Stability(value=Stable) public CfnExperimentTemplateProps.Builder actions(Map<String,? extends Object> actions)
CfnExperimentTemplateProps.getActions()actions - The actions for the experiment.this@Stability(value=Stable) public CfnExperimentTemplateProps.Builder logConfiguration(CfnExperimentTemplate.ExperimentTemplateLogConfigurationProperty logConfiguration)
CfnExperimentTemplateProps.getLogConfiguration()logConfiguration - The configuration for experiment logging.this@Stability(value=Stable) public CfnExperimentTemplateProps.Builder logConfiguration(IResolvable logConfiguration)
CfnExperimentTemplateProps.getLogConfiguration()logConfiguration - The configuration for experiment logging.this@Stability(value=Stable) public CfnExperimentTemplateProps build()
build in interface software.amazon.jsii.Builder<CfnExperimentTemplateProps>CfnExperimentTemplatePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.