Class AwsElasticBlockStoreBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.AwsElasticBlockStoreFluent<AwsElasticBlockStoreBuilder>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.AwsElasticBlockStoreBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<AwsElasticBlockStore>,io.fabric8.kubernetes.api.builder.Fluent<AwsElasticBlockStoreBuilder>,io.fabric8.kubernetes.api.builder.Visitable<AwsElasticBlockStoreBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<AwsElasticBlockStore,AwsElasticBlockStoreBuilder>
public class AwsElasticBlockStoreBuilder extends AwsElasticBlockStoreFluent<AwsElasticBlockStoreBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<AwsElasticBlockStore,AwsElasticBlockStoreBuilder>
-
-
Constructor Summary
Constructors Constructor Description AwsElasticBlockStoreBuilder()AwsElasticBlockStoreBuilder(AwsElasticBlockStore instance)AwsElasticBlockStoreBuilder(AwsElasticBlockStoreFluent<?> fluent)AwsElasticBlockStoreBuilder(AwsElasticBlockStoreFluent<?> fluent, AwsElasticBlockStore instance)AwsElasticBlockStoreBuilder(AwsElasticBlockStoreFluent<?> fluent, AwsElasticBlockStore instance, Boolean validationEnabled)AwsElasticBlockStoreBuilder(AwsElasticBlockStoreFluent<?> fluent, Boolean validationEnabled)AwsElasticBlockStoreBuilder(AwsElasticBlockStore instance, Boolean validationEnabled)AwsElasticBlockStoreBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AwsElasticBlockStorebuild()-
Methods inherited from class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.AwsElasticBlockStoreFluent
equals, getFsType, getPartition, getReadOnly, getVolumeID, hasFsType, hashCode, hasPartition, hasReadOnly, hasVolumeID, toString, withFsType, withPartition, withReadOnly, withReadOnly, withVolumeID
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
AwsElasticBlockStoreBuilder
public AwsElasticBlockStoreBuilder()
-
AwsElasticBlockStoreBuilder
public AwsElasticBlockStoreBuilder(Boolean validationEnabled)
-
AwsElasticBlockStoreBuilder
public AwsElasticBlockStoreBuilder(AwsElasticBlockStoreFluent<?> fluent)
-
AwsElasticBlockStoreBuilder
public AwsElasticBlockStoreBuilder(AwsElasticBlockStoreFluent<?> fluent, Boolean validationEnabled)
-
AwsElasticBlockStoreBuilder
public AwsElasticBlockStoreBuilder(AwsElasticBlockStoreFluent<?> fluent, AwsElasticBlockStore instance)
-
AwsElasticBlockStoreBuilder
public AwsElasticBlockStoreBuilder(AwsElasticBlockStoreFluent<?> fluent, AwsElasticBlockStore instance, Boolean validationEnabled)
-
AwsElasticBlockStoreBuilder
public AwsElasticBlockStoreBuilder(AwsElasticBlockStore instance)
-
AwsElasticBlockStoreBuilder
public AwsElasticBlockStoreBuilder(AwsElasticBlockStore instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public AwsElasticBlockStore build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<AwsElasticBlockStore>
-
-