public static interface UpdateFileSystemRequest.Builder extends FSxRequest.Builder, SdkPojo, CopyableBuilder<UpdateFileSystemRequest.Builder,UpdateFileSystemRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateFileSystemRequest.Builder |
clientRequestToken(String clientRequestToken)
A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent updates.
|
UpdateFileSystemRequest.Builder |
fileSystemId(String fileSystemId)
The ID of the file system that you are updating.
|
default UpdateFileSystemRequest.Builder |
lustreConfiguration(Consumer<UpdateFileSystemLustreConfiguration.Builder> lustreConfiguration)
Sets the value of the LustreConfiguration property for this object.
|
UpdateFileSystemRequest.Builder |
lustreConfiguration(UpdateFileSystemLustreConfiguration lustreConfiguration)
Sets the value of the LustreConfiguration property for this object.
|
default UpdateFileSystemRequest.Builder |
ontapConfiguration(Consumer<UpdateFileSystemOntapConfiguration.Builder> ontapConfiguration)
Sets the value of the OntapConfiguration property for this object.
|
UpdateFileSystemRequest.Builder |
ontapConfiguration(UpdateFileSystemOntapConfiguration ontapConfiguration)
Sets the value of the OntapConfiguration property for this object.
|
default UpdateFileSystemRequest.Builder |
openZFSConfiguration(Consumer<UpdateFileSystemOpenZFSConfiguration.Builder> openZFSConfiguration)
The configuration updates for an FSx for OpenZFS file system.
|
UpdateFileSystemRequest.Builder |
openZFSConfiguration(UpdateFileSystemOpenZFSConfiguration openZFSConfiguration)
The configuration updates for an FSx for OpenZFS file system.
|
UpdateFileSystemRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateFileSystemRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateFileSystemRequest.Builder |
storageCapacity(Integer storageCapacity)
Use this parameter to increase the storage capacity of an FSx for Windows File Server, FSx for Lustre, FSx
for OpenZFS, or FSx for ONTAP file system.
|
UpdateFileSystemRequest.Builder |
storageType(StorageType storageType)
Sets the value of the StorageType property for this object.
|
UpdateFileSystemRequest.Builder |
storageType(String storageType)
Sets the value of the StorageType property for this object.
|
default UpdateFileSystemRequest.Builder |
windowsConfiguration(Consumer<UpdateFileSystemWindowsConfiguration.Builder> windowsConfiguration)
The configuration updates for an Amazon FSx for Windows File Server file system.
|
UpdateFileSystemRequest.Builder |
windowsConfiguration(UpdateFileSystemWindowsConfiguration windowsConfiguration)
The configuration updates for an Amazon FSx for Windows File Server file system.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateFileSystemRequest.Builder fileSystemId(String fileSystemId)
The ID of the file system that you are updating.
fileSystemId - The ID of the file system that you are updating.UpdateFileSystemRequest.Builder clientRequestToken(String clientRequestToken)
A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent updates. This string is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.
clientRequestToken - A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent updates. This string
is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web
Services SDK.UpdateFileSystemRequest.Builder storageCapacity(Integer storageCapacity)
Use this parameter to increase the storage capacity of an FSx for Windows File Server, FSx for Lustre, FSx for OpenZFS, or FSx for ONTAP file system. Specifies the storage capacity target value, in GiB, to increase the storage capacity for the file system that you're updating.
You can't make a storage capacity increase request if there is an existing storage capacity increase request in progress.
For Lustre file systems, the storage capacity target value can be the following:
For SCRATCH_2, PERSISTENT_1, and PERSISTENT_2 SSD deployment types,
valid values are in multiples of 2400 GiB. The value must be greater than the current storage capacity.
For PERSISTENT HDD file systems, valid values are multiples of 6000 GiB for 12-MBps throughput
per TiB file systems and multiples of 1800 GiB for 40-MBps throughput per TiB file systems. The values must
be greater than the current storage capacity.
For SCRATCH_1 file systems, you can't increase the storage capacity.
For more information, see Managing storage and throughput capacity in the FSx for Lustre User Guide.
For FSx for OpenZFS file systems, the storage capacity target value must be at least 10 percent greater than the current storage capacity value. For more information, see Managing storage capacity in the FSx for OpenZFS User Guide.
For Windows file systems, the storage capacity target value must be at least 10 percent greater than the current storage capacity value. To increase storage capacity, the file system must have at least 16 MBps of throughput capacity. For more information, see Managing storage capacity in the Amazon FSxfor Windows File Server User Guide.
For ONTAP file systems, the storage capacity target value must be at least 10 percent greater than the current storage capacity value. For more information, see Managing storage capacity and provisioned IOPS in the Amazon FSx for NetApp ONTAP User Guide.
storageCapacity - Use this parameter to increase the storage capacity of an FSx for Windows File Server, FSx for Lustre,
FSx for OpenZFS, or FSx for ONTAP file system. Specifies the storage capacity target value, in GiB, to
increase the storage capacity for the file system that you're updating. You can't make a storage capacity increase request if there is an existing storage capacity increase request in progress.
For Lustre file systems, the storage capacity target value can be the following:
For SCRATCH_2, PERSISTENT_1, and PERSISTENT_2 SSD deployment
types, valid values are in multiples of 2400 GiB. The value must be greater than the current storage
capacity.
For PERSISTENT HDD file systems, valid values are multiples of 6000 GiB for 12-MBps
throughput per TiB file systems and multiples of 1800 GiB for 40-MBps throughput per TiB file systems.
The values must be greater than the current storage capacity.
For SCRATCH_1 file systems, you can't increase the storage capacity.
For more information, see Managing storage and throughput capacity in the FSx for Lustre User Guide.
For FSx for OpenZFS file systems, the storage capacity target value must be at least 10 percent greater than the current storage capacity value. For more information, see Managing storage capacity in the FSx for OpenZFS User Guide.
For Windows file systems, the storage capacity target value must be at least 10 percent greater than the current storage capacity value. To increase storage capacity, the file system must have at least 16 MBps of throughput capacity. For more information, see Managing storage capacity in the Amazon FSxfor Windows File Server User Guide.
For ONTAP file systems, the storage capacity target value must be at least 10 percent greater than the current storage capacity value. For more information, see Managing storage capacity and provisioned IOPS in the Amazon FSx for NetApp ONTAP User Guide.
UpdateFileSystemRequest.Builder windowsConfiguration(UpdateFileSystemWindowsConfiguration windowsConfiguration)
The configuration updates for an Amazon FSx for Windows File Server file system.
windowsConfiguration - The configuration updates for an Amazon FSx for Windows File Server file system.default UpdateFileSystemRequest.Builder windowsConfiguration(Consumer<UpdateFileSystemWindowsConfiguration.Builder> windowsConfiguration)
The configuration updates for an Amazon FSx for Windows File Server file system.
This is a convenience method that creates an instance of theUpdateFileSystemWindowsConfiguration.Builder avoiding the need to create one manually via
UpdateFileSystemWindowsConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to windowsConfiguration(UpdateFileSystemWindowsConfiguration).
windowsConfiguration - a consumer that will call methods on UpdateFileSystemWindowsConfiguration.BuilderwindowsConfiguration(UpdateFileSystemWindowsConfiguration)UpdateFileSystemRequest.Builder lustreConfiguration(UpdateFileSystemLustreConfiguration lustreConfiguration)
lustreConfiguration - The new value for the LustreConfiguration property for this object.default UpdateFileSystemRequest.Builder lustreConfiguration(Consumer<UpdateFileSystemLustreConfiguration.Builder> lustreConfiguration)
UpdateFileSystemLustreConfiguration.Builder avoiding the need to create one manually via
UpdateFileSystemLustreConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to lustreConfiguration(UpdateFileSystemLustreConfiguration).
lustreConfiguration - a consumer that will call methods on UpdateFileSystemLustreConfiguration.BuilderlustreConfiguration(UpdateFileSystemLustreConfiguration)UpdateFileSystemRequest.Builder ontapConfiguration(UpdateFileSystemOntapConfiguration ontapConfiguration)
ontapConfiguration - The new value for the OntapConfiguration property for this object.default UpdateFileSystemRequest.Builder ontapConfiguration(Consumer<UpdateFileSystemOntapConfiguration.Builder> ontapConfiguration)
UpdateFileSystemOntapConfiguration.Builder avoiding the need to create one manually via
UpdateFileSystemOntapConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to ontapConfiguration(UpdateFileSystemOntapConfiguration).
ontapConfiguration - a consumer that will call methods on UpdateFileSystemOntapConfiguration.BuilderontapConfiguration(UpdateFileSystemOntapConfiguration)UpdateFileSystemRequest.Builder openZFSConfiguration(UpdateFileSystemOpenZFSConfiguration openZFSConfiguration)
The configuration updates for an FSx for OpenZFS file system.
openZFSConfiguration - The configuration updates for an FSx for OpenZFS file system.default UpdateFileSystemRequest.Builder openZFSConfiguration(Consumer<UpdateFileSystemOpenZFSConfiguration.Builder> openZFSConfiguration)
The configuration updates for an FSx for OpenZFS file system.
This is a convenience method that creates an instance of theUpdateFileSystemOpenZFSConfiguration.Builder avoiding the need to create one manually via
UpdateFileSystemOpenZFSConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to openZFSConfiguration(UpdateFileSystemOpenZFSConfiguration).
openZFSConfiguration - a consumer that will call methods on UpdateFileSystemOpenZFSConfiguration.BuilderopenZFSConfiguration(UpdateFileSystemOpenZFSConfiguration)UpdateFileSystemRequest.Builder storageType(String storageType)
storageType - The new value for the StorageType property for this object.StorageType,
StorageTypeUpdateFileSystemRequest.Builder storageType(StorageType storageType)
storageType - The new value for the StorageType property for this object.StorageType,
StorageTypeUpdateFileSystemRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateFileSystemRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.