Class DetachedAnnotationArgumentsBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1.DetachedAnnotationArgumentsFluent<DetachedAnnotationArgumentsBuilder>
-
- io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1.DetachedAnnotationArgumentsBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<DetachedAnnotationArguments>,io.fabric8.kubernetes.api.builder.Visitable<DetachedAnnotationArgumentsBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<DetachedAnnotationArguments,DetachedAnnotationArgumentsBuilder>
public class DetachedAnnotationArgumentsBuilder extends DetachedAnnotationArgumentsFluent<DetachedAnnotationArgumentsBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<DetachedAnnotationArguments,DetachedAnnotationArgumentsBuilder>
-
-
Constructor Summary
Constructors Constructor Description DetachedAnnotationArgumentsBuilder()DetachedAnnotationArgumentsBuilder(DetachedAnnotationArguments instance)DetachedAnnotationArgumentsBuilder(DetachedAnnotationArgumentsFluent<?> fluent)DetachedAnnotationArgumentsBuilder(DetachedAnnotationArgumentsFluent<?> fluent, DetachedAnnotationArguments instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DetachedAnnotationArgumentsbuild()-
Methods inherited from class io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1.DetachedAnnotationArgumentsFluent
addToAdditionalProperties, addToAdditionalProperties, copyInstance, equals, getAdditionalProperties, getDeleteAction, hasAdditionalProperties, hasDeleteAction, hashCode, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withDeleteAction
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
DetachedAnnotationArgumentsBuilder
public DetachedAnnotationArgumentsBuilder()
-
DetachedAnnotationArgumentsBuilder
public DetachedAnnotationArgumentsBuilder(DetachedAnnotationArgumentsFluent<?> fluent)
-
DetachedAnnotationArgumentsBuilder
public DetachedAnnotationArgumentsBuilder(DetachedAnnotationArgumentsFluent<?> fluent, DetachedAnnotationArguments instance)
-
DetachedAnnotationArgumentsBuilder
public DetachedAnnotationArgumentsBuilder(DetachedAnnotationArguments instance)
-
-
Method Detail
-
build
public DetachedAnnotationArguments build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<DetachedAnnotationArguments>
-
-