Class V1beta2FlowSchemaStatusBuilder

All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1beta2FlowSchemaStatus>, Fluent<V1beta2FlowSchemaStatusBuilder>, Visitable<V1beta2FlowSchemaStatusBuilder>, VisitableBuilder<io.kubernetes.client.openapi.models.V1beta2FlowSchemaStatus,V1beta2FlowSchemaStatusBuilder>, V1beta2FlowSchemaStatusFluent<V1beta2FlowSchemaStatusBuilder>

public class V1beta2FlowSchemaStatusBuilder extends V1beta2FlowSchemaStatusFluentImpl<V1beta2FlowSchemaStatusBuilder> implements VisitableBuilder<io.kubernetes.client.openapi.models.V1beta2FlowSchemaStatus,V1beta2FlowSchemaStatusBuilder>
  • Constructor Details

    • V1beta2FlowSchemaStatusBuilder

      public V1beta2FlowSchemaStatusBuilder()
    • V1beta2FlowSchemaStatusBuilder

      public V1beta2FlowSchemaStatusBuilder(Boolean validationEnabled)
    • V1beta2FlowSchemaStatusBuilder

      public V1beta2FlowSchemaStatusBuilder(V1beta2FlowSchemaStatusFluent<?> fluent)
    • V1beta2FlowSchemaStatusBuilder

      public V1beta2FlowSchemaStatusBuilder(V1beta2FlowSchemaStatusFluent<?> fluent, Boolean validationEnabled)
    • V1beta2FlowSchemaStatusBuilder

      public V1beta2FlowSchemaStatusBuilder(V1beta2FlowSchemaStatusFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta2FlowSchemaStatus instance)
    • V1beta2FlowSchemaStatusBuilder

      public V1beta2FlowSchemaStatusBuilder(V1beta2FlowSchemaStatusFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta2FlowSchemaStatus instance, Boolean validationEnabled)
    • V1beta2FlowSchemaStatusBuilder

      public V1beta2FlowSchemaStatusBuilder(io.kubernetes.client.openapi.models.V1beta2FlowSchemaStatus instance)
    • V1beta2FlowSchemaStatusBuilder

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

    • build

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