Class V1AWSElasticBlockStoreVolumeSourceBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1AWSElasticBlockStoreVolumeSourceFluentImpl<V1AWSElasticBlockStoreVolumeSourceBuilder>
io.kubernetes.client.openapi.models.V1AWSElasticBlockStoreVolumeSourceBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1AWSElasticBlockStoreVolumeSource>
,Fluent<V1AWSElasticBlockStoreVolumeSourceBuilder>
,Visitable<V1AWSElasticBlockStoreVolumeSourceBuilder>
,VisitableBuilder<io.kubernetes.client.openapi.models.V1AWSElasticBlockStoreVolumeSource,
,V1AWSElasticBlockStoreVolumeSourceBuilder> V1AWSElasticBlockStoreVolumeSourceFluent<V1AWSElasticBlockStoreVolumeSourceBuilder>
public class V1AWSElasticBlockStoreVolumeSourceBuilder
extends V1AWSElasticBlockStoreVolumeSourceFluentImpl<V1AWSElasticBlockStoreVolumeSourceBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V1AWSElasticBlockStoreVolumeSource,V1AWSElasticBlockStoreVolumeSourceBuilder>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1AWSElasticBlockStoreVolumeSourceBuilder
(io.kubernetes.client.openapi.models.V1AWSElasticBlockStoreVolumeSource instance) V1AWSElasticBlockStoreVolumeSourceBuilder
(V1AWSElasticBlockStoreVolumeSourceFluent<?> fluent, io.kubernetes.client.openapi.models.V1AWSElasticBlockStoreVolumeSource instance) V1AWSElasticBlockStoreVolumeSourceBuilder
(V1AWSElasticBlockStoreVolumeSourceFluent<?> fluent, io.kubernetes.client.openapi.models.V1AWSElasticBlockStoreVolumeSource instance, Boolean validationEnabled) V1AWSElasticBlockStoreVolumeSourceBuilder
(V1AWSElasticBlockStoreVolumeSourceFluent<?> fluent, Boolean validationEnabled) V1AWSElasticBlockStoreVolumeSourceBuilder
(io.kubernetes.client.openapi.models.V1AWSElasticBlockStoreVolumeSource instance, Boolean validationEnabled) V1AWSElasticBlockStoreVolumeSourceBuilder
(Boolean validationEnabled) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1AWSElasticBlockStoreVolumeSource
build()
Methods inherited from class io.kubernetes.client.openapi.models.V1AWSElasticBlockStoreVolumeSourceFluentImpl
equals, getFsType, getPartition, getReadOnly, getVolumeID, hasFsType, hashCode, hasPartition, hasReadOnly, hasVolumeID, toString, withFsType, withPartition, withReadOnly, withReadOnly, withVolumeID
Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1AWSElasticBlockStoreVolumeSourceBuilder
public V1AWSElasticBlockStoreVolumeSourceBuilder() -
V1AWSElasticBlockStoreVolumeSourceBuilder
-
V1AWSElasticBlockStoreVolumeSourceBuilder
public V1AWSElasticBlockStoreVolumeSourceBuilder(V1AWSElasticBlockStoreVolumeSourceFluent<?> fluent) -
V1AWSElasticBlockStoreVolumeSourceBuilder
public V1AWSElasticBlockStoreVolumeSourceBuilder(V1AWSElasticBlockStoreVolumeSourceFluent<?> fluent, Boolean validationEnabled) -
V1AWSElasticBlockStoreVolumeSourceBuilder
public V1AWSElasticBlockStoreVolumeSourceBuilder(V1AWSElasticBlockStoreVolumeSourceFluent<?> fluent, io.kubernetes.client.openapi.models.V1AWSElasticBlockStoreVolumeSource instance) -
V1AWSElasticBlockStoreVolumeSourceBuilder
public V1AWSElasticBlockStoreVolumeSourceBuilder(V1AWSElasticBlockStoreVolumeSourceFluent<?> fluent, io.kubernetes.client.openapi.models.V1AWSElasticBlockStoreVolumeSource instance, Boolean validationEnabled) -
V1AWSElasticBlockStoreVolumeSourceBuilder
public V1AWSElasticBlockStoreVolumeSourceBuilder(io.kubernetes.client.openapi.models.V1AWSElasticBlockStoreVolumeSource instance) -
V1AWSElasticBlockStoreVolumeSourceBuilder
public V1AWSElasticBlockStoreVolumeSourceBuilder(io.kubernetes.client.openapi.models.V1AWSElasticBlockStoreVolumeSource instance, Boolean validationEnabled)
-
-
Method Details