| Package | Description |
|---|---|
| software.amazon.awscdk.services.fsx |
Amazon FSx Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
FileSystemProps.Builder |
FileSystemProps.Builder.backupId(String backupId)
Sets the value of
FileSystemProps.getBackupId() |
static FileSystemProps.Builder |
FileSystemProps.builder() |
FileSystemProps.Builder |
FileSystemProps.Builder.kmsKey(IKey kmsKey)
Sets the value of
FileSystemProps.getKmsKey() |
FileSystemProps.Builder |
FileSystemProps.Builder.removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
FileSystemProps.getRemovalPolicy() |
FileSystemProps.Builder |
FileSystemProps.Builder.securityGroup(ISecurityGroup securityGroup)
Sets the value of
FileSystemProps.getSecurityGroup() |
FileSystemProps.Builder |
FileSystemProps.Builder.storageCapacityGiB(Number storageCapacityGiB)
Sets the value of
FileSystemProps.getStorageCapacityGiB() |
FileSystemProps.Builder |
FileSystemProps.Builder.vpc(IVpc vpc)
Sets the value of
FileSystemProps.getVpc() |
Copyright © 2021. All rights reserved.