| Modifier and Type | Method and Description |
|---|---|
ImmutableComponentDefinition.Builder |
ImmutableComponentDefinition.Builder.component(ComponentDefinition.Component component)
Initializes the value for the
component attribute. |
ImmutableComponentDefinition.Builder |
ImmutableComponentDefinition.Builder.componentProperties(Map<String,? extends ComponentDefinition.Property> entries)
Sets or replaces all mappings from the specified map as entries for the
componentProperties map. |
ImmutableComponentDefinition.Builder |
ImmutableComponentDefinition.Builder.endpointProperties(Map<String,? extends ComponentDefinition.Property> entries)
Sets or replaces all mappings from the specified map as entries for the
endpointProperties map. |
ImmutableComponentDefinition.Builder |
ImmutableComponentDefinition.Builder.from(ComponentDefinition instance)
Fill a builder with attribute values from the provided
ComponentDefinition instance. |
ImmutableComponentDefinition.Builder |
ImmutableComponentDefinition.Builder.putAllComponentProperties(Map<String,? extends ComponentDefinition.Property> entries)
Put all mappings from the specified map as entries to
componentProperties map. |
ImmutableComponentDefinition.Builder |
ImmutableComponentDefinition.Builder.putAllEndpointProperties(Map<String,? extends ComponentDefinition.Property> entries)
Put all mappings from the specified map as entries to
endpointProperties map. |
ImmutableComponentDefinition.Builder |
ImmutableComponentDefinition.Builder.putComponentProperties(Map.Entry<String,? extends ComponentDefinition.Property> entry)
Put one entry to the
componentProperties map. |
ImmutableComponentDefinition.Builder |
ImmutableComponentDefinition.Builder.putComponentProperties(String key,
ComponentDefinition.Property value)
Put one entry to the
componentProperties map. |
ImmutableComponentDefinition.Builder |
ImmutableComponentDefinition.Builder.putEndpointProperties(Map.Entry<String,? extends ComponentDefinition.Property> entry)
Put one entry to the
endpointProperties map. |
ImmutableComponentDefinition.Builder |
ImmutableComponentDefinition.Builder.putEndpointProperties(String key,
ComponentDefinition.Property value)
Put one entry to the
endpointProperties map. |
Copyright © 2016–2019 Red Hat. All rights reserved.