| Package | Description |
|---|---|
| org.apache.camel.k.tooling.maven.model.crd |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCamelCatalog |
ImmutableCamelCatalog.Builder.build()
Builds a new
ImmutableCamelCatalog. |
static ImmutableCamelCatalog |
ImmutableCamelCatalog.copyOf(CamelCatalog instance)
Creates an immutable copy of a
CamelCatalog value. |
ImmutableCamelCatalog |
ImmutableCamelCatalog.withApiVersion(String value)
Copy the current immutable object by setting a value for the
apiVersion attribute. |
ImmutableCamelCatalog |
ImmutableCamelCatalog.withKind(String value)
Copy the current immutable object by setting a value for the
kind attribute. |
ImmutableCamelCatalog |
ImmutableCamelCatalog.withMetadata(ObjectMeta value)
Copy the current immutable object by setting a value for the
metadata attribute. |
ImmutableCamelCatalog |
ImmutableCamelCatalog.withSpec(CamelCatalogSpec value)
Copy the current immutable object by setting a value for the
spec attribute. |
Copyright © 2019 The Apache Software Foundation. All rights reserved.