Class OtherArtifactBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.strimzi.api.kafka.model.connect.build.DownloadableArtifactFluentImpl<A>
-
- io.strimzi.api.kafka.model.connect.build.OtherArtifactFluentImpl<OtherArtifactBuilder>
-
- io.strimzi.api.kafka.model.connect.build.OtherArtifactBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<OtherArtifact>,io.fabric8.kubernetes.api.builder.Fluent<OtherArtifactBuilder>,io.fabric8.kubernetes.api.builder.Visitable<OtherArtifactBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<OtherArtifact,OtherArtifactBuilder>,DownloadableArtifactFluent<OtherArtifactBuilder>,OtherArtifactFluent<OtherArtifactBuilder>
public class OtherArtifactBuilder extends OtherArtifactFluentImpl<OtherArtifactBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<OtherArtifact,OtherArtifactBuilder>
Other artifact represents an artifact of assorted types. Users can specify a name of the file under which it will be stored in the container image.
-
-
Constructor Summary
Constructors Constructor Description OtherArtifactBuilder()OtherArtifactBuilder(OtherArtifact instance)OtherArtifactBuilder(OtherArtifactFluent<?> fluent)OtherArtifactBuilder(OtherArtifactFluent<?> fluent, OtherArtifact instance)OtherArtifactBuilder(OtherArtifactFluent<?> fluent, OtherArtifact instance, Boolean validationEnabled)OtherArtifactBuilder(OtherArtifactFluent<?> fluent, Boolean validationEnabled)OtherArtifactBuilder(OtherArtifact instance, Boolean validationEnabled)OtherArtifactBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OtherArtifactbuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.strimzi.api.kafka.model.connect.build.OtherArtifactFluentImpl
getFileName, hasFileName, withFileName, withNewFileName
-
Methods inherited from class io.strimzi.api.kafka.model.connect.build.DownloadableArtifactFluentImpl
getInsecure, getSha512sum, getUrl, hasInsecure, hasSha512sum, hasUrl, withInsecure, withNewSha512sum, withNewUrl, withSha512sum, withUrl
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
-
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.strimzi.api.kafka.model.connect.build.DownloadableArtifactFluent
getInsecure, getSha512sum, getUrl, hasInsecure, hasSha512sum, hasUrl, withInsecure, withNewSha512sum, withNewUrl, withSha512sum, withUrl
-
-
-
-
Constructor Detail
-
OtherArtifactBuilder
public OtherArtifactBuilder()
-
OtherArtifactBuilder
public OtherArtifactBuilder(Boolean validationEnabled)
-
OtherArtifactBuilder
public OtherArtifactBuilder(OtherArtifactFluent<?> fluent)
-
OtherArtifactBuilder
public OtherArtifactBuilder(OtherArtifactFluent<?> fluent, Boolean validationEnabled)
-
OtherArtifactBuilder
public OtherArtifactBuilder(OtherArtifactFluent<?> fluent, OtherArtifact instance)
-
OtherArtifactBuilder
public OtherArtifactBuilder(OtherArtifactFluent<?> fluent, OtherArtifact instance, Boolean validationEnabled)
-
OtherArtifactBuilder
public OtherArtifactBuilder(OtherArtifact instance)
-
OtherArtifactBuilder
public OtherArtifactBuilder(OtherArtifact instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public OtherArtifact build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<OtherArtifact>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classOtherArtifactFluentImpl<OtherArtifactBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classOtherArtifactFluentImpl<OtherArtifactBuilder>
-
-