@Stability(value=Stable) public static final class CfnVolumeProps.Builder extends Object implements software.amazon.jsii.Builder<CfnVolumeProps>
CfnVolumeProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnVolumeProps.Builder name(String name)
CfnVolumeProps.getName()name - The name of the volume. This parameter is required.this@Stability(value=Stable) public CfnVolumeProps.Builder backupId(String backupId)
CfnVolumeProps.getBackupId()backupId - Specifies the ID of the volume backup to use to create a new volume.this@Stability(value=Stable) public CfnVolumeProps.Builder ontapConfiguration(CfnVolume.OntapConfigurationProperty ontapConfiguration)
CfnVolumeProps.getOntapConfiguration()ontapConfiguration - The configuration of an Amazon FSx for NetApp ONTAP volume.this@Stability(value=Stable) public CfnVolumeProps.Builder ontapConfiguration(IResolvable ontapConfiguration)
CfnVolumeProps.getOntapConfiguration()ontapConfiguration - The configuration of an Amazon FSx for NetApp ONTAP volume.this@Stability(value=Stable) public CfnVolumeProps.Builder openZfsConfiguration(CfnVolume.OpenZFSConfigurationProperty openZfsConfiguration)
CfnVolumeProps.getOpenZfsConfiguration()openZfsConfiguration - The configuration of an Amazon FSx for OpenZFS volume.this@Stability(value=Stable) public CfnVolumeProps.Builder openZfsConfiguration(IResolvable openZfsConfiguration)
CfnVolumeProps.getOpenZfsConfiguration()openZfsConfiguration - The configuration of an Amazon FSx for OpenZFS volume.this@Stability(value=Stable) public CfnVolumeProps.Builder tags(List<? extends CfnTag> tags)
CfnVolumeProps.getTags()tags - An array of key-value pairs to apply to this resource.
For more information, see Tag .this@Stability(value=Stable) public CfnVolumeProps.Builder volumeType(String volumeType)
CfnVolumeProps.getVolumeType()volumeType - The type of the volume.this@Stability(value=Stable) public CfnVolumeProps build()
build in interface software.amazon.jsii.Builder<CfnVolumeProps>CfnVolumePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.