Interface WarningsListItem.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<WarningsListItem.Builder,,WarningsListItem> SdkBuilder<WarningsListItem.Builder,,WarningsListItem> SdkPojo
- Enclosing class:
 WarningsListItem
public static interface WarningsListItem.Builder
extends SdkPojo, CopyableBuilder<WarningsListItem.Builder,WarningsListItem> 
- 
Method Summary
Modifier and TypeMethodDescriptionPage number in the input document.The type of warning.warnCode(PageBasedWarningCode warnCode) The type of warning.warnMessage(String warnMessage) Text message associated with the warning.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
page
Page number in the input document.
- Parameters:
 page- Page number in the input document.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
warnCode
The type of warning.
- Parameters:
 warnCode- The type of warning.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
warnCode
The type of warning.
- Parameters:
 warnCode- The type of warning.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
warnMessage
Text message associated with the warning.
- Parameters:
 warnMessage- Text message associated with the warning.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -