Uses of Class
org.apache.camel.k.tooling.maven.model.CamelScheme.Builder
-
Packages that use CamelScheme.Builder Package Description org.apache.camel.k.tooling.maven.model -
-
Uses of CamelScheme.Builder in org.apache.camel.k.tooling.maven.model
Methods in org.apache.camel.k.tooling.maven.model that return CamelScheme.Builder Modifier and Type Method Description CamelScheme.Builder
ImmutableCamelScheme.Builder. from(CamelScheme instance)
Fill a builder with attribute values from the providedCamelScheme
instance.CamelScheme.Builder
ImmutableCamelScheme.Builder. http(boolean http)
Initializes the value for thehttp
attribute.CamelScheme.Builder
ImmutableCamelScheme.Builder. id(String id)
Initializes the value for theid
attribute.CamelScheme.Builder
ImmutableCamelScheme.Builder. passive(boolean passive)
Initializes the value for thepassive
attribute.
-