newBuilder

Creates a new TicketTemplateBuilder without passing any values for initialization. The new builder is empty and contains no information. It can be modified as desired and then used to create a new TicketTemplate that can be utilized to create tickets and backfills.

Return

A new TicketTemplateBuilder initialized with empty default values.


Creates a new TicketTemplateBuilder and initializes it with the values of a specific existing TicketTemplate. The values are copied during construction, and the values are no longer dependent on each other after creation. It can be modified as desired and then used to create a new TicketTemplate that can be utilized to create tickets and backfills.

Return

A new TicketTemplateBuilder initialized with the values of the provided TicketTemplate.

Parameters

preset

The existing TicketTemplate whose attributes should be used as initial values for the new builder.