Interface SchemaChangeDetails.Builder

  • Method Details

    • name

      Name of the changing field. This value can be up to 255 characters long.

      Parameters:
      name - Name of the changing field. This value can be up to 255 characters long.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      Is the field being added, removed, or modified?

      Parameters:
      type - Is the field being added, removed, or modified?
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      Is the field being added, removed, or modified?

      Parameters:
      type - Is the field being added, removed, or modified?
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • description

      SchemaChangeDetails.Builder description(String description)

      Description of what's changing about this field. This value can be up to 512 characters long.

      Parameters:
      description - Description of what's changing about this field. This value can be up to 512 characters long.
      Returns:
      Returns a reference to this object so that method calls can be chained together.