Class HTTPQueryParamMatchBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.gatewayapi.v1.HTTPQueryParamMatchFluent<HTTPQueryParamMatchBuilder>
-
- io.fabric8.kubernetes.api.model.gatewayapi.v1.HTTPQueryParamMatchBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<HTTPQueryParamMatch>
,io.fabric8.kubernetes.api.builder.Visitable<HTTPQueryParamMatchBuilder>
,io.fabric8.kubernetes.api.builder.VisitableBuilder<HTTPQueryParamMatch,HTTPQueryParamMatchBuilder>
public class HTTPQueryParamMatchBuilder extends HTTPQueryParamMatchFluent<HTTPQueryParamMatchBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<HTTPQueryParamMatch,HTTPQueryParamMatchBuilder>
-
-
Constructor Summary
Constructors Constructor Description HTTPQueryParamMatchBuilder()
HTTPQueryParamMatchBuilder(HTTPQueryParamMatch instance)
HTTPQueryParamMatchBuilder(HTTPQueryParamMatchFluent<?> fluent)
HTTPQueryParamMatchBuilder(HTTPQueryParamMatchFluent<?> fluent, HTTPQueryParamMatch instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HTTPQueryParamMatch
build()
-
Methods inherited from class io.fabric8.kubernetes.api.model.gatewayapi.v1.HTTPQueryParamMatchFluent
addToAdditionalProperties, addToAdditionalProperties, copyInstance, equals, getAdditionalProperties, getName, getType, getValue, hasAdditionalProperties, hashCode, hasName, hasType, hasValue, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withName, withType, withValue
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
HTTPQueryParamMatchBuilder
public HTTPQueryParamMatchBuilder()
-
HTTPQueryParamMatchBuilder
public HTTPQueryParamMatchBuilder(HTTPQueryParamMatchFluent<?> fluent)
-
HTTPQueryParamMatchBuilder
public HTTPQueryParamMatchBuilder(HTTPQueryParamMatchFluent<?> fluent, HTTPQueryParamMatch instance)
-
HTTPQueryParamMatchBuilder
public HTTPQueryParamMatchBuilder(HTTPQueryParamMatch instance)
-
-
Method Detail
-
build
public HTTPQueryParamMatch build()
- Specified by:
build
in interfaceio.fabric8.kubernetes.api.builder.Builder<HTTPQueryParamMatch>
-
-