public interface V1AWSElasticBlockStoreVolumeSourceFluent<A extends V1AWSElasticBlockStoreVolumeSourceFluent<A>> extends Fluent<A>
Modifier and Type | Method and 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) |
String getFsType()
Boolean hasFsType()
A withNewFsType(StringBuilder arg1)
A withNewFsType(StringBuffer arg1)
Integer getPartition()
Boolean hasPartition()
Boolean isReadOnly()
Boolean hasReadOnly()
A withNewReadOnly(boolean arg1)
String getVolumeID()
Boolean hasVolumeID()
A withNewVolumeID(StringBuilder arg1)
A withNewVolumeID(StringBuffer arg1)
Copyright © 2020. All rights reserved.