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
Modifier and TypeMethodDescriptionpredictionChoice
(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, sdkFields
-
Method Details
-
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.
-