Interface AcceptChoice.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AcceptChoice.Builder,AcceptChoice>,SdkBuilder<AcceptChoice.Builder,AcceptChoice>,SdkPojo
- Enclosing class:
- AcceptChoice
public static interface AcceptChoice.Builder extends SdkPojo, CopyableBuilder<AcceptChoice.Builder,AcceptChoice>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AcceptChoice.BuildereditedValue(String editedValue)The edit of the prediction.AcceptChoice.BuilderpredictionChoice(Integer predictionChoice)Specifies the prediction (aka, the automatically generated piece of metadata) that can be accepted.AcceptChoice.BuilderpredictionTarget(String predictionTarget)Specifies the target (for example, a column name) where a prediction can be accepted.-
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
-
editedValue
AcceptChoice.Builder editedValue(String editedValue)
The edit of the prediction.
- Parameters:
editedValue- The edit of the prediction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
predictionChoice
AcceptChoice.Builder predictionChoice(Integer predictionChoice)
Specifies the prediction (aka, the automatically generated piece of metadata) that can be accepted.
- Parameters:
predictionChoice- Specifies the prediction (aka, the automatically generated piece of metadata) that can be accepted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
predictionTarget
AcceptChoice.Builder predictionTarget(String predictionTarget)
Specifies the target (for example, a column name) where a prediction can be accepted.
- Parameters:
predictionTarget- Specifies the target (for example, a column name) where a prediction can be accepted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-