Interface ValidationWarning.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ValidationWarning.Builder,,ValidationWarning> SdkBuilder<ValidationWarning.Builder,,ValidationWarning> SdkPojo
- Enclosing class:
 ValidationWarning
public static interface ValidationWarning.Builder
extends SdkPojo, CopyableBuilder<ValidationWarning.Builder,ValidationWarning> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the object that contains the validation warning.A description of the validation warning.warnings(Collection<String> warnings) A description of the validation 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, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
id
The identifier of the object that contains the validation warning.
- Parameters:
 id- The identifier of the object that contains the validation warning.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
warnings
A description of the validation warning.
- Parameters:
 warnings- A description of the validation warning.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
warnings
A description of the validation warning.
- Parameters:
 warnings- A description of the validation warning.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -