Class S3TrustedCASourceBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.imageregistry.v1.S3TrustedCASourceFluent<S3TrustedCASourceBuilder>
-
- io.fabric8.openshift.api.model.operator.imageregistry.v1.S3TrustedCASourceBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<S3TrustedCASource>,io.fabric8.kubernetes.api.builder.Visitable<S3TrustedCASourceBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<S3TrustedCASource,S3TrustedCASourceBuilder>
public class S3TrustedCASourceBuilder extends S3TrustedCASourceFluent<S3TrustedCASourceBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<S3TrustedCASource,S3TrustedCASourceBuilder>
-
-
Constructor Summary
Constructors Constructor Description S3TrustedCASourceBuilder()S3TrustedCASourceBuilder(S3TrustedCASource instance)S3TrustedCASourceBuilder(S3TrustedCASourceFluent<?> fluent)S3TrustedCASourceBuilder(S3TrustedCASourceFluent<?> fluent, S3TrustedCASource instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description S3TrustedCASourcebuild()-
Methods inherited from class io.fabric8.openshift.api.model.operator.imageregistry.v1.S3TrustedCASourceFluent
addToAdditionalProperties, addToAdditionalProperties, copyInstance, equals, getAdditionalProperties, getName, hasAdditionalProperties, hashCode, hasName, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withName
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
S3TrustedCASourceBuilder
public S3TrustedCASourceBuilder()
-
S3TrustedCASourceBuilder
public S3TrustedCASourceBuilder(S3TrustedCASourceFluent<?> fluent)
-
S3TrustedCASourceBuilder
public S3TrustedCASourceBuilder(S3TrustedCASourceFluent<?> fluent, S3TrustedCASource instance)
-
S3TrustedCASourceBuilder
public S3TrustedCASourceBuilder(S3TrustedCASource instance)
-
-
Method Detail
-
build
public S3TrustedCASource build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<S3TrustedCASource>
-
-