Class CfnResponsePlanPropsMixin.DynamicSsmParameterValueProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ssmincidents.CfnResponsePlanPropsMixin.DynamicSsmParameterValueProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnResponsePlanPropsMixin.DynamicSsmParameterValueProperty>
- Enclosing interface:
CfnResponsePlanPropsMixin.DynamicSsmParameterValueProperty
@Stability(Stable)
public static final class CfnResponsePlanPropsMixin.DynamicSsmParameterValueProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnResponsePlanPropsMixin.DynamicSsmParameterValueProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnResponsePlanPropsMixin.DynamicSsmParameterValueProperty.getVariable()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
variable
@Stability(Stable) public CfnResponsePlanPropsMixin.DynamicSsmParameterValueProperty.Builder variable(String variable) Sets the value ofCfnResponsePlanPropsMixin.DynamicSsmParameterValueProperty.getVariable()- Parameters:
variable- Variable dynamic parameters. A parameter value is determined when an incident is created.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnResponsePlanPropsMixin.DynamicSsmParameterValueProperty>- Returns:
- a new instance of
CfnResponsePlanPropsMixin.DynamicSsmParameterValueProperty - Throws:
NullPointerException- if any required attribute was not provided
-