public interface Builder
getProfileClass(). A Builder is single-use only, it cannot be used to create multiple instances of the Profile.| Modifier and Type | Method and Description | 
|---|---|
BuilderContext | 
getBuilderContext()
The context in which the Profile will be/has been built. 
 | 
Profile | 
getProfile()
The built Profile instance. 
 | 
java.lang.Class | 
getProfileClass()
The Profile type that will be created if  
getProfile() is invoked. | 
Profile getProfile()
BuilderContext getBuilderContext()
java.lang.Class getProfileClass()
getProfile() is invoked.