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 64 ASCII characters that Amazon FSx uses to ensure idempotent updates.
|
UpdateFileSystemRequest.Builder |
fileSystemId(String fileSystemId)
Identifies 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.
|
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 Amazon FSx file system.
|
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)
Identifies the file system that you are updating.
fileSystemId - Identifies the file system that you are updating.UpdateFileSystemRequest.Builder clientRequestToken(String clientRequestToken)
A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent updates. This string is automatically filled on your behalf when you use the AWS Command Line Interface (AWS CLI) or an AWS SDK.
clientRequestToken - A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent updates. This string
is automatically filled on your behalf when you use the AWS Command Line Interface (AWS CLI) or an AWS
SDK.UpdateFileSystemRequest.Builder storageCapacity(Integer storageCapacity)
Use this parameter to increase the storage capacity of an Amazon FSx file system. Specifies the storage capacity target value, GiB, to increase the storage capacity for the file system that you're updating. You cannot make a storage capacity increase request if there is an existing storage capacity increase request in progress.
For Windows file systems, the storage capacity target value must be at least 10 percent (%) greater than the current storage capacity value. In order to increase storage capacity, the file system must have at least 16 MB/s of throughput capacity.
For Lustre file systems, the storage capacity target value can be the following:
For SCRATCH_2 and PERSISTENT_1 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 MB/s/TiB file
systems and multiples of 1800 GiB for 40 MB/s/TiB file systems. The values must be greater than the current
storage capacity.
For SCRATCH_1 file systems, you cannot increase the storage capacity.
For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide and Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide.
storageCapacity - Use this parameter to increase the storage capacity of an Amazon FSx file system. Specifies the
storage capacity target value, GiB, to increase the storage capacity for the file system that you're
updating. You cannot make a storage capacity increase request if there is an existing storage capacity
increase request in progress.
For Windows file systems, the storage capacity target value must be at least 10 percent (%) greater than the current storage capacity value. In order to increase storage capacity, the file system must have at least 16 MB/s of throughput capacity.
For Lustre file systems, the storage capacity target value can be the following:
For SCRATCH_2 and PERSISTENT_1 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 MB/s/TiB
file systems and multiples of 1800 GiB for 40 MB/s/TiB file systems. The values must be greater than
the current storage capacity.
For SCRATCH_1 file systems, you cannot increase the storage capacity.
For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide and Managing storage and throughput capacity in the Amazon FSx for Lustre 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 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateFileSystemRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.