Class CfnResponsePlanPropsMixin.DynamicSsmParameterProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ssmincidents.CfnResponsePlanPropsMixin.DynamicSsmParameterProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnResponsePlanPropsMixin.DynamicSsmParameterProperty>
- Enclosing interface:
CfnResponsePlanPropsMixin.DynamicSsmParameterProperty
@Stability(Stable)
public static final class CfnResponsePlanPropsMixin.DynamicSsmParameterProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnResponsePlanPropsMixin.DynamicSsmParameterProperty>
A builder for
CfnResponsePlanPropsMixin.DynamicSsmParameterProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnResponsePlanPropsMixin.DynamicSsmParameterProperty.getKey()Sets the value ofCfnResponsePlanPropsMixin.DynamicSsmParameterProperty.getValue()value(IResolvable value) Sets the value ofCfnResponsePlanPropsMixin.DynamicSsmParameterProperty.getValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
key
@Stability(Stable) public CfnResponsePlanPropsMixin.DynamicSsmParameterProperty.Builder key(String key) Sets the value ofCfnResponsePlanPropsMixin.DynamicSsmParameterProperty.getKey()- Parameters:
key- The key parameter to use when running the Systems Manager Automation runbook.- Returns:
this
-
value
@Stability(Stable) public CfnResponsePlanPropsMixin.DynamicSsmParameterProperty.Builder value(IResolvable value) Sets the value ofCfnResponsePlanPropsMixin.DynamicSsmParameterProperty.getValue()- Parameters:
value- The dynamic parameter value.- Returns:
this
-
value
@Stability(Stable) public CfnResponsePlanPropsMixin.DynamicSsmParameterProperty.Builder value(CfnResponsePlanPropsMixin.DynamicSsmParameterValueProperty value) Sets the value ofCfnResponsePlanPropsMixin.DynamicSsmParameterProperty.getValue()- Parameters:
value- The dynamic parameter value.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnResponsePlanPropsMixin.DynamicSsmParameterProperty>- Returns:
- a new instance of
CfnResponsePlanPropsMixin.DynamicSsmParameterProperty - Throws:
NullPointerException- if any required attribute was not provided
-