Uses of Interface
software.amazon.awssdk.services.datazone.model.AcceptChoice.Builder
-
Packages that use AcceptChoice.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of AcceptChoice.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return AcceptChoice.Builder Modifier and Type Method Description static AcceptChoice.BuilderAcceptChoice. builder()AcceptChoice.BuilderAcceptChoice.Builder. predictionChoice(Integer predictionChoice)Specifies the prediction (aka, the automatically generated piece of metadata) that can be accepted.AcceptChoice.BuilderAcceptChoice.Builder. predictionTarget(String predictionTarget)Specifies the target (for example, a column name) where a prediction can be accepted.AcceptChoice.BuilderAcceptChoice. toBuilder()Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type AcceptChoice.Builder Modifier and Type Method Description static Class<? extends AcceptChoice.Builder>AcceptChoice. serializableBuilderClass()
-