Class V1beta1FlowSchemaStatusBuilder

All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1beta1FlowSchemaStatus>, Fluent<V1beta1FlowSchemaStatusBuilder>, Visitable<V1beta1FlowSchemaStatusBuilder>, VisitableBuilder<io.kubernetes.client.openapi.models.V1beta1FlowSchemaStatus,V1beta1FlowSchemaStatusBuilder>, V1beta1FlowSchemaStatusFluent<V1beta1FlowSchemaStatusBuilder>

public class V1beta1FlowSchemaStatusBuilder extends V1beta1FlowSchemaStatusFluentImpl<V1beta1FlowSchemaStatusBuilder> implements VisitableBuilder<io.kubernetes.client.openapi.models.V1beta1FlowSchemaStatus,V1beta1FlowSchemaStatusBuilder>
  • Constructor Details

    • V1beta1FlowSchemaStatusBuilder

      public V1beta1FlowSchemaStatusBuilder()
    • V1beta1FlowSchemaStatusBuilder

      public V1beta1FlowSchemaStatusBuilder(Boolean validationEnabled)
    • V1beta1FlowSchemaStatusBuilder

      public V1beta1FlowSchemaStatusBuilder(V1beta1FlowSchemaStatusFluent<?> fluent)
    • V1beta1FlowSchemaStatusBuilder

      public V1beta1FlowSchemaStatusBuilder(V1beta1FlowSchemaStatusFluent<?> fluent, Boolean validationEnabled)
    • V1beta1FlowSchemaStatusBuilder

      public V1beta1FlowSchemaStatusBuilder(V1beta1FlowSchemaStatusFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta1FlowSchemaStatus instance)
    • V1beta1FlowSchemaStatusBuilder

      public V1beta1FlowSchemaStatusBuilder(V1beta1FlowSchemaStatusFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta1FlowSchemaStatus instance, Boolean validationEnabled)
    • V1beta1FlowSchemaStatusBuilder

      public V1beta1FlowSchemaStatusBuilder(io.kubernetes.client.openapi.models.V1beta1FlowSchemaStatus instance)
    • V1beta1FlowSchemaStatusBuilder

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

    • build

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