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