Interface RejectChoice.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RejectChoice.Builder,
,RejectChoice> SdkBuilder<RejectChoice.Builder,
,RejectChoice> SdkPojo
- Enclosing class:
RejectChoice
@Mutable
@NotThreadSafe
public static interface RejectChoice.Builder
extends SdkPojo, CopyableBuilder<RejectChoice.Builder,RejectChoice>
-
Method Summary
Modifier and TypeMethodDescriptionpredictionChoices
(Integer... predictionChoices) Specifies the the automatically generated business metadata that can be rejected.predictionChoices
(Collection<Integer> predictionChoices) Specifies the the automatically generated business metadata that can be rejected.predictionTarget
(String predictionTarget) Specifies the target (for example, a column name) where a prediction can be rejected.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
-
predictionChoices
Specifies the the automatically generated business metadata that can be rejected.
- Parameters:
predictionChoices
- Specifies the the automatically generated business metadata that can be rejected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
predictionChoices
Specifies the the automatically generated business metadata that can be rejected.
- Parameters:
predictionChoices
- Specifies the the automatically generated business metadata that can be rejected.- 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 rejected.
- Parameters:
predictionTarget
- Specifies the target (for example, a column name) where a prediction can be rejected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-