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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValidationExceptionErrorArgument.Buildername(String name)The argument's name.ValidationExceptionErrorArgument.Buildervalue(String value)The argument's value.-
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
-
name
ValidationExceptionErrorArgument.Builder name(String 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
ValidationExceptionErrorArgument.Builder value(String 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.
-
-