Interface AcceptChoice.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AcceptChoice.Builder,
,AcceptChoice> SdkBuilder<AcceptChoice.Builder,
,AcceptChoice> SdkPojo
- Enclosing class:
AcceptChoice
@Mutable
@NotThreadSafe
public static interface AcceptChoice.Builder
extends SdkPojo, CopyableBuilder<AcceptChoice.Builder,AcceptChoice>
-
Method Summary
Modifier and TypeMethodDescriptioneditedValue
(String editedValue) The edit of the prediction.predictionChoice
(Integer predictionChoice) Specifies the prediction (aka, the automatically generated piece of metadata) that can be accepted.predictionTarget
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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.
-