Package io.fabric8.kubernetes.api.model
Class DoneableAWSElasticBlockStoreVolumeSource
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.AWSElasticBlockStoreVolumeSourceFluentImpl<DoneableAWSElasticBlockStoreVolumeSource>
io.fabric8.kubernetes.api.model.DoneableAWSElasticBlockStoreVolumeSource
- All Implemented Interfaces:
Fluent<DoneableAWSElasticBlockStoreVolumeSource>,Visitable<DoneableAWSElasticBlockStoreVolumeSource>,AWSElasticBlockStoreVolumeSourceFluent<DoneableAWSElasticBlockStoreVolumeSource>,Doneable<AWSElasticBlockStoreVolumeSource>
public class DoneableAWSElasticBlockStoreVolumeSource extends AWSElasticBlockStoreVolumeSourceFluentImpl<DoneableAWSElasticBlockStoreVolumeSource> implements Doneable<AWSElasticBlockStoreVolumeSource>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableAWSElasticBlockStoreVolumeSource(Function<AWSElasticBlockStoreVolumeSource,AWSElasticBlockStoreVolumeSource> function)DoneableAWSElasticBlockStoreVolumeSource(AWSElasticBlockStoreVolumeSource item)DoneableAWSElasticBlockStoreVolumeSource(AWSElasticBlockStoreVolumeSource item, Function<AWSElasticBlockStoreVolumeSource,AWSElasticBlockStoreVolumeSource> function) -
Method Summary
Modifier and Type Method Description AWSElasticBlockStoreVolumeSourcedone()Methods inherited from class io.fabric8.kubernetes.api.model.AWSElasticBlockStoreVolumeSourceFluentImpl
equals, getFsType, getPartition, getVolumeID, hasFsType, hasPartition, hasReadOnly, hasVolumeID, isReadOnly, withFsType, withNewFsType, withNewFsType, withNewFsType, withNewPartition, withNewPartition, withNewReadOnly, withNewReadOnly, withNewVolumeID, withNewVolumeID, withNewVolumeID, withPartition, withReadOnly, withVolumeID
-
Constructor Details
-
DoneableAWSElasticBlockStoreVolumeSource
public DoneableAWSElasticBlockStoreVolumeSource(Function<AWSElasticBlockStoreVolumeSource,AWSElasticBlockStoreVolumeSource> function) -
DoneableAWSElasticBlockStoreVolumeSource
public DoneableAWSElasticBlockStoreVolumeSource(AWSElasticBlockStoreVolumeSource item, Function<AWSElasticBlockStoreVolumeSource,AWSElasticBlockStoreVolumeSource> function) -
DoneableAWSElasticBlockStoreVolumeSource
-
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<AWSElasticBlockStoreVolumeSource>
-