Package io.strimzi.api.kafka.model
Class ExternalLoggingFluentImpl<A extends ExternalLoggingFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.strimzi.api.kafka.model.ExternalLoggingFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,ExternalLoggingFluent<A>
- Direct Known Subclasses:
AbstractKafkaConnectSpecFluentImpl.ExternalLoggingNestedImpl,CruiseControlSpecFluentImpl.ExternalLoggingNestedImpl,EntityTopicOperatorSpecFluentImpl.ExternalLoggingNestedImpl,EntityUserOperatorSpecFluentImpl.ExternalLoggingNestedImpl,ExternalLoggingBuilder,KafkaBridgeSpecFluentImpl.ExternalLoggingNestedImpl,KafkaClusterSpecFluentImpl.ExternalLoggingNestedImpl,KafkaMirrorMakerSpecFluentImpl.ExternalLoggingNestedImpl,ZookeeperClusterSpecFluentImpl.ExternalLoggingNestedImpl
public class ExternalLoggingFluentImpl<A extends ExternalLoggingFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ExternalLoggingFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classExternalLoggingFluentImpl.ValueFromNestedImpl<N>-
Nested classes/interfaces inherited from interface io.strimzi.api.kafka.model.ExternalLoggingFluent
ExternalLoggingFluent.ValueFromNested<N>
-
-
Constructor Summary
Constructors Constructor Description ExternalLoggingFluentImpl()ExternalLoggingFluentImpl(ExternalLogging instance)
-
Method Summary
-
-
-
Constructor Detail
-
ExternalLoggingFluentImpl
public ExternalLoggingFluentImpl()
-
ExternalLoggingFluentImpl
public ExternalLoggingFluentImpl(ExternalLogging instance)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceExternalLoggingFluent<A extends ExternalLoggingFluent<A>>
-
withName
public A withName(String name)
- Specified by:
withNamein interfaceExternalLoggingFluent<A extends ExternalLoggingFluent<A>>
-
hasName
public Boolean hasName()
- Specified by:
hasNamein interfaceExternalLoggingFluent<A extends ExternalLoggingFluent<A>>
-
withNewName
public A withNewName(StringBuilder arg1)
- Specified by:
withNewNamein interfaceExternalLoggingFluent<A extends ExternalLoggingFluent<A>>
-
withNewName
public A withNewName(int[] arg1, int arg2, int arg3)
- Specified by:
withNewNamein interfaceExternalLoggingFluent<A extends ExternalLoggingFluent<A>>
-
withNewName
public A withNewName(char[] arg1)
- Specified by:
withNewNamein interfaceExternalLoggingFluent<A extends ExternalLoggingFluent<A>>
-
withNewName
public A withNewName(StringBuffer arg1)
- Specified by:
withNewNamein interfaceExternalLoggingFluent<A extends ExternalLoggingFluent<A>>
-
withNewName
public A withNewName(byte[] arg1, int arg2)
- Specified by:
withNewNamein interfaceExternalLoggingFluent<A extends ExternalLoggingFluent<A>>
-
withNewName
public A withNewName(byte[] arg1)
- Specified by:
withNewNamein interfaceExternalLoggingFluent<A extends ExternalLoggingFluent<A>>
-
withNewName
public A withNewName(char[] arg1, int arg2, int arg3)
- Specified by:
withNewNamein interfaceExternalLoggingFluent<A extends ExternalLoggingFluent<A>>
-
withNewName
public A withNewName(byte[] arg1, int arg2, int arg3)
- Specified by:
withNewNamein interfaceExternalLoggingFluent<A extends ExternalLoggingFluent<A>>
-
withNewName
public A withNewName(byte[] arg1, int arg2, int arg3, int arg4)
- Specified by:
withNewNamein interfaceExternalLoggingFluent<A extends ExternalLoggingFluent<A>>
-
withNewName
public A withNewName(String arg1)
- Specified by:
withNewNamein interfaceExternalLoggingFluent<A extends ExternalLoggingFluent<A>>
-
getValueFrom
@Deprecated public ExternalConfigurationReference getValueFrom()
Deprecated.This method has been deprecated, please use method buildValueFrom instead.- Specified by:
getValueFromin interfaceExternalLoggingFluent<A extends ExternalLoggingFluent<A>>- Returns:
- The buildable object.
-
buildValueFrom
public ExternalConfigurationReference buildValueFrom()
- Specified by:
buildValueFromin interfaceExternalLoggingFluent<A extends ExternalLoggingFluent<A>>
-
withValueFrom
public A withValueFrom(ExternalConfigurationReference valueFrom)
- Specified by:
withValueFromin interfaceExternalLoggingFluent<A extends ExternalLoggingFluent<A>>
-
hasValueFrom
public Boolean hasValueFrom()
- Specified by:
hasValueFromin interfaceExternalLoggingFluent<A extends ExternalLoggingFluent<A>>
-
withNewValueFrom
public ExternalLoggingFluent.ValueFromNested<A> withNewValueFrom()
- Specified by:
withNewValueFromin interfaceExternalLoggingFluent<A extends ExternalLoggingFluent<A>>
-
withNewValueFromLike
public ExternalLoggingFluent.ValueFromNested<A> withNewValueFromLike(ExternalConfigurationReference item)
- Specified by:
withNewValueFromLikein interfaceExternalLoggingFluent<A extends ExternalLoggingFluent<A>>
-
editValueFrom
public ExternalLoggingFluent.ValueFromNested<A> editValueFrom()
- Specified by:
editValueFromin interfaceExternalLoggingFluent<A extends ExternalLoggingFluent<A>>
-
editOrNewValueFrom
public ExternalLoggingFluent.ValueFromNested<A> editOrNewValueFrom()
- Specified by:
editOrNewValueFromin interfaceExternalLoggingFluent<A extends ExternalLoggingFluent<A>>
-
editOrNewValueFromLike
public ExternalLoggingFluent.ValueFromNested<A> editOrNewValueFromLike(ExternalConfigurationReference item)
- Specified by:
editOrNewValueFromLikein interfaceExternalLoggingFluent<A extends ExternalLoggingFluent<A>>
-
-