Package io.quarkus.registry.catalog
Interface Platform.Mutable
-
- All Superinterfaces:
JsonBuilder<Platform>,Platform
- All Known Implementing Classes:
PlatformImpl.Builder
- Enclosing interface:
- Platform
public static interface Platform.Mutable extends Platform, JsonBuilder<Platform>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.quarkus.registry.json.JsonBuilder
JsonBuilder.JsonBuilderSerializer<T>
-
Nested classes/interfaces inherited from interface io.quarkus.registry.catalog.Platform
Platform.Mutable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Platform.MutableaddStream(PlatformStream stream)Platformbuild()Platform.MutablesetMetadata(Map<String,Object> metadata)Platform.MutablesetName(String name)Platform.MutablesetPlatformKey(String platformKey)Platform.MutablesetStreams(Collection<PlatformStream> streams)-
Methods inherited from interface io.quarkus.registry.catalog.Platform
getMetadata, getName, getPlatformKey, getRecommendedStream, getStream, getStreams, mutable
-
-
-
-
Method Detail
-
setMetadata
Platform.Mutable setMetadata(Map<String,Object> metadata)
-
setPlatformKey
Platform.Mutable setPlatformKey(String platformKey)
-
setName
Platform.Mutable setName(String name)
-
setStreams
Platform.Mutable setStreams(Collection<PlatformStream> streams)
-
addStream
Platform.Mutable addStream(PlatformStream stream)
-
build
Platform build()
- Specified by:
buildin interfaceJsonBuilder<Platform>
-
-