Interface PredictedAction.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PredictedAction.Builder,PredictedAction>,SdkBuilder<PredictedAction.Builder,PredictedAction>,SdkPojo
- Enclosing class:
- PredictedAction
public static interface PredictedAction.Builder extends SdkPojo, CopyableBuilder<PredictedAction.Builder,PredictedAction>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PredictedAction.BuilderactionId(String actionId)The ID of the recommended action.PredictedAction.Builderscore(Double score)The score of the recommended 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, sdkFields
-
-
-
-
Method Detail
-
actionId
PredictedAction.Builder actionId(String actionId)
The ID of the recommended action.
- Parameters:
actionId- The ID of the recommended action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
score
PredictedAction.Builder score(Double score)
The score of the recommended action. For information about action scores, see How action recommendation scoring works.
- Parameters:
score- The score of the recommended action. For information about action scores, see How action recommendation scoring works.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-