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.
|
copyapplyMutation, buildSanitizationWarning.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,
SanitizationWarningReasonSanitizationWarning.Builder reason(SanitizationWarningReason reason)
reason - Required. The reason for which the XML elements or attributes were sanitized.SanitizationWarningReason,
SanitizationWarningReasonCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.