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 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
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 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)
-
-