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