Package io.fabric8.kubernetes.api.model
Class AttachedVolumeBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.AttachedVolumeFluentImpl<AttachedVolumeBuilder>
-
- io.fabric8.kubernetes.api.model.AttachedVolumeBuilder
-
- All Implemented Interfaces:
Builder<AttachedVolume>,Fluent<AttachedVolumeBuilder>,Visitable<AttachedVolumeBuilder>,VisitableBuilder<AttachedVolume,AttachedVolumeBuilder>,AttachedVolumeFluent<AttachedVolumeBuilder>
public class AttachedVolumeBuilder extends AttachedVolumeFluentImpl<AttachedVolumeBuilder> implements VisitableBuilder<AttachedVolume,AttachedVolumeBuilder>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description AttachedVolumeBuilder()AttachedVolumeBuilder(AttachedVolume instance)AttachedVolumeBuilder(AttachedVolumeFluent<?> fluent)AttachedVolumeBuilder(AttachedVolumeFluent<?> fluent, AttachedVolume instance)AttachedVolumeBuilder(AttachedVolumeFluent<?> fluent, AttachedVolume instance, Boolean validationEnabled)AttachedVolumeBuilder(AttachedVolumeFluent<?> fluent, Boolean validationEnabled)AttachedVolumeBuilder(AttachedVolume instance, Boolean validationEnabled)AttachedVolumeBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachedVolumebuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.fabric8.kubernetes.api.model.AttachedVolumeFluentImpl
getDevicePath, getName, hasDevicePath, hasName, withDevicePath, withName, withNewDevicePath, withNewDevicePath, withNewDevicePath, withNewName, withNewName, withNewName
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
AttachedVolumeBuilder
public AttachedVolumeBuilder()
-
AttachedVolumeBuilder
public AttachedVolumeBuilder(Boolean validationEnabled)
-
AttachedVolumeBuilder
public AttachedVolumeBuilder(AttachedVolumeFluent<?> fluent)
-
AttachedVolumeBuilder
public AttachedVolumeBuilder(AttachedVolumeFluent<?> fluent, Boolean validationEnabled)
-
AttachedVolumeBuilder
public AttachedVolumeBuilder(AttachedVolumeFluent<?> fluent, AttachedVolume instance)
-
AttachedVolumeBuilder
public AttachedVolumeBuilder(AttachedVolumeFluent<?> fluent, AttachedVolume instance, Boolean validationEnabled)
-
AttachedVolumeBuilder
public AttachedVolumeBuilder(AttachedVolume instance)
-
AttachedVolumeBuilder
public AttachedVolumeBuilder(AttachedVolume instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public AttachedVolume build()
- Specified by:
buildin interfaceBuilder<AttachedVolume>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classAttachedVolumeFluentImpl<AttachedVolumeBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAttachedVolumeFluentImpl<AttachedVolumeBuilder>
-
-