Interface ConflictExceptionErrorArgument.Builder

    • 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.