public class ApplicationComponent.Builder<T extends ApplicationComponent> extends AbstractResource.Builder<T,ApplicationComponent.Builder<T>>
Modifier and Type | Method and Description |
---|---|
ApplicationComponent.Builder<T> |
add(ApplicationComponent x) |
ApplicationComponent.Builder<T> |
add(PlatformComponent x) |
ApplicationComponent.Builder<T> |
applicationComponentTemplates(ResourceLookup<ApplicationComponent> x) |
ApplicationComponent.Builder<T> |
platformComponentTemplates(ResourceLookup<PlatformComponent> x) |
build, created, customAttribute, description, id, name, representationSkew, sourceCode, tags, type
public ApplicationComponent.Builder<T> applicationComponentTemplates(ResourceLookup<ApplicationComponent> x)
public ApplicationComponent.Builder<T> platformComponentTemplates(ResourceLookup<PlatformComponent> x)
public ApplicationComponent.Builder<T> add(ApplicationComponent x)
public ApplicationComponent.Builder<T> add(PlatformComponent x)