public static interface SanitizationWarning.Builder extends SdkPojo, CopyableBuilder<SanitizationWarning.Builder,SanitizationWarning>
Modifier and Type | Method and Description |
---|---|
SanitizationWarning.Builder |
attributeName(String attributeName)
The name of the XML attribute that has been sanitized.
|
SanitizationWarning.Builder |
elementName(String elementName)
The name of the XML element that has been sanitized.
|
SanitizationWarning.Builder |
reason(SanitizationWarningReason reason)
Required.
|
SanitizationWarning.Builder |
reason(String reason)
Required.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
SanitizationWarning.Builder attributeName(String attributeName)
attributeName
- The name of the XML attribute that has been sanitized.SanitizationWarning.Builder elementName(String elementName)
elementName
- The name of the XML element that has been sanitized.SanitizationWarning.Builder reason(String reason)
reason
- Required. The reason for which the XML elements or attributes were sanitized.SanitizationWarningReason
,
SanitizationWarningReason
SanitizationWarning.Builder reason(SanitizationWarningReason reason)
reason
- Required. The reason for which the XML elements or attributes were sanitized.SanitizationWarningReason
,
SanitizationWarningReason