public static interface UpdateFileSystemRequest.Builder extends EfsRequest.Builder, SdkPojo, CopyableBuilder<UpdateFileSystemRequest.Builder,UpdateFileSystemRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateFileSystemRequest.Builder |
fileSystemId(String fileSystemId)
The ID of the file system that you want to update.
|
UpdateFileSystemRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateFileSystemRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateFileSystemRequest.Builder |
provisionedThroughputInMibps(Double provisionedThroughputInMibps)
(Optional) Sets the amount of provisioned throughput, in MiB/s, for the file system.
|
UpdateFileSystemRequest.Builder |
throughputMode(String throughputMode)
(Optional) Updates the file system's throughput mode.
|
UpdateFileSystemRequest.Builder |
throughputMode(ThroughputMode throughputMode)
(Optional) Updates the file system's throughput mode.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateFileSystemRequest.Builder fileSystemId(String fileSystemId)
The ID of the file system that you want to update.
fileSystemId - The ID of the file system that you want to update.UpdateFileSystemRequest.Builder throughputMode(String throughputMode)
(Optional) Updates the file system's throughput mode. If you're not updating your throughput mode, you don't
need to provide this value in your request. If you are changing the ThroughputMode to
provisioned, you must also set a value for ProvisionedThroughputInMibps.
throughputMode - (Optional) Updates the file system's throughput mode. If you're not updating your throughput mode, you
don't need to provide this value in your request. If you are changing the ThroughputMode
to provisioned, you must also set a value for ProvisionedThroughputInMibps.ThroughputMode,
ThroughputModeUpdateFileSystemRequest.Builder throughputMode(ThroughputMode throughputMode)
(Optional) Updates the file system's throughput mode. If you're not updating your throughput mode, you don't
need to provide this value in your request. If you are changing the ThroughputMode to
provisioned, you must also set a value for ProvisionedThroughputInMibps.
throughputMode - (Optional) Updates the file system's throughput mode. If you're not updating your throughput mode, you
don't need to provide this value in your request. If you are changing the ThroughputMode
to provisioned, you must also set a value for ProvisionedThroughputInMibps.ThroughputMode,
ThroughputModeUpdateFileSystemRequest.Builder provisionedThroughputInMibps(Double provisionedThroughputInMibps)
(Optional) Sets the amount of provisioned throughput, in MiB/s, for the file system. Valid values are 1-1024.
If you are changing the throughput mode to provisioned, you must also provide the amount of provisioned
throughput. Required if ThroughputMode is changed to provisioned on update.
provisionedThroughputInMibps - (Optional) Sets the amount of provisioned throughput, in MiB/s, for the file system. Valid values are
1-1024. If you are changing the throughput mode to provisioned, you must also provide the amount of
provisioned throughput. Required if ThroughputMode is changed to provisioned
on update.UpdateFileSystemRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateFileSystemRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.