| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
FileSystem.Builder |
FileSystem.Builder.administrativeActions(AdministrativeAction... administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed.
|
FileSystem.Builder |
FileSystem.Builder.administrativeActions(Collection<AdministrativeAction> administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed.
|
FileSystem.Builder |
FileSystem.Builder.administrativeActions(Consumer<AdministrativeAction.Builder>... administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed.
|
static FileSystem.Builder |
FileSystem.builder() |
FileSystem.Builder |
FileSystem.Builder.creationTime(Instant creationTime)
The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.
|
FileSystem.Builder |
FileSystem.Builder.dnsName(String dnsName)
The DNS name for the file system.
|
default FileSystem.Builder |
FileSystem.Builder.failureDetails(Consumer<FileSystemFailureDetails.Builder> failureDetails)
Sets the value of the FailureDetails property for this object.
|
FileSystem.Builder |
FileSystem.Builder.failureDetails(FileSystemFailureDetails failureDetails)
Sets the value of the FailureDetails property for this object.
|
FileSystem.Builder |
FileSystem.Builder.fileSystemId(String fileSystemId)
The system-generated, unique 17-digit ID of the file system.
|
FileSystem.Builder |
FileSystem.Builder.fileSystemType(FileSystemType fileSystemType)
The type of Amazon FSx file system, either
LUSTRE or WINDOWS. |
FileSystem.Builder |
FileSystem.Builder.fileSystemType(String fileSystemType)
The type of Amazon FSx file system, either
LUSTRE or WINDOWS. |
FileSystem.Builder |
FileSystem.Builder.kmsKeyId(String kmsKeyId)
The ID of the AWS Key Management Service (AWS KMS) key used to encrypt the file system's data for Amazon FSx
for Windows File Server file systems and persistent Amazon FSx for Lustre file systems at rest.
|
FileSystem.Builder |
FileSystem.Builder.lifecycle(FileSystemLifecycle lifecycle)
The lifecycle status of the file system, following are the possible values and what they mean:
|
FileSystem.Builder |
FileSystem.Builder.lifecycle(String lifecycle)
The lifecycle status of the file system, following are the possible values and what they mean:
|
default FileSystem.Builder |
FileSystem.Builder.lustreConfiguration(Consumer<LustreFileSystemConfiguration.Builder> lustreConfiguration)
Sets the value of the LustreConfiguration property for this object.
|
FileSystem.Builder |
FileSystem.Builder.lustreConfiguration(LustreFileSystemConfiguration lustreConfiguration)
Sets the value of the LustreConfiguration property for this object.
|
FileSystem.Builder |
FileSystem.Builder.networkInterfaceIds(Collection<String> networkInterfaceIds)
The IDs of the elastic network interface from which a specific file system is accessible.
|
FileSystem.Builder |
FileSystem.Builder.networkInterfaceIds(String... networkInterfaceIds)
The IDs of the elastic network interface from which a specific file system is accessible.
|
FileSystem.Builder |
FileSystem.Builder.ownerId(String ownerId)
The AWS account that created the file system.
|
FileSystem.Builder |
FileSystem.Builder.resourceARN(String resourceARN)
The Amazon Resource Name (ARN) for the file system resource.
|
FileSystem.Builder |
FileSystem.Builder.storageCapacity(Integer storageCapacity)
The storage capacity of the file system in gibibytes (GiB).
|
FileSystem.Builder |
FileSystem.Builder.storageType(StorageType storageType)
The storage type of the file system.
|
FileSystem.Builder |
FileSystem.Builder.storageType(String storageType)
The storage type of the file system.
|
FileSystem.Builder |
FileSystem.Builder.subnetIds(Collection<String> subnetIds)
Specifies the IDs of the subnets that the file system is accessible from.
|
FileSystem.Builder |
FileSystem.Builder.subnetIds(String... subnetIds)
Specifies the IDs of the subnets that the file system is accessible from.
|
FileSystem.Builder |
FileSystem.Builder.tags(Collection<Tag> tags)
The tags to associate with the file system.
|
FileSystem.Builder |
FileSystem.Builder.tags(Consumer<Tag.Builder>... tags)
The tags to associate with the file system.
|
FileSystem.Builder |
FileSystem.Builder.tags(Tag... tags)
The tags to associate with the file system.
|
FileSystem.Builder |
FileSystem.toBuilder() |
FileSystem.Builder |
FileSystem.Builder.vpcId(String vpcId)
The ID of the primary VPC for the file system.
|
default FileSystem.Builder |
FileSystem.Builder.windowsConfiguration(Consumer<WindowsFileSystemConfiguration.Builder> windowsConfiguration)
The configuration for this Microsoft Windows file system.
|
FileSystem.Builder |
FileSystem.Builder.windowsConfiguration(WindowsFileSystemConfiguration windowsConfiguration)
The configuration for this Microsoft Windows file system.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FileSystem.Builder> |
FileSystem.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateFileSystemResponse.Builder |
CreateFileSystemResponse.Builder.fileSystem(Consumer<FileSystem.Builder> fileSystem)
The configuration of the file system that was created.
|
default CreateFileSystemFromBackupResponse.Builder |
CreateFileSystemFromBackupResponse.Builder.fileSystem(Consumer<FileSystem.Builder> fileSystem)
A description of the file system.
|
default Backup.Builder |
Backup.Builder.fileSystem(Consumer<FileSystem.Builder> fileSystem)
Metadata of the file system associated with the backup.
|
default UpdateFileSystemResponse.Builder |
UpdateFileSystemResponse.Builder.fileSystem(Consumer<FileSystem.Builder> fileSystem)
A description of the file system that was updated.
|
default AdministrativeAction.Builder |
AdministrativeAction.Builder.targetFileSystemValues(Consumer<FileSystem.Builder> targetFileSystemValues)
Describes the target value for the administration action, provided in the
UpdateFileSystem
operation. |
Copyright © 2021. All rights reserved.