Interface ValidationExceptionErrorArgument.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ValidationExceptionErrorArgument.Builder,,ValidationExceptionErrorArgument> SdkBuilder<ValidationExceptionErrorArgument.Builder,,ValidationExceptionErrorArgument> SdkPojo
- Enclosing class:
 ValidationExceptionErrorArgument
public static interface ValidationExceptionErrorArgument.Builder
extends SdkPojo, CopyableBuilder<ValidationExceptionErrorArgument.Builder,ValidationExceptionErrorArgument> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe argument's name.The argument's value.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
- 
name
The argument's name.
- Parameters:
 name- The argument's name.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
value
The argument's value.
- Parameters:
 value- The argument's value.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -