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 Details

    • 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

      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.