Class PlatformContext.PlatformContextBuilder
java.lang.Object
org.springframework.cloud.servicebroker.model.Context.ContextBaseBuilder<PlatformContext,PlatformContext.PlatformContextBuilder>
org.springframework.cloud.servicebroker.model.PlatformContext.PlatformContextBuilder
- Enclosing class:
- PlatformContext
public static final class PlatformContext.PlatformContextBuilder
extends Context.ContextBaseBuilder<PlatformContext,PlatformContext.PlatformContextBuilder>
Provides a fluent API for constructing a
PlatformContext
.-
Field Summary
Fields inherited from class org.springframework.cloud.servicebroker.model.Context.ContextBaseBuilder
platform, properties
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Construct aPlatformContext
from the provided values.protected PlatformContext.PlatformContextBuilder
Construct a builder.Methods inherited from class org.springframework.cloud.servicebroker.model.Context.ContextBaseBuilder
platform, properties, property
-
Method Details
-
createBuilder
Description copied from class:Context.ContextBaseBuilder
Construct a builder.- Specified by:
createBuilder
in classContext.ContextBaseBuilder<PlatformContext,
PlatformContext.PlatformContextBuilder> - Returns:
- the builder
-
build
Construct aPlatformContext
from the provided values.- Specified by:
build
in classContext.ContextBaseBuilder<PlatformContext,
PlatformContext.PlatformContextBuilder> - Returns:
- the newly constructed Context
-