@Stability(value=Stable) public static final class CfnFileSystem.RootVolumeConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFileSystem.RootVolumeConfigurationProperty>
CfnFileSystem.RootVolumeConfigurationProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnFileSystem.RootVolumeConfigurationProperty.Builder copyTagsToSnapshots(Boolean copyTagsToSnapshots)
CfnFileSystem.RootVolumeConfigurationProperty.getCopyTagsToSnapshots()copyTagsToSnapshots - A Boolean value indicating whether tags for the volume should be copied to snapshots.
This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.this@Stability(value=Stable) public CfnFileSystem.RootVolumeConfigurationProperty.Builder copyTagsToSnapshots(IResolvable copyTagsToSnapshots)
CfnFileSystem.RootVolumeConfigurationProperty.getCopyTagsToSnapshots()copyTagsToSnapshots - A Boolean value indicating whether tags for the volume should be copied to snapshots.
This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.this@Stability(value=Stable) public CfnFileSystem.RootVolumeConfigurationProperty.Builder dataCompressionType(String dataCompressionType)
CfnFileSystem.RootVolumeConfigurationProperty.getDataCompressionType()dataCompressionType - Specifies the method used to compress the data on the volume.
Unless the compression type is specified, volumes inherit the DataCompressionType value of their parent volume.
NONE - Doesn't compress the data on the volume.ZSTD - Compresses the data in the volume using the ZStandard (ZSTD) compression algorithm. This algorithm reduces the amount of space used on your volume and has very little impact on compute resources.this@Stability(value=Stable) public CfnFileSystem.RootVolumeConfigurationProperty.Builder nfsExports(IResolvable nfsExports)
CfnFileSystem.RootVolumeConfigurationProperty.getNfsExports()nfsExports - The configuration object for mounting a file system.this@Stability(value=Stable) public CfnFileSystem.RootVolumeConfigurationProperty.Builder nfsExports(List<? extends Object> nfsExports)
CfnFileSystem.RootVolumeConfigurationProperty.getNfsExports()nfsExports - The configuration object for mounting a file system.this@Stability(value=Stable) public CfnFileSystem.RootVolumeConfigurationProperty.Builder readOnly(Boolean readOnly)
CfnFileSystem.RootVolumeConfigurationProperty.getReadOnly()readOnly - A Boolean value indicating whether the volume is read-only.
Setting this value to true can be useful after you have completed changes to a volume and no longer want changes to occur.this@Stability(value=Stable) public CfnFileSystem.RootVolumeConfigurationProperty.Builder readOnly(IResolvable readOnly)
CfnFileSystem.RootVolumeConfigurationProperty.getReadOnly()readOnly - A Boolean value indicating whether the volume is read-only.
Setting this value to true can be useful after you have completed changes to a volume and no longer want changes to occur.this@Stability(value=Stable) public CfnFileSystem.RootVolumeConfigurationProperty.Builder userAndGroupQuotas(IResolvable userAndGroupQuotas)
CfnFileSystem.RootVolumeConfigurationProperty.getUserAndGroupQuotas()userAndGroupQuotas - An object specifying how much storage users or groups can use on the volume.this@Stability(value=Stable) public CfnFileSystem.RootVolumeConfigurationProperty.Builder userAndGroupQuotas(List<? extends Object> userAndGroupQuotas)
CfnFileSystem.RootVolumeConfigurationProperty.getUserAndGroupQuotas()userAndGroupQuotas - An object specifying how much storage users or groups can use on the volume.this@Stability(value=Stable) public CfnFileSystem.RootVolumeConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnFileSystem.RootVolumeConfigurationProperty>CfnFileSystem.RootVolumeConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.