| Modifier and Type | Method and Description |
|---|---|
ImmutableComponentDefinition |
ImmutableComponentDefinition.Builder.build()
Builds a new
ImmutableComponentDefinition. |
static ImmutableComponentDefinition |
ImmutableComponentDefinition.copyOf(ComponentDefinition instance)
Creates an immutable copy of a
ComponentDefinition value. |
ImmutableComponentDefinition |
ImmutableComponentDefinition.withComponent(ComponentDefinition.Component value)
Copy the current immutable object by setting a value for the
component attribute. |
ImmutableComponentDefinition |
ImmutableComponentDefinition.withComponentProperties(Map<String,? extends ComponentDefinition.Property> entries)
Copy the current immutable object by replacing the
componentProperties map with the specified map. |
ImmutableComponentDefinition |
ImmutableComponentDefinition.withEndpointProperties(Map<String,? extends ComponentDefinition.Property> entries)
Copy the current immutable object by replacing the
endpointProperties map with the specified map. |
Copyright © 2016–2019 Red Hat. All rights reserved.