Class V1beta2FlowSchemaBuilder

All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1beta2FlowSchema>, Fluent<V1beta2FlowSchemaBuilder>, Visitable<V1beta2FlowSchemaBuilder>, VisitableBuilder<io.kubernetes.client.openapi.models.V1beta2FlowSchema,V1beta2FlowSchemaBuilder>, V1beta2FlowSchemaFluent<V1beta2FlowSchemaBuilder>

public class V1beta2FlowSchemaBuilder extends V1beta2FlowSchemaFluentImpl<V1beta2FlowSchemaBuilder> implements VisitableBuilder<io.kubernetes.client.openapi.models.V1beta2FlowSchema,V1beta2FlowSchemaBuilder>
  • Constructor Details

    • V1beta2FlowSchemaBuilder

      public V1beta2FlowSchemaBuilder()
    • V1beta2FlowSchemaBuilder

      public V1beta2FlowSchemaBuilder(Boolean validationEnabled)
    • V1beta2FlowSchemaBuilder

      public V1beta2FlowSchemaBuilder(V1beta2FlowSchemaFluent<?> fluent)
    • V1beta2FlowSchemaBuilder

      public V1beta2FlowSchemaBuilder(V1beta2FlowSchemaFluent<?> fluent, Boolean validationEnabled)
    • V1beta2FlowSchemaBuilder

      public V1beta2FlowSchemaBuilder(V1beta2FlowSchemaFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta2FlowSchema instance)
    • V1beta2FlowSchemaBuilder

      public V1beta2FlowSchemaBuilder(V1beta2FlowSchemaFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta2FlowSchema instance, Boolean validationEnabled)
    • V1beta2FlowSchemaBuilder

      public V1beta2FlowSchemaBuilder(io.kubernetes.client.openapi.models.V1beta2FlowSchema instance)
    • V1beta2FlowSchemaBuilder

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

    • build

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