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