Class DeviceAttributeBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.resource.v1.DeviceAttributeFluent<DeviceAttributeBuilder>
-
- io.fabric8.kubernetes.api.model.resource.v1.DeviceAttributeBuilder
-
- All Implemented Interfaces:
Builder<DeviceAttribute>,Visitable<DeviceAttributeBuilder>,VisitableBuilder<DeviceAttribute,DeviceAttributeBuilder>
public class DeviceAttributeBuilder extends DeviceAttributeFluent<DeviceAttributeBuilder> implements VisitableBuilder<DeviceAttribute,DeviceAttributeBuilder>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT
-
-
Constructor Summary
Constructors Constructor Description DeviceAttributeBuilder()DeviceAttributeBuilder(DeviceAttribute instance)DeviceAttributeBuilder(DeviceAttributeFluent<?> fluent)DeviceAttributeBuilder(DeviceAttributeFluent<?> fluent, DeviceAttribute instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeviceAttributebuild()-
Methods inherited from class io.fabric8.kubernetes.api.model.resource.v1.DeviceAttributeFluent
addAllToBools, addAllToInts, addAllToStrings, addAllToVersions, addToAdditionalProperties, addToAdditionalProperties, addToBools, addToBools, addToInts, addToInts, addToStrings, addToStrings, addToVersions, addToVersions, copyInstance, equals, getAdditionalProperties, getBool, getBool, getBools, getFirstBool, getFirstInt, getFirstString, getFirstVersion, getInt, getInt, getInts, getLastBool, getLastInt, getLastString, getLastVersion, getMatchingBool, getMatchingInt, getMatchingString, getMatchingVersion, getString, getString, getStrings, getVersion, getVersion, getVersions, hasAdditionalProperties, hasBool, hasBools, hashCode, hasInt, hasInts, hasMatchingBool, hasMatchingInt, hasMatchingString, hasMatchingVersion, hasString, hasStrings, hasVersion, hasVersions, removeAllFromBools, removeAllFromInts, removeAllFromStrings, removeAllFromVersions, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromBools, removeFromInts, removeFromStrings, removeFromVersions, setToBools, setToInts, setToStrings, setToVersions, toString, withAdditionalProperties, withBool, withBool, withBools, withBools, withInt, withInts, withInts, withString, withStrings, withStrings, withVersion, withVersions, withVersions
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
DeviceAttributeBuilder
public DeviceAttributeBuilder()
-
DeviceAttributeBuilder
public DeviceAttributeBuilder(DeviceAttributeFluent<?> fluent)
-
DeviceAttributeBuilder
public DeviceAttributeBuilder(DeviceAttribute instance)
-
DeviceAttributeBuilder
public DeviceAttributeBuilder(DeviceAttributeFluent<?> fluent, DeviceAttribute instance)
-
-
Method Detail
-
build
public DeviceAttribute build()
- Specified by:
buildin interfaceBuilder<DeviceAttribute>
-
-