Interface SchemaChangeDetails.Builder

    • Method Detail

      • name

        SchemaChangeDetails.Builder name​(String 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.
      • 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.