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.
|
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.
|
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 Domain Name System (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(String fileSystemType) |
The type of Amazon FSx file system, which can be LUSTRE, WINDOWS,
ONTAP, or OPENZFS.
|
FileSystem.Builder |
FileSystem.Builder.fileSystemType(FileSystemType fileSystemType) |
The type of Amazon FSx file system, which can be LUSTRE, WINDOWS,
ONTAP, or OPENZFS.
|
FileSystem.Builder |
FileSystem.Builder.fileSystemTypeVersion(String fileSystemTypeVersion) |
The Lustre version of the Amazon FSx for Lustre file system, which can be 2.10,
2.12, or 2.15.
|
FileSystem.Builder |
FileSystem.Builder.kmsKeyId(String kmsKeyId) |
The ID of the Key Management Service (KMS) key used to encrypt Amazon FSx file system data.
|
FileSystem.Builder |
FileSystem.Builder.lifecycle(String lifecycle) |
The lifecycle status of the file system.
|
FileSystem.Builder |
FileSystem.Builder.lifecycle(FileSystemLifecycle lifecycle) |
The lifecycle status of the file system.
|
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(String... networkInterfaceIds) |
The IDs of the elastic network interfaces from which a specific file system is accessible.
|
FileSystem.Builder |
FileSystem.Builder.networkInterfaceIds(Collection<String> networkInterfaceIds) |
The IDs of the elastic network interfaces from which a specific file system is accessible.
|
default FileSystem.Builder |
FileSystem.Builder.ontapConfiguration(Consumer<OntapFileSystemConfiguration.Builder> ontapConfiguration) |
The configuration for this Amazon FSx for NetApp ONTAP file system.
|
FileSystem.Builder |
FileSystem.Builder.ontapConfiguration(OntapFileSystemConfiguration ontapConfiguration) |
The configuration for this Amazon FSx for NetApp ONTAP file system.
|
default FileSystem.Builder |
FileSystem.Builder.openZFSConfiguration(Consumer<OpenZFSFileSystemConfiguration.Builder> openZFSConfiguration) |
The configuration for this Amazon FSx for OpenZFS file system.
|
FileSystem.Builder |
FileSystem.Builder.openZFSConfiguration(OpenZFSFileSystemConfiguration openZFSConfiguration) |
The configuration for this Amazon FSx for OpenZFS file system.
|
FileSystem.Builder |
FileSystem.Builder.ownerId(String ownerId) |
The Amazon Web Services account that created the file system.
|
FileSystem.Builder |
FileSystem.Builder.resourceARN(String resourceARN) |
The Amazon Resource Name (ARN) of 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(String storageType) |
The type of storage the file system is using.
|
FileSystem.Builder |
FileSystem.Builder.storageType(StorageType storageType) |
The type of storage the file system is using.
|
FileSystem.Builder |
FileSystem.Builder.subnetIds(String... subnetIds) |
Specifies the IDs of the subnets that the file system is accessible from.
|
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.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 virtual private cloud (VPC) for the file system.
|
default FileSystem.Builder |
FileSystem.Builder.windowsConfiguration(Consumer<WindowsFileSystemConfiguration.Builder> windowsConfiguration) |
The configuration for this Amazon FSx for Windows File Server file system.
|
FileSystem.Builder |
FileSystem.Builder.windowsConfiguration(WindowsFileSystemConfiguration windowsConfiguration) |
The configuration for this Amazon FSx for Windows File Server file system.
|