@Stability(value=Stable) public static final class CfnFileSystemProps.Builder extends Object implements software.amazon.jsii.Builder<CfnFileSystemProps>
CfnFileSystemProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnFileSystemProps.Builder fileSystemType(String fileSystemType)
CfnFileSystemProps.getFileSystemType()fileSystemType - `AWS::FSx::FileSystem.FileSystemType`. This parameter is required.this@Stability(value=Stable) public CfnFileSystemProps.Builder subnetIds(List<String> subnetIds)
CfnFileSystemProps.getSubnetIds()subnetIds - `AWS::FSx::FileSystem.SubnetIds`. This parameter is required.this@Stability(value=Stable) public CfnFileSystemProps.Builder backupId(String backupId)
CfnFileSystemProps.getBackupId()backupId - `AWS::FSx::FileSystem.BackupId`.this@Stability(value=Stable) public CfnFileSystemProps.Builder kmsKeyId(String kmsKeyId)
CfnFileSystemProps.getKmsKeyId()kmsKeyId - `AWS::FSx::FileSystem.KmsKeyId`.this@Stability(value=Stable) public CfnFileSystemProps.Builder lustreConfiguration(CfnFileSystem.LustreConfigurationProperty lustreConfiguration)
CfnFileSystemProps.getLustreConfiguration()lustreConfiguration - `AWS::FSx::FileSystem.LustreConfiguration`.this@Stability(value=Stable) public CfnFileSystemProps.Builder lustreConfiguration(IResolvable lustreConfiguration)
CfnFileSystemProps.getLustreConfiguration()lustreConfiguration - `AWS::FSx::FileSystem.LustreConfiguration`.this@Stability(value=Stable) public CfnFileSystemProps.Builder securityGroupIds(List<String> securityGroupIds)
CfnFileSystemProps.getSecurityGroupIds()securityGroupIds - `AWS::FSx::FileSystem.SecurityGroupIds`.this@Stability(value=Stable) public CfnFileSystemProps.Builder storageCapacity(Number storageCapacity)
CfnFileSystemProps.getStorageCapacity()storageCapacity - `AWS::FSx::FileSystem.StorageCapacity`.this@Stability(value=Stable) public CfnFileSystemProps.Builder storageType(String storageType)
CfnFileSystemProps.getStorageType()storageType - `AWS::FSx::FileSystem.StorageType`.this@Stability(value=Stable) public CfnFileSystemProps.Builder tags(List<? extends CfnTag> tags)
CfnFileSystemProps.getTags()tags - `AWS::FSx::FileSystem.Tags`.this@Stability(value=Stable) public CfnFileSystemProps.Builder windowsConfiguration(CfnFileSystem.WindowsConfigurationProperty windowsConfiguration)
CfnFileSystemProps.getWindowsConfiguration()windowsConfiguration - `AWS::FSx::FileSystem.WindowsConfiguration`.this@Stability(value=Stable) public CfnFileSystemProps.Builder windowsConfiguration(IResolvable windowsConfiguration)
CfnFileSystemProps.getWindowsConfiguration()windowsConfiguration - `AWS::FSx::FileSystem.WindowsConfiguration`.this@Stability(value=Stable) public CfnFileSystemProps build()
build in interface software.amazon.jsii.Builder<CfnFileSystemProps>CfnFileSystemPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.