Interface RecommendedActionUpdate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RecommendedActionUpdate.Builder,RecommendedActionUpdate>,SdkBuilder<RecommendedActionUpdate.Builder,RecommendedActionUpdate>,SdkPojo
- Enclosing class:
- RecommendedActionUpdate
public static interface RecommendedActionUpdate.Builder extends SdkPojo, CopyableBuilder<RecommendedActionUpdate.Builder,RecommendedActionUpdate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecommendedActionUpdate.BuilderactionId(String actionId)A unique identifier of the updated recommendation action.RecommendedActionUpdate.Builderstatus(String status)The status of the updated recommendation action.-
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
-
actionId
RecommendedActionUpdate.Builder actionId(String actionId)
A unique identifier of the updated recommendation action.
- Parameters:
actionId- A unique identifier of the updated recommendation action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
RecommendedActionUpdate.Builder status(String status)
The status of the updated recommendation action.
-
applied -
scheduled
- Parameters:
status- The status of the updated recommendation action.-
applied -
scheduled
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
-