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.Builder
key(String key)
The key of the parameter to use with theRecommendedAction
API operation.RecommendedActionParameter.Builder
value(String value)
The value of the parameter to use with theRecommendedAction
API 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
RecommendedAction
API operation.- Parameters:
key
- The key of the parameter to use with theRecommendedAction
API 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
RecommendedAction
API operation.- Parameters:
value
- The value of the parameter to use with theRecommendedAction
API operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-