@Incubating public interface ComponentMetadataBuilder
| Modifier and Type | Method | Description | 
|---|---|---|
| void | attributes(Action<? super AttributeContainer> attributesConfiguration) | Configures the attributes of this component | 
| AttributeContainer | getAttributes() | Returns the attributes of the component. | 
| void | setStatus(java.lang.String status) | Sets the status of this component | 
| void | setStatusScheme(java.util.List<java.lang.String> scheme) | Sets the status scheme of this component | 
void setStatus(java.lang.String status)
status - the component statusvoid setStatusScheme(java.util.List<java.lang.String> scheme)
scheme - the status schemevoid attributes(Action<? super AttributeContainer> attributesConfiguration)
attributesConfiguration - the configuration actionAttributeContainer getAttributes()