Class V1RoleRefBuilder

All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1RoleRef>, Fluent<V1RoleRefBuilder>, Visitable<V1RoleRefBuilder>, VisitableBuilder<io.kubernetes.client.openapi.models.V1RoleRef,V1RoleRefBuilder>, V1RoleRefFluent<V1RoleRefBuilder>

public class V1RoleRefBuilder extends V1RoleRefFluentImpl<V1RoleRefBuilder> implements VisitableBuilder<io.kubernetes.client.openapi.models.V1RoleRef,V1RoleRefBuilder>
  • Constructor Details

    • V1RoleRefBuilder

      public V1RoleRefBuilder()
    • V1RoleRefBuilder

      public V1RoleRefBuilder(Boolean validationEnabled)
    • V1RoleRefBuilder

      public V1RoleRefBuilder(V1RoleRefFluent<?> fluent)
    • V1RoleRefBuilder

      public V1RoleRefBuilder(V1RoleRefFluent<?> fluent, Boolean validationEnabled)
    • V1RoleRefBuilder

      public V1RoleRefBuilder(V1RoleRefFluent<?> fluent, io.kubernetes.client.openapi.models.V1RoleRef instance)
    • V1RoleRefBuilder

      public V1RoleRefBuilder(V1RoleRefFluent<?> fluent, io.kubernetes.client.openapi.models.V1RoleRef instance, Boolean validationEnabled)
    • V1RoleRefBuilder

      public V1RoleRefBuilder(io.kubernetes.client.openapi.models.V1RoleRef instance)
    • V1RoleRefBuilder

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

    • build

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