Class GRPCConnectionStateBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.GRPCConnectionStateFluent<GRPCConnectionStateBuilder>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.GRPCConnectionStateBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<GRPCConnectionState>,io.fabric8.kubernetes.api.builder.Visitable<GRPCConnectionStateBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<GRPCConnectionState,GRPCConnectionStateBuilder>
public class GRPCConnectionStateBuilder extends GRPCConnectionStateFluent<GRPCConnectionStateBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<GRPCConnectionState,GRPCConnectionStateBuilder>
-
-
Constructor Summary
Constructors Constructor Description GRPCConnectionStateBuilder()GRPCConnectionStateBuilder(GRPCConnectionState instance)GRPCConnectionStateBuilder(GRPCConnectionStateFluent<?> fluent)GRPCConnectionStateBuilder(GRPCConnectionStateFluent<?> fluent, GRPCConnectionState instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GRPCConnectionStatebuild()-
Methods inherited from class io.fabric8.openshift.api.model.operatorhub.v1alpha1.GRPCConnectionStateFluent
addToAdditionalProperties, addToAdditionalProperties, copyInstance, equals, getAdditionalProperties, getAddress, getLastConnect, getLastObservedState, hasAdditionalProperties, hasAddress, hashCode, hasLastConnect, hasLastObservedState, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withAddress, withLastConnect, withLastObservedState
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
GRPCConnectionStateBuilder
public GRPCConnectionStateBuilder()
-
GRPCConnectionStateBuilder
public GRPCConnectionStateBuilder(GRPCConnectionStateFluent<?> fluent)
-
GRPCConnectionStateBuilder
public GRPCConnectionStateBuilder(GRPCConnectionStateFluent<?> fluent, GRPCConnectionState instance)
-
GRPCConnectionStateBuilder
public GRPCConnectionStateBuilder(GRPCConnectionState instance)
-
-
Method Detail
-
build
public GRPCConnectionState build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<GRPCConnectionState>
-
-