public static interface FileSystem.Builder extends SdkPojo, CopyableBuilder<FileSystem.Builder,FileSystem>
| Modifier and Type | Method and Description |
|---|---|
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 |
administrativeActions(Collection<AdministrativeAction> administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed.
|
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 |
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 |
dnsName(String dnsName)
The DNS name for the file system.
|
default FileSystem.Builder |
failureDetails(Consumer<FileSystemFailureDetails.Builder> failureDetails)
Sets the value of the FailureDetails property for this object.
|
FileSystem.Builder |
failureDetails(FileSystemFailureDetails failureDetails)
Sets the value of the FailureDetails property for this object.
|
FileSystem.Builder |
fileSystemId(String fileSystemId)
The system-generated, unique 17-digit ID of the file system.
|
FileSystem.Builder |
fileSystemType(FileSystemType fileSystemType)
The type of Amazon FSx file system, either
LUSTRE or WINDOWS. |
FileSystem.Builder |
fileSystemType(String fileSystemType)
The type of Amazon FSx file system, either
LUSTRE or WINDOWS. |
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 |
lifecycle(FileSystemLifecycle lifecycle)
The lifecycle status of the file system, following are the possible values and what they mean:
|
FileSystem.Builder |
lifecycle(String lifecycle)
The lifecycle status of the file system, following are the possible values and what they mean:
|
default FileSystem.Builder |
lustreConfiguration(Consumer<LustreFileSystemConfiguration.Builder> lustreConfiguration)
Sets the value of the LustreConfiguration property for this object.
|
FileSystem.Builder |
lustreConfiguration(LustreFileSystemConfiguration lustreConfiguration)
Sets the value of the LustreConfiguration property for this object.
|
FileSystem.Builder |
networkInterfaceIds(Collection<String> networkInterfaceIds)
The IDs of the elastic network interface from which a specific file system is accessible.
|
FileSystem.Builder |
networkInterfaceIds(String... networkInterfaceIds)
The IDs of the elastic network interface from which a specific file system is accessible.
|
FileSystem.Builder |
ownerId(String ownerId)
The AWS account that created the file system.
|
FileSystem.Builder |
resourceARN(String resourceARN)
The Amazon Resource Name (ARN) for the file system resource.
|
FileSystem.Builder |
storageCapacity(Integer storageCapacity)
The storage capacity of the file system in gibibytes (GiB).
|
FileSystem.Builder |
storageType(StorageType storageType)
The storage type of the file system.
|
FileSystem.Builder |
storageType(String storageType)
The storage type of the file system.
|
FileSystem.Builder |
subnetIds(Collection<String> subnetIds)
Specifies the IDs of the subnets that the file system is accessible from.
|
FileSystem.Builder |
subnetIds(String... subnetIds)
Specifies the IDs of the subnets that the file system is accessible from.
|
FileSystem.Builder |
tags(Collection<Tag> tags)
The tags to associate with the file system.
|
FileSystem.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags to associate with the file system.
|
FileSystem.Builder |
tags(Tag... tags)
The tags to associate with the file system.
|
FileSystem.Builder |
vpcId(String vpcId)
The ID of the primary VPC for the file system.
|
default FileSystem.Builder |
windowsConfiguration(Consumer<WindowsFileSystemConfiguration.Builder> windowsConfiguration)
The configuration for this Microsoft Windows file system.
|
FileSystem.Builder |
windowsConfiguration(WindowsFileSystemConfiguration windowsConfiguration)
The configuration for this Microsoft Windows file system.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFileSystem.Builder ownerId(String ownerId)
The AWS account that created the file system. If the file system was created by an AWS Identity and Access Management (IAM) user, the AWS account to which the IAM user belongs is the owner.
ownerId - The AWS account that created the file system. If the file system was created by an AWS Identity and
Access Management (IAM) user, the AWS account to which the IAM user belongs is the owner.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.
creationTime - The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix
time.FileSystem.Builder fileSystemId(String fileSystemId)
The system-generated, unique 17-digit ID of the file system.
fileSystemId - The system-generated, unique 17-digit ID of the file system.FileSystem.Builder fileSystemType(String fileSystemType)
The type of Amazon FSx file system, either LUSTRE or WINDOWS.
fileSystemType - The type of Amazon FSx file system, either LUSTRE or WINDOWS.FileSystemType,
FileSystemTypeFileSystem.Builder fileSystemType(FileSystemType fileSystemType)
The type of Amazon FSx file system, either LUSTRE or WINDOWS.
fileSystemType - The type of Amazon FSx file system, either LUSTRE or WINDOWS.FileSystemType,
FileSystemTypeFileSystem.Builder lifecycle(String lifecycle)
The lifecycle status of the file system, following are the possible values and what they mean:
AVAILABLE - The file system is in a healthy state, and is reachable and available for use.
CREATING - Amazon FSx is creating the new file system.
DELETING - Amazon FSx is deleting an existing file system.
FAILED - An existing file system has experienced an unrecoverable failure. When creating a new
file system, Amazon FSx was unable to create the file system.
MISCONFIGURED indicates that the file system is in a failed but recoverable state.
UPDATING indicates that the file system is undergoing a customer initiated update.
lifecycle - The lifecycle status of the file system, following are the possible values and what they mean:
AVAILABLE - The file system is in a healthy state, and is reachable and available for
use.
CREATING - Amazon FSx is creating the new file system.
DELETING - Amazon FSx is deleting an existing file system.
FAILED - An existing file system has experienced an unrecoverable failure. When creating
a new file system, Amazon FSx was unable to create the file system.
MISCONFIGURED indicates that the file system is in a failed but recoverable state.
UPDATING indicates that the file system is undergoing a customer initiated update.
FileSystemLifecycle,
FileSystemLifecycleFileSystem.Builder lifecycle(FileSystemLifecycle lifecycle)
The lifecycle status of the file system, following are the possible values and what they mean:
AVAILABLE - The file system is in a healthy state, and is reachable and available for use.
CREATING - Amazon FSx is creating the new file system.
DELETING - Amazon FSx is deleting an existing file system.
FAILED - An existing file system has experienced an unrecoverable failure. When creating a new
file system, Amazon FSx was unable to create the file system.
MISCONFIGURED indicates that the file system is in a failed but recoverable state.
UPDATING indicates that the file system is undergoing a customer initiated update.
lifecycle - The lifecycle status of the file system, following are the possible values and what they mean:
AVAILABLE - The file system is in a healthy state, and is reachable and available for
use.
CREATING - Amazon FSx is creating the new file system.
DELETING - Amazon FSx is deleting an existing file system.
FAILED - An existing file system has experienced an unrecoverable failure. When creating
a new file system, Amazon FSx was unable to create the file system.
MISCONFIGURED indicates that the file system is in a failed but recoverable state.
UPDATING indicates that the file system is undergoing a customer initiated update.
FileSystemLifecycle,
FileSystemLifecycleFileSystem.Builder failureDetails(FileSystemFailureDetails failureDetails)
failureDetails - The new value for the FailureDetails property for this object.default FileSystem.Builder failureDetails(Consumer<FileSystemFailureDetails.Builder> failureDetails)
FileSystemFailureDetails.Builder avoiding the
need to create one manually via FileSystemFailureDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to failureDetails(FileSystemFailureDetails).failureDetails - a consumer that will call methods on FileSystemFailureDetails.BuilderfailureDetails(FileSystemFailureDetails)FileSystem.Builder storageCapacity(Integer storageCapacity)
The storage capacity of the file system in gibibytes (GiB).
storageCapacity - The storage capacity of the file system in gibibytes (GiB).FileSystem.Builder storageType(String storageType)
The storage type of the file system. Valid values are SSD and HDD. If set to
SSD, the file system uses solid state drive storage. If set to HDD, the file system
uses hard disk drive storage.
storageType - The storage type of the file system. Valid values are SSD and HDD. If set to
SSD, the file system uses solid state drive storage. If set to HDD, the file
system uses hard disk drive storage.StorageType,
StorageTypeFileSystem.Builder storageType(StorageType storageType)
The storage type of the file system. Valid values are SSD and HDD. If set to
SSD, the file system uses solid state drive storage. If set to HDD, the file system
uses hard disk drive storage.
storageType - The storage type of the file system. Valid values are SSD and HDD. If set to
SSD, the file system uses solid state drive storage. If set to HDD, the file
system uses hard disk drive storage.StorageType,
StorageTypeFileSystem.Builder vpcId(String vpcId)
The ID of the primary VPC for the file system.
vpcId - The ID of the primary VPC for the file system.FileSystem.Builder subnetIds(Collection<String> subnetIds)
Specifies the IDs of the subnets that the file system is accessible from. For Windows MULTI_AZ_1
file system deployment type, there are two subnet IDs, one for the preferred file server and one for the
standby file server. The preferred file server subnet identified in the PreferredSubnetID
property. All other file systems have only one subnet ID.
For Lustre file systems, and Single-AZ Windows file systems, this is the ID of the subnet that contains the
endpoint for the file system. For MULTI_AZ_1 Windows file systems, the endpoint for the file
system is available in the PreferredSubnetID.
subnetIds - Specifies the IDs of the subnets that the file system is accessible from. For Windows
MULTI_AZ_1 file system deployment type, there are two subnet IDs, one for the preferred
file server and one for the standby file server. The preferred file server subnet identified in the
PreferredSubnetID property. All other file systems have only one subnet ID.
For Lustre file systems, and Single-AZ Windows file systems, this is the ID of the subnet that
contains the endpoint for the file system. For MULTI_AZ_1 Windows file systems, the
endpoint for the file system is available in the PreferredSubnetID.
FileSystem.Builder subnetIds(String... subnetIds)
Specifies the IDs of the subnets that the file system is accessible from. For Windows MULTI_AZ_1
file system deployment type, there are two subnet IDs, one for the preferred file server and one for the
standby file server. The preferred file server subnet identified in the PreferredSubnetID
property. All other file systems have only one subnet ID.
For Lustre file systems, and Single-AZ Windows file systems, this is the ID of the subnet that contains the
endpoint for the file system. For MULTI_AZ_1 Windows file systems, the endpoint for the file
system is available in the PreferredSubnetID.
subnetIds - Specifies the IDs of the subnets that the file system is accessible from. For Windows
MULTI_AZ_1 file system deployment type, there are two subnet IDs, one for the preferred
file server and one for the standby file server. The preferred file server subnet identified in the
PreferredSubnetID property. All other file systems have only one subnet ID.
For Lustre file systems, and Single-AZ Windows file systems, this is the ID of the subnet that
contains the endpoint for the file system. For MULTI_AZ_1 Windows file systems, the
endpoint for the file system is available in the PreferredSubnetID.
FileSystem.Builder networkInterfaceIds(Collection<String> networkInterfaceIds)
The IDs of the elastic network interface from which a specific file system is accessible. The elastic network interface is automatically created in the same VPC that the Amazon FSx file system was created in. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide.
For an Amazon FSx for Windows File Server file system, you can have one network interface ID. For an Amazon FSx for Lustre file system, you can have more than one.
networkInterfaceIds - The IDs of the elastic network interface from which a specific file system is accessible. The elastic
network interface is automatically created in the same VPC that the Amazon FSx file system was created
in. For more information, see Elastic Network
Interfaces in the Amazon EC2 User Guide.
For an Amazon FSx for Windows File Server file system, you can have one network interface ID. For an Amazon FSx for Lustre file system, you can have more than one.
FileSystem.Builder networkInterfaceIds(String... networkInterfaceIds)
The IDs of the elastic network interface from which a specific file system is accessible. The elastic network interface is automatically created in the same VPC that the Amazon FSx file system was created in. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide.
For an Amazon FSx for Windows File Server file system, you can have one network interface ID. For an Amazon FSx for Lustre file system, you can have more than one.
networkInterfaceIds - The IDs of the elastic network interface from which a specific file system is accessible. The elastic
network interface is automatically created in the same VPC that the Amazon FSx file system was created
in. For more information, see Elastic Network
Interfaces in the Amazon EC2 User Guide.
For an Amazon FSx for Windows File Server file system, you can have one network interface ID. For an Amazon FSx for Lustre file system, you can have more than one.
FileSystem.Builder dnsName(String dnsName)
The DNS name for the file system.
dnsName - The DNS name for the file system.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. In either case, if not specified, the Amazon FSx managed key is used. The scratch Amazon FSx for Lustre file systems are always encrypted at rest using Amazon FSx managed keys. For more information, see Encrypt in the AWS Key Management Service API Reference.
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. In either case, if not specified, the Amazon FSx managed key is used. The scratch Amazon FSx for
Lustre file systems are always encrypted at rest using Amazon FSx managed keys. For more information,
see Encrypt in the
AWS Key Management Service API Reference.FileSystem.Builder resourceARN(String resourceARN)
The Amazon Resource Name (ARN) for the file system resource.
resourceARN - The Amazon Resource Name (ARN) for the file system resource.FileSystem.Builder tags(Collection<Tag> tags)
The tags to associate with the file system. For more information, see Tagging Your Amazon EC2 Resources in the Amazon EC2 User Guide.
tags - The tags to associate with the file system. For more information, see Tagging Your Amazon EC2
Resources in the Amazon EC2 User Guide.FileSystem.Builder tags(Tag... tags)
The tags to associate with the file system. For more information, see Tagging Your Amazon EC2 Resources in the Amazon EC2 User Guide.
tags - The tags to associate with the file system. For more information, see Tagging Your Amazon EC2
Resources in the Amazon EC2 User Guide.FileSystem.Builder tags(Consumer<Tag.Builder>... tags)
The tags to associate with the file system. For more information, see Tagging Your Amazon EC2 Resources in the Amazon EC2 User Guide.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) FileSystem.Builder windowsConfiguration(WindowsFileSystemConfiguration windowsConfiguration)
The configuration for this Microsoft Windows file system.
windowsConfiguration - The configuration for this Microsoft Windows file system.default FileSystem.Builder windowsConfiguration(Consumer<WindowsFileSystemConfiguration.Builder> windowsConfiguration)
The configuration for this Microsoft Windows file system.
This is a convenience that creates an instance of theWindowsFileSystemConfiguration.Builder avoiding
the need to create one manually via WindowsFileSystemConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to windowsConfiguration(WindowsFileSystemConfiguration).windowsConfiguration - a consumer that will call methods on WindowsFileSystemConfiguration.BuilderwindowsConfiguration(WindowsFileSystemConfiguration)FileSystem.Builder lustreConfiguration(LustreFileSystemConfiguration lustreConfiguration)
lustreConfiguration - The new value for the LustreConfiguration property for this object.default FileSystem.Builder lustreConfiguration(Consumer<LustreFileSystemConfiguration.Builder> lustreConfiguration)
LustreFileSystemConfiguration.Builder avoiding
the need to create one manually via LustreFileSystemConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to lustreConfiguration(LustreFileSystemConfiguration).lustreConfiguration - a consumer that will call methods on LustreFileSystemConfiguration.BuilderlustreConfiguration(LustreFileSystemConfiguration)FileSystem.Builder administrativeActions(Collection<AdministrativeAction> administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed.
Administrative actions describe changes to the Windows file system that you have initiated using the
UpdateFileSystem action.
administrativeActions - A list of administrative actions for the file system that are in process or waiting to be processed.
Administrative actions describe changes to the Windows file system that you have initiated using the
UpdateFileSystem action.FileSystem.Builder administrativeActions(AdministrativeAction... administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed.
Administrative actions describe changes to the Windows file system that you have initiated using the
UpdateFileSystem action.
administrativeActions - A list of administrative actions for the file system that are in process or waiting to be processed.
Administrative actions describe changes to the Windows file system that you have initiated using the
UpdateFileSystem action.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.
Administrative actions describe changes to the Windows file system that you have initiated using the
UpdateFileSystem action.
List.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #administrativeActions(List) .administrativeActions - a consumer that will call methods on List.Builder #administrativeActions(List) Copyright © 2021. All rights reserved.