public class InterceptorParamsBuilder extends InterceptorParamsFluentImpl<InterceptorParamsBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<InterceptorParams,InterceptorParamsBuilder>
| Constructor and Description |
|---|
InterceptorParamsBuilder() |
InterceptorParamsBuilder(Boolean validationEnabled) |
InterceptorParamsBuilder(InterceptorParams instance) |
InterceptorParamsBuilder(InterceptorParams instance,
Boolean validationEnabled) |
InterceptorParamsBuilder(InterceptorParamsFluent<?> fluent) |
InterceptorParamsBuilder(InterceptorParamsFluent<?> fluent,
Boolean validationEnabled) |
InterceptorParamsBuilder(InterceptorParamsFluent<?> fluent,
InterceptorParams instance) |
InterceptorParamsBuilder(InterceptorParamsFluent<?> fluent,
InterceptorParams instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
InterceptorParams |
build() |
equals, getName, getValue, hashCode, hasName, hasValue, toString, withName, withValueaccept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic InterceptorParamsBuilder()
public InterceptorParamsBuilder(Boolean validationEnabled)
public InterceptorParamsBuilder(InterceptorParamsFluent<?> fluent)
public InterceptorParamsBuilder(InterceptorParamsFluent<?> fluent, Boolean validationEnabled)
public InterceptorParamsBuilder(InterceptorParamsFluent<?> fluent, InterceptorParams instance)
public InterceptorParamsBuilder(InterceptorParamsFluent<?> fluent, InterceptorParams instance, Boolean validationEnabled)
public InterceptorParamsBuilder(InterceptorParams instance)
public InterceptorParamsBuilder(InterceptorParams instance, Boolean validationEnabled)
public InterceptorParams build()
build in interface io.fabric8.kubernetes.api.builder.Builder<InterceptorParams>Copyright © 2015–2023 Red Hat. All rights reserved.