Class V1PhotonPersistentDiskVolumeSourceBuilder

All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1PhotonPersistentDiskVolumeSource>, Fluent<V1PhotonPersistentDiskVolumeSourceBuilder>, Visitable<V1PhotonPersistentDiskVolumeSourceBuilder>, VisitableBuilder<io.kubernetes.client.openapi.models.V1PhotonPersistentDiskVolumeSource,V1PhotonPersistentDiskVolumeSourceBuilder>, V1PhotonPersistentDiskVolumeSourceFluent<V1PhotonPersistentDiskVolumeSourceBuilder>

public class V1PhotonPersistentDiskVolumeSourceBuilder extends V1PhotonPersistentDiskVolumeSourceFluentImpl<V1PhotonPersistentDiskVolumeSourceBuilder> implements VisitableBuilder<io.kubernetes.client.openapi.models.V1PhotonPersistentDiskVolumeSource,V1PhotonPersistentDiskVolumeSourceBuilder>
  • Constructor Details

    • V1PhotonPersistentDiskVolumeSourceBuilder

      public V1PhotonPersistentDiskVolumeSourceBuilder()
    • V1PhotonPersistentDiskVolumeSourceBuilder

      public V1PhotonPersistentDiskVolumeSourceBuilder(Boolean validationEnabled)
    • V1PhotonPersistentDiskVolumeSourceBuilder

      public V1PhotonPersistentDiskVolumeSourceBuilder(V1PhotonPersistentDiskVolumeSourceFluent<?> fluent)
    • V1PhotonPersistentDiskVolumeSourceBuilder

      public V1PhotonPersistentDiskVolumeSourceBuilder(V1PhotonPersistentDiskVolumeSourceFluent<?> fluent, Boolean validationEnabled)
    • V1PhotonPersistentDiskVolumeSourceBuilder

      public V1PhotonPersistentDiskVolumeSourceBuilder(V1PhotonPersistentDiskVolumeSourceFluent<?> fluent, io.kubernetes.client.openapi.models.V1PhotonPersistentDiskVolumeSource instance)
    • V1PhotonPersistentDiskVolumeSourceBuilder

      public V1PhotonPersistentDiskVolumeSourceBuilder(V1PhotonPersistentDiskVolumeSourceFluent<?> fluent, io.kubernetes.client.openapi.models.V1PhotonPersistentDiskVolumeSource instance, Boolean validationEnabled)
    • V1PhotonPersistentDiskVolumeSourceBuilder

      public V1PhotonPersistentDiskVolumeSourceBuilder(io.kubernetes.client.openapi.models.V1PhotonPersistentDiskVolumeSource instance)
    • V1PhotonPersistentDiskVolumeSourceBuilder

      public V1PhotonPersistentDiskVolumeSourceBuilder(io.kubernetes.client.openapi.models.V1PhotonPersistentDiskVolumeSource instance, Boolean validationEnabled)
  • Method Details

    • build

      public io.kubernetes.client.openapi.models.V1PhotonPersistentDiskVolumeSource build()
      Specified by:
      build in interface Builder<io.kubernetes.client.openapi.models.V1PhotonPersistentDiskVolumeSource>