Class V1beta1FlowSchemaBuilder

All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1beta1FlowSchema>, Fluent<V1beta1FlowSchemaBuilder>, Visitable<V1beta1FlowSchemaBuilder>, VisitableBuilder<io.kubernetes.client.openapi.models.V1beta1FlowSchema,V1beta1FlowSchemaBuilder>, V1beta1FlowSchemaFluent<V1beta1FlowSchemaBuilder>

public class V1beta1FlowSchemaBuilder extends V1beta1FlowSchemaFluentImpl<V1beta1FlowSchemaBuilder> implements VisitableBuilder<io.kubernetes.client.openapi.models.V1beta1FlowSchema,V1beta1FlowSchemaBuilder>
  • Constructor Details

    • V1beta1FlowSchemaBuilder

      public V1beta1FlowSchemaBuilder()
    • V1beta1FlowSchemaBuilder

      public V1beta1FlowSchemaBuilder(Boolean validationEnabled)
    • V1beta1FlowSchemaBuilder

      public V1beta1FlowSchemaBuilder(V1beta1FlowSchemaFluent<?> fluent)
    • V1beta1FlowSchemaBuilder

      public V1beta1FlowSchemaBuilder(V1beta1FlowSchemaFluent<?> fluent, Boolean validationEnabled)
    • V1beta1FlowSchemaBuilder

      public V1beta1FlowSchemaBuilder(V1beta1FlowSchemaFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta1FlowSchema instance)
    • V1beta1FlowSchemaBuilder

      public V1beta1FlowSchemaBuilder(V1beta1FlowSchemaFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta1FlowSchema instance, Boolean validationEnabled)
    • V1beta1FlowSchemaBuilder

      public V1beta1FlowSchemaBuilder(io.kubernetes.client.openapi.models.V1beta1FlowSchema instance)
    • V1beta1FlowSchemaBuilder

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

    • build

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