Interface RecommendedActionParameter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RecommendedActionParameter.Builder,RecommendedActionParameter>,SdkBuilder<RecommendedActionParameter.Builder,RecommendedActionParameter>,SdkPojo
- Enclosing class:
- RecommendedActionParameter
public static interface RecommendedActionParameter.Builder extends SdkPojo, CopyableBuilder<RecommendedActionParameter.Builder,RecommendedActionParameter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecommendedActionParameter.Builderkey(String key)The key of the parameter to use with theRecommendedActionAPI operation.RecommendedActionParameter.Buildervalue(String value)The value of the parameter to use with theRecommendedActionAPI operation.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
key
RecommendedActionParameter.Builder key(String key)
The key of the parameter to use with the
RecommendedActionAPI operation.- Parameters:
key- The key of the parameter to use with theRecommendedActionAPI operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
RecommendedActionParameter.Builder value(String value)
The value of the parameter to use with the
RecommendedActionAPI operation.- Parameters:
value- The value of the parameter to use with theRecommendedActionAPI operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-