| Modifier and Type | Method and Description |
|---|---|
CfnVolume.Builder |
backupId(String backupId)
Specifies the ID of the volume backup to use to create a new volume.
|
CfnVolume |
build() |
static CfnVolume.Builder |
create(software.constructs.Construct scope,
String id) |
CfnVolume.Builder |
name(String name)
The name of the volume.
|
CfnVolume.Builder |
ontapConfiguration(CfnVolume.OntapConfigurationProperty ontapConfiguration)
The configuration of an Amazon FSx for NetApp ONTAP volume.
|
CfnVolume.Builder |
ontapConfiguration(IResolvable ontapConfiguration)
The configuration of an Amazon FSx for NetApp ONTAP volume.
|
CfnVolume.Builder |
openZfsConfiguration(CfnVolume.OpenZFSConfigurationProperty openZfsConfiguration)
The configuration of an Amazon FSx for OpenZFS volume.
|
CfnVolume.Builder |
openZfsConfiguration(IResolvable openZfsConfiguration)
The configuration of an Amazon FSx for OpenZFS volume.
|
CfnVolume.Builder |
tags(List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
CfnVolume.Builder |
volumeType(String volumeType)
The type of the volume.
|
@Stability(value=Stable) public static CfnVolume.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnVolume.ClientConfigurationsProperty.Builder.@Stability(value=Stable) public CfnVolume.Builder name(String name)
name - The name of the volume. This parameter is required.this@Stability(value=Stable) public CfnVolume.Builder backupId(String backupId)
backupId - Specifies the ID of the volume backup to use to create a new volume. This parameter is required.this@Stability(value=Stable) public CfnVolume.Builder ontapConfiguration(CfnVolume.OntapConfigurationProperty ontapConfiguration)
ontapConfiguration - The configuration of an Amazon FSx for NetApp ONTAP volume. This parameter is required.this@Stability(value=Stable) public CfnVolume.Builder ontapConfiguration(IResolvable ontapConfiguration)
ontapConfiguration - The configuration of an Amazon FSx for NetApp ONTAP volume. This parameter is required.this@Stability(value=Stable) public CfnVolume.Builder openZfsConfiguration(CfnVolume.OpenZFSConfigurationProperty openZfsConfiguration)
openZfsConfiguration - The configuration of an Amazon FSx for OpenZFS volume. This parameter is required.this@Stability(value=Stable) public CfnVolume.Builder openZfsConfiguration(IResolvable openZfsConfiguration)
openZfsConfiguration - The configuration of an Amazon FSx for OpenZFS volume. This parameter is required.this@Stability(value=Stable) public CfnVolume.Builder tags(List<? extends CfnTag> tags)
For more information, see Tag .
tags - An array of key-value pairs to apply to this resource. This parameter is required.this@Stability(value=Stable) public CfnVolume.Builder volumeType(String volumeType)
volumeType - The type of the volume. This parameter is required.thisCopyright © 2022. All rights reserved.