Interface ConfigurableActionParameter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ConfigurableActionParameter.Builder,ConfigurableActionParameter>,SdkBuilder<ConfigurableActionParameter.Builder,ConfigurableActionParameter>,SdkPojo
- Enclosing class:
- ConfigurableActionParameter
public static interface ConfigurableActionParameter.Builder extends SdkPojo, CopyableBuilder<ConfigurableActionParameter.Builder,ConfigurableActionParameter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfigurableActionParameter.Builderkey(String key)The key of the configurable action parameter.ConfigurableActionParameter.Buildervalue(String value)The value of the configurable action parameter.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
key
ConfigurableActionParameter.Builder key(String key)
The key of the configurable action parameter.
- Parameters:
key- The key of the configurable action parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
ConfigurableActionParameter.Builder value(String value)
The value of the configurable action parameter.
- Parameters:
value- The value of the configurable action parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-