ProfileBuilder | 
ProfileBuilder.binding(String id,
       ElementDefinition.Binding binding) | 
 Add value set binding to the element definition with the given id. 
 | 
ProfileBuilder | 
ProfileBuilder.cardinality(String id,
           int min,
           String max) | 
 Add a cardinality constraint to the element definition with the given id. 
 | 
ProfileBuilder | 
ProfileBuilder.constraint(String id,
          ElementDefinition.Constraint... constraint) | 
 Add constraint objects to the element definition with the given id, 
 | 
ProfileBuilder | 
ProfileBuilder.fixed(String id,
     Element fixed) | 
 Add a fixed value constraint to the element definition with the given id. 
 | 
ProfileBuilder | 
ProfileBuilder.pattern(String id,
       Element pattern) | 
 Add a pattern value constraint to the element definition with the given id. 
 | 
ProfileBuilder | 
ProfileBuilder.slice(String id,
     String sliceName,
     Class<?> type,
     int min,
     String max) | 
 Add a slice to the element definition the given id. 
 | 
ProfileBuilder | 
ProfileBuilder.slicing(String id,
       ElementDefinition.Slicing slicing) | 
 Add a slice definition to the element definition with the given id. 
 | 
ProfileBuilder | 
ProfileBuilder.type(String id,
    ElementDefinition.Type... type) | 
 Add a type constraint to the element definition with the given id. 
 |