Uses of Class
org.apache.camel.k.catalog.model.k8s.crd.CamelCatalogSpec.Builder
Packages that use CamelCatalogSpec.Builder
-
Uses of CamelCatalogSpec.Builder in org.apache.camel.k.catalog.model.k8s.crd
Methods in org.apache.camel.k.catalog.model.k8s.crd that return CamelCatalogSpec.BuilderModifier and TypeMethodDescriptionfinal CamelCatalogSpec.Builder
ImmutableCamelCatalogSpec.Builder.artifacts
(Map<String, ? extends CamelArtifact> entries) Sets or replaces all mappings from the specified map as entries for theartifacts
map.final CamelCatalogSpec.Builder
ImmutableCamelCatalogSpec.Builder.from
(CamelCatalogSpec instance) Fill a builder with attribute values from the providedCamelCatalogSpec
instance.final CamelCatalogSpec.Builder
ImmutableCamelCatalogSpec.Builder.loaders
(Map<String, ? extends CamelLoader> entries) Sets or replaces all mappings from the specified map as entries for theloaders
map.final CamelCatalogSpec.Builder
ImmutableCamelCatalogSpec.Builder.putAllArtifacts
(Map<String, ? extends CamelArtifact> entries) Put all mappings from the specified map as entries toartifacts
map.final CamelCatalogSpec.Builder
ImmutableCamelCatalogSpec.Builder.putAllLoaders
(Map<String, ? extends CamelLoader> entries) Put all mappings from the specified map as entries toloaders
map.CamelCatalogSpec.Builder.putArtifact
(String groupId, String artifactId) CamelCatalogSpec.Builder.putArtifact
(CamelArtifact artifact) final CamelCatalogSpec.Builder
ImmutableCamelCatalogSpec.Builder.putArtifact
(String key, CamelArtifact value) Put one entry to theartifacts
map.final CamelCatalogSpec.Builder
ImmutableCamelCatalogSpec.Builder.putArtifact
(Map.Entry<String, ? extends CamelArtifact> entry) Put one entry to theartifacts
map.final CamelCatalogSpec.Builder
ImmutableCamelCatalogSpec.Builder.putLoader
(String key, CamelLoader value) Put one entry to theloaders
map.final CamelCatalogSpec.Builder
ImmutableCamelCatalogSpec.Builder.putLoader
(Map.Entry<String, ? extends CamelLoader> entry) Put one entry to theloaders
map.final CamelCatalogSpec.Builder
ImmutableCamelCatalogSpec.Builder.runtime
(RuntimeSpec runtime) Initializes the value for theruntime
attribute.