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
,DoneableAWSElasticBlockStoreVolumeSource
,PersistentVolumeSpecFluentImpl.AwsElasticBlockStoreNestedImpl
,VolumeFluentImpl.AwsElasticBlockStoreNestedImpl
,WatchEventFluentImpl.AWSElasticBlockStoreVolumeSourceObjectNestedImpl
public interface AWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>> extends Fluent<A>
-
Method Summary
Modifier and Type Method Description String
getFsType()
Integer
getPartition()
String
getVolumeID()
Boolean
hasFsType()
Boolean
hasPartition()
Boolean
hasReadOnly()
Boolean
hasVolumeID()
Boolean
isReadOnly()
A
withFsType(String fsType)
A
withNewFsType(String arg1)
A
withNewFsType(StringBuffer arg1)
A
withNewFsType(StringBuilder arg1)
A
withNewPartition(int arg1)
A
withNewPartition(String arg1)
A
withNewReadOnly(boolean arg1)
A
withNewReadOnly(String arg1)
A
withNewVolumeID(String arg1)
A
withNewVolumeID(StringBuffer arg1)
A
withNewVolumeID(StringBuilder arg1)
A
withPartition(Integer partition)
A
withReadOnly(Boolean readOnly)
A
withVolumeID(String volumeID)
-
Method Details
-
getFsType
String getFsType() -
withFsType
-
hasFsType
Boolean hasFsType() -
withNewFsType
-
withNewFsType
-
withNewFsType
-
getPartition
Integer getPartition() -
withPartition
-
hasPartition
Boolean hasPartition() -
withNewPartition
-
withNewPartition
-
isReadOnly
Boolean isReadOnly() -
withReadOnly
-
hasReadOnly
Boolean hasReadOnly() -
withNewReadOnly
-
withNewReadOnly
-
getVolumeID
String getVolumeID() -
withVolumeID
-
hasVolumeID
Boolean hasVolumeID() -
withNewVolumeID
-
withNewVolumeID
-
withNewVolumeID
-