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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
predictionChoicesSpecifies 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.
 
- 
predictionChoicesSpecifies 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.
 
- 
predictionTargetSpecifies 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.
 
 
-