public interface V1AWSElasticBlockStoreVolumeSourceFluent<A extends V1AWSElasticBlockStoreVolumeSourceFluent<A>> extends Fluent<A>
Modifier and Type | Method and Description |
---|---|
String |
getFsType() |
Integer |
getPartition() |
Boolean |
getReadOnly() |
String |
getVolumeID() |
Boolean |
hasFsType() |
Boolean |
hasPartition() |
Boolean |
hasReadOnly() |
Boolean |
hasVolumeID() |
A |
withFsType(String fsType) |
A |
withNewFsType(String original)
Deprecated.
|
A |
withNewVolumeID(String original)
Deprecated.
|
A |
withPartition(Integer partition) |
A |
withReadOnly(Boolean readOnly) |
A |
withVolumeID(String volumeID) |
String getFsType()
Boolean hasFsType()
@Deprecated A withNewFsType(String original)
Integer getPartition()
Boolean hasPartition()
Boolean getReadOnly()
Boolean hasReadOnly()
String getVolumeID()
Boolean hasVolumeID()
@Deprecated A withNewVolumeID(String original)
Copyright © 2021. All rights reserved.