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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SanitizationWarning.BuilderattributeName(String attributeName)The name of the configuration attribute that has been sanitized.SanitizationWarning.BuilderelementName(String elementName)The name of the configuration element that has been sanitized.SanitizationWarning.Builderreason(String reason)The reason for which the configuration elements or attributes were sanitized.SanitizationWarning.Builderreason(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 Detail
-
attributeName
SanitizationWarning.Builder attributeName(String 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
SanitizationWarning.Builder elementName(String 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
SanitizationWarning.Builder reason(String 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:
SanitizationWarningReason,SanitizationWarningReason
-
reason
SanitizationWarning.Builder reason(SanitizationWarningReason 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:
SanitizationWarningReason,SanitizationWarningReason
-
-