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
Modifier and TypeMethodDescriptionThe ID of the recommended action.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 Details
-
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
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.
-