Uses of Class
software.amazon.awscdk.services.fsx.CfnVolumeProps.Builder
-
Uses of CfnVolumeProps.Builder in software.amazon.awscdk.services.fsx
Modifier and TypeMethodDescriptionSets the value ofCfnVolumeProps.getBackupId()
static CfnVolumeProps.Builder
CfnVolumeProps.builder()
Sets the value ofCfnVolumeProps.getName()
CfnVolumeProps.Builder.ontapConfiguration
(IResolvable ontapConfiguration) Sets the value ofCfnVolumeProps.getOntapConfiguration()
CfnVolumeProps.Builder.ontapConfiguration
(CfnVolume.OntapConfigurationProperty ontapConfiguration) Sets the value ofCfnVolumeProps.getOntapConfiguration()
CfnVolumeProps.Builder.openZfsConfiguration
(IResolvable openZfsConfiguration) Sets the value ofCfnVolumeProps.getOpenZfsConfiguration()
CfnVolumeProps.Builder.openZfsConfiguration
(CfnVolume.OpenZFSConfigurationProperty openZfsConfiguration) Sets the value ofCfnVolumeProps.getOpenZfsConfiguration()
Sets the value ofCfnVolumeProps.getTags()
CfnVolumeProps.Builder.volumeType
(String volumeType) Sets the value ofCfnVolumeProps.getVolumeType()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnVolumeProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnVolumeProps.Builder
.