Package io.fabric8.kubernetes.api.model
Interface AWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
-
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
PersistentVolumeSpecFluent.AwsElasticBlockStoreNested<N>,VolumeFluent.AwsElasticBlockStoreNested<N>,WatchEventFluent.AWSElasticBlockStoreVolumeSourceObjectNested<N>
- All Known Implementing Classes:
AWSElasticBlockStoreVolumeSourceBuilder,AWSElasticBlockStoreVolumeSourceFluentImpl,PersistentVolumeSpecFluentImpl.AwsElasticBlockStoreNestedImpl,VolumeFluentImpl.AwsElasticBlockStoreNestedImpl,WatchEventFluentImpl.AWSElasticBlockStoreVolumeSourceObjectNestedImpl
public interface AWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>> extends Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFsType()IntegergetPartition()StringgetVolumeID()BooleanhasFsType()BooleanhasPartition()BooleanhasReadOnly()BooleanhasVolumeID()BooleanisReadOnly()AwithFsType(String fsType)AwithNewFsType(String arg1)AwithNewFsType(StringBuffer arg1)AwithNewFsType(StringBuilder arg1)AwithNewReadOnly(boolean arg1)AwithNewReadOnly(String arg1)AwithNewVolumeID(String arg1)AwithNewVolumeID(StringBuffer arg1)AwithNewVolumeID(StringBuilder arg1)AwithPartition(Integer partition)AwithReadOnly(Boolean readOnly)AwithVolumeID(String volumeID)
-
-
-
Method Detail
-
getFsType
String getFsType()
-
hasFsType
Boolean hasFsType()
-
withNewFsType
A withNewFsType(StringBuilder arg1)
-
withNewFsType
A withNewFsType(StringBuffer arg1)
-
getPartition
Integer getPartition()
-
hasPartition
Boolean hasPartition()
-
isReadOnly
Boolean isReadOnly()
-
hasReadOnly
Boolean hasReadOnly()
-
withNewReadOnly
A withNewReadOnly(boolean arg1)
-
getVolumeID
String getVolumeID()
-
hasVolumeID
Boolean hasVolumeID()
-
withNewVolumeID
A withNewVolumeID(StringBuilder arg1)
-
withNewVolumeID
A withNewVolumeID(StringBuffer arg1)
-
-