Interface SanitizationWarning.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SanitizationWarning.Builder,,- SanitizationWarning> - SdkBuilder<SanitizationWarning.Builder,,- SanitizationWarning> - SdkPojo
- Enclosing class:
- SanitizationWarning
@Mutable
@NotThreadSafe
public static interface SanitizationWarning.Builder
extends SdkPojo, CopyableBuilder<SanitizationWarning.Builder,SanitizationWarning> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
attributeNameThe 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.
 
- 
elementNameThe 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.
 
- 
reasonThe 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:
 
- 
reasonThe 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:
 
 
-