public class InterceptorRefBuilder extends InterceptorRefFluentImpl<InterceptorRefBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<InterceptorRef,InterceptorRefBuilder>
| Constructor and Description |
|---|
InterceptorRefBuilder() |
InterceptorRefBuilder(Boolean validationEnabled) |
InterceptorRefBuilder(InterceptorRef instance) |
InterceptorRefBuilder(InterceptorRef instance,
Boolean validationEnabled) |
InterceptorRefBuilder(InterceptorRefFluent<?> fluent) |
InterceptorRefBuilder(InterceptorRefFluent<?> fluent,
Boolean validationEnabled) |
InterceptorRefBuilder(InterceptorRefFluent<?> fluent,
InterceptorRef instance) |
InterceptorRefBuilder(InterceptorRefFluent<?> fluent,
InterceptorRef instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
InterceptorRef |
build() |
equals, getApiVersion, getKind, getName, hasApiVersion, hashCode, hasKind, hasName, toString, withApiVersion, withKind, withNameaccept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic InterceptorRefBuilder()
public InterceptorRefBuilder(Boolean validationEnabled)
public InterceptorRefBuilder(InterceptorRefFluent<?> fluent)
public InterceptorRefBuilder(InterceptorRefFluent<?> fluent, Boolean validationEnabled)
public InterceptorRefBuilder(InterceptorRefFluent<?> fluent, InterceptorRef instance)
public InterceptorRefBuilder(InterceptorRefFluent<?> fluent, InterceptorRef instance, Boolean validationEnabled)
public InterceptorRefBuilder(InterceptorRef instance)
public InterceptorRefBuilder(InterceptorRef instance, Boolean validationEnabled)
public InterceptorRef build()
build in interface io.fabric8.kubernetes.api.builder.Builder<InterceptorRef>Copyright © 2015–2023 Red Hat. All rights reserved.