| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx |
Amazon FSx is a fully managed service that makes it easy for storage and application administrators to launch and use
shared file storage.
|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateFileSystemFromBackupResponse |
FSxClient.createFileSystemFromBackup(Consumer<CreateFileSystemFromBackupRequest.Builder> createFileSystemFromBackupRequest)
Creates a new Amazon FSx for Lustre, Amazon FSx for Windows File Server, or Amazon FSx for OpenZFS file system
from an existing Amazon FSx backup.
|
default CompletableFuture<CreateFileSystemFromBackupResponse> |
FSxAsyncClient.createFileSystemFromBackup(Consumer<CreateFileSystemFromBackupRequest.Builder> createFileSystemFromBackupRequest)
Creates a new Amazon FSx for Lustre, Amazon FSx for Windows File Server, or Amazon FSx for OpenZFS file system
from an existing Amazon FSx backup.
|
| Modifier and Type | Method and Description |
|---|---|
CreateFileSystemFromBackupRequest.Builder |
CreateFileSystemFromBackupRequest.Builder.backupId(String backupId)
Sets the value of the BackupId property for this object.
|
static CreateFileSystemFromBackupRequest.Builder |
CreateFileSystemFromBackupRequest.builder() |
CreateFileSystemFromBackupRequest.Builder |
CreateFileSystemFromBackupRequest.Builder.clientRequestToken(String clientRequestToken)
A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent creation.
|
CreateFileSystemFromBackupRequest.Builder |
CreateFileSystemFromBackupRequest.Builder.fileSystemTypeVersion(String fileSystemTypeVersion)
Sets the version for the Amazon FSx for Lustre file system that you're creating from a backup.
|
CreateFileSystemFromBackupRequest.Builder |
CreateFileSystemFromBackupRequest.Builder.kmsKeyId(String kmsKeyId)
Sets the value of the KmsKeyId property for this object.
|
default CreateFileSystemFromBackupRequest.Builder |
CreateFileSystemFromBackupRequest.Builder.lustreConfiguration(Consumer<CreateFileSystemLustreConfiguration.Builder> lustreConfiguration)
Sets the value of the LustreConfiguration property for this object.
|
CreateFileSystemFromBackupRequest.Builder |
CreateFileSystemFromBackupRequest.Builder.lustreConfiguration(CreateFileSystemLustreConfiguration lustreConfiguration)
Sets the value of the LustreConfiguration property for this object.
|
default CreateFileSystemFromBackupRequest.Builder |
CreateFileSystemFromBackupRequest.Builder.openZFSConfiguration(Consumer<CreateFileSystemOpenZFSConfiguration.Builder> openZFSConfiguration)
The OpenZFS configuration for the file system that's being created.
|
CreateFileSystemFromBackupRequest.Builder |
CreateFileSystemFromBackupRequest.Builder.openZFSConfiguration(CreateFileSystemOpenZFSConfiguration openZFSConfiguration)
The OpenZFS configuration for the file system that's being created.
|
CreateFileSystemFromBackupRequest.Builder |
CreateFileSystemFromBackupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateFileSystemFromBackupRequest.Builder |
CreateFileSystemFromBackupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateFileSystemFromBackupRequest.Builder |
CreateFileSystemFromBackupRequest.Builder.securityGroupIds(Collection<String> securityGroupIds)
A list of IDs for the security groups that apply to the specified network interfaces created for file system
access.
|
CreateFileSystemFromBackupRequest.Builder |
CreateFileSystemFromBackupRequest.Builder.securityGroupIds(String... securityGroupIds)
A list of IDs for the security groups that apply to the specified network interfaces created for file system
access.
|
CreateFileSystemFromBackupRequest.Builder |
CreateFileSystemFromBackupRequest.Builder.storageCapacity(Integer storageCapacity)
Sets the storage capacity of the OpenZFS file system that you're creating from a backup, in gibibytes (GiB).
|
CreateFileSystemFromBackupRequest.Builder |
CreateFileSystemFromBackupRequest.Builder.storageType(StorageType storageType)
Sets the storage type for the Windows or OpenZFS file system that you're creating from a backup.
|
CreateFileSystemFromBackupRequest.Builder |
CreateFileSystemFromBackupRequest.Builder.storageType(String storageType)
Sets the storage type for the Windows or OpenZFS file system that you're creating from a backup.
|
CreateFileSystemFromBackupRequest.Builder |
CreateFileSystemFromBackupRequest.Builder.subnetIds(Collection<String> subnetIds)
Specifies the IDs of the subnets that the file system will be accessible from.
|
CreateFileSystemFromBackupRequest.Builder |
CreateFileSystemFromBackupRequest.Builder.subnetIds(String... subnetIds)
Specifies the IDs of the subnets that the file system will be accessible from.
|
CreateFileSystemFromBackupRequest.Builder |
CreateFileSystemFromBackupRequest.Builder.tags(Collection<Tag> tags)
The tags to be applied to the file system at file system creation.
|
CreateFileSystemFromBackupRequest.Builder |
CreateFileSystemFromBackupRequest.Builder.tags(Consumer<Tag.Builder>... tags)
The tags to be applied to the file system at file system creation.
|
CreateFileSystemFromBackupRequest.Builder |
CreateFileSystemFromBackupRequest.Builder.tags(Tag... tags)
The tags to be applied to the file system at file system creation.
|
CreateFileSystemFromBackupRequest.Builder |
CreateFileSystemFromBackupRequest.toBuilder() |
default CreateFileSystemFromBackupRequest.Builder |
CreateFileSystemFromBackupRequest.Builder.windowsConfiguration(Consumer<CreateFileSystemWindowsConfiguration.Builder> windowsConfiguration)
The configuration for this Microsoft Windows file system.
|
CreateFileSystemFromBackupRequest.Builder |
CreateFileSystemFromBackupRequest.Builder.windowsConfiguration(CreateFileSystemWindowsConfiguration windowsConfiguration)
The configuration for this Microsoft Windows file system.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateFileSystemFromBackupRequest.Builder> |
CreateFileSystemFromBackupRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.