public class AnnotationBuilder extends AnnotationFluentImpl<AnnotationBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<Annotation,AnnotationBuilder>
| Constructor and Description |
|---|
AnnotationBuilder() |
AnnotationBuilder(Annotation instance) |
AnnotationBuilder(Annotation instance,
Boolean validationEnabled) |
AnnotationBuilder(AnnotationFluent<?> fluent) |
AnnotationBuilder(AnnotationFluent<?> fluent,
Annotation instance) |
AnnotationBuilder(AnnotationFluent<?> fluent,
Annotation instance,
Boolean validationEnabled) |
AnnotationBuilder(AnnotationFluent<?> fluent,
Boolean validationEnabled) |
AnnotationBuilder(Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
EditableAnnotation |
build() |
equals, getKey, getValue, hashCode, hasKey, hasValue, toString, withKey, withValueaccept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic AnnotationBuilder()
public AnnotationBuilder(Boolean validationEnabled)
public AnnotationBuilder(AnnotationFluent<?> fluent)
public AnnotationBuilder(AnnotationFluent<?> fluent, Boolean validationEnabled)
public AnnotationBuilder(AnnotationFluent<?> fluent, Annotation instance)
public AnnotationBuilder(AnnotationFluent<?> fluent, Annotation instance, Boolean validationEnabled)
public AnnotationBuilder(Annotation instance)
public AnnotationBuilder(Annotation instance, Boolean validationEnabled)
public EditableAnnotation build()
build in interface io.fabric8.kubernetes.api.builder.Builder<Annotation>Copyright © 2018–2023 Red Hat. All rights reserved.