Uses of Interface
software.amazon.awssdk.services.rekognition.model.HumanLoopDataAttributes.Builder
-
Packages that use HumanLoopDataAttributes.Builder Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of HumanLoopDataAttributes.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return HumanLoopDataAttributes.Builder Modifier and Type Method Description static HumanLoopDataAttributes.BuilderHumanLoopDataAttributes. builder()HumanLoopDataAttributes.BuilderHumanLoopDataAttributes.Builder. contentClassifiers(Collection<ContentClassifier> contentClassifiers)Sets whether the input image is free of personally identifiable information.HumanLoopDataAttributes.BuilderHumanLoopDataAttributes.Builder. contentClassifiers(ContentClassifier... contentClassifiers)Sets whether the input image is free of personally identifiable information.HumanLoopDataAttributes.BuilderHumanLoopDataAttributes.Builder. contentClassifiersWithStrings(String... contentClassifiers)Sets whether the input image is free of personally identifiable information.HumanLoopDataAttributes.BuilderHumanLoopDataAttributes.Builder. contentClassifiersWithStrings(Collection<String> contentClassifiers)Sets whether the input image is free of personally identifiable information.HumanLoopDataAttributes.BuilderHumanLoopDataAttributes. toBuilder()Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type HumanLoopDataAttributes.Builder Modifier and Type Method Description static Class<? extends HumanLoopDataAttributes.Builder>HumanLoopDataAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type HumanLoopDataAttributes.Builder Modifier and Type Method Description default HumanLoopConfig.BuilderHumanLoopConfig.Builder. dataAttributes(Consumer<HumanLoopDataAttributes.Builder> dataAttributes)Sets attributes of the input data.
-