public static final class DetectedSensitiveContentBase.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
DetectedSensitiveContentBase |
build() |
DetectedSensitiveContentBase.Builder |
confidence(Integer confidence) |
DetectedSensitiveContentBase.Builder |
displayName(String displayName) |
DetectedSensitiveContentBase.Builder |
id(String id) |
DetectedSensitiveContentBase.Builder |
matches(List<SensitiveContentLocation> matches) |
DetectedSensitiveContentBase.Builder |
matchesNextLink(String matchesNextLink) |
DetectedSensitiveContentBase.Builder |
recommendedConfidence(Integer recommendedConfidence) |
DetectedSensitiveContentBase.Builder |
uniqueCount(Integer uniqueCount) |
public DetectedSensitiveContentBase.Builder id(String id)
public DetectedSensitiveContentBase.Builder displayName(String displayName)
public DetectedSensitiveContentBase.Builder uniqueCount(Integer uniqueCount)
public DetectedSensitiveContentBase.Builder confidence(Integer confidence)
public DetectedSensitiveContentBase.Builder recommendedConfidence(Integer recommendedConfidence)
public DetectedSensitiveContentBase.Builder matches(List<SensitiveContentLocation> matches)
public DetectedSensitiveContentBase.Builder matchesNextLink(String matchesNextLink)
public DetectedSensitiveContentBase build()
Copyright © 2018–2020. All rights reserved.