Interface ConflictExceptionErrorArgument.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ConflictExceptionErrorArgument.Builder,ConflictExceptionErrorArgument>,SdkBuilder<ConflictExceptionErrorArgument.Builder,ConflictExceptionErrorArgument>,SdkPojo
- Enclosing class:
- ConflictExceptionErrorArgument
public static interface ConflictExceptionErrorArgument.Builder extends SdkPojo, CopyableBuilder<ConflictExceptionErrorArgument.Builder,ConflictExceptionErrorArgument>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConflictExceptionErrorArgument.Buildername(String name)The error argument's name.ConflictExceptionErrorArgument.Buildervalue(String value)The error 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
ConflictExceptionErrorArgument.Builder name(String name)
The error argument's name.
- Parameters:
name- The error argument's name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
ConflictExceptionErrorArgument.Builder value(String value)
The error argument's value.
- Parameters:
value- The error argument's value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-