Uses of Class
org.apache.camel.k.tooling.maven.model.crd.CamelCatalog.Builder
-
Packages that use CamelCatalog.Builder Package Description org.apache.camel.k.tooling.maven.model.crd -
-
Uses of CamelCatalog.Builder in org.apache.camel.k.tooling.maven.model.crd
Methods in org.apache.camel.k.tooling.maven.model.crd that return CamelCatalog.Builder Modifier and Type Method Description CamelCatalog.Builder
ImmutableCamelCatalog.Builder. apiVersion(String apiVersion)
Initializes the value for theapiVersion
attribute.CamelCatalog.Builder
ImmutableCamelCatalog.Builder. from(CamelCatalog instance)
Fill a builder with attribute values from the providedCamelCatalog
instance.CamelCatalog.Builder
ImmutableCamelCatalog.Builder. kind(String kind)
Initializes the value for thekind
attribute.CamelCatalog.Builder
ImmutableCamelCatalog.Builder. metadata(ObjectMeta metadata)
Initializes the value for themetadata
attribute.CamelCatalog.Builder
ImmutableCamelCatalog.Builder. spec(CamelCatalogSpec spec)
Initializes the value for thespec
attribute.
-