Interface RejectChoice.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RejectChoice.Builder,RejectChoice>,SdkBuilder<RejectChoice.Builder,RejectChoice>,SdkPojo
- Enclosing class:
- RejectChoice
public static interface RejectChoice.Builder extends SdkPojo, CopyableBuilder<RejectChoice.Builder,RejectChoice>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RejectChoice.BuilderpredictionChoices(Integer... predictionChoices)Specifies the the automatically generated business metadata that can be rejected.RejectChoice.BuilderpredictionChoices(Collection<Integer> predictionChoices)Specifies the the automatically generated business metadata that can be rejected.RejectChoice.BuilderpredictionTarget(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, sdkFields
-
-
-
-
Method Detail
-
predictionChoices
RejectChoice.Builder predictionChoices(Collection<Integer> 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
RejectChoice.Builder predictionChoices(Integer... 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
RejectChoice.Builder predictionTarget(String 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.
-
-