Interface SanitizationWarning.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SanitizationWarning.Builder,
,SanitizationWarning> SdkBuilder<SanitizationWarning.Builder,
,SanitizationWarning> SdkPojo
- Enclosing class:
SanitizationWarning
public static interface SanitizationWarning.Builder
extends SdkPojo, CopyableBuilder<SanitizationWarning.Builder,SanitizationWarning>
-
Method Summary
Modifier and TypeMethodDescriptionattributeName
(String attributeName) The name of the configuration attribute that has been sanitized.elementName
(String elementName) The name of the configuration element that has been sanitized.The reason for which the configuration elements or attributes were sanitized.reason
(SanitizationWarningReason reason) The reason for which the configuration elements or attributes were sanitized.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
attributeName
The name of the configuration attribute that has been sanitized.
- Parameters:
attributeName
- The name of the configuration attribute that has been sanitized.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
elementName
The name of the configuration element that has been sanitized.
- Parameters:
elementName
- The name of the configuration element that has been sanitized.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reason
The reason for which the configuration elements or attributes were sanitized.
- Parameters:
reason
- The reason for which the configuration elements or attributes were sanitized.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
reason
The reason for which the configuration elements or attributes were sanitized.
- Parameters:
reason
- The reason for which the configuration elements or attributes were sanitized.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-