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)
Add an optional request override configuration.
|
UpdateFileSystemRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateFileSystemRequest.Builder |
provisionedThroughputInMibps(Double provisionedThroughputInMibps)
(Optional) The amount of throughput, in MiB/s, that you want to provision for your file system.
|
UpdateFileSystemRequest.Builder |
throughputMode(String throughputMode)
(Optional) The throughput mode that you want your file system to use.
|
UpdateFileSystemRequest.Builder |
throughputMode(ThroughputMode throughputMode)
(Optional) The throughput mode that you want your file system to use.
|
build
overrideConfiguration
copy
applyMutation, build
UpdateFileSystemRequest.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) The throughput mode that you want your file system to use. If you're not updating your throughput mode, you don't need to provide this value in your request.
throughputMode
- (Optional) The throughput mode that you want your file system to use. If you're not updating your
throughput mode, you don't need to provide this value in your request.ThroughputMode
,
ThroughputMode
UpdateFileSystemRequest.Builder throughputMode(ThroughputMode throughputMode)
(Optional) The throughput mode that you want your file system to use. If you're not updating your throughput mode, you don't need to provide this value in your request.
throughputMode
- (Optional) The throughput mode that you want your file system to use. If you're not updating your
throughput mode, you don't need to provide this value in your request.ThroughputMode
,
ThroughputMode
UpdateFileSystemRequest.Builder provisionedThroughputInMibps(Double provisionedThroughputInMibps)
(Optional) The amount of throughput, in MiB/s, that you want to provision for your file system. If you're not updating the amount of provisioned throughput for your file system, you don't need to provide this value in your request.
provisionedThroughputInMibps
- (Optional) The amount of throughput, in MiB/s, that you want to provision for your file system. If
you're not updating the amount of provisioned throughput for your file system, you don't need to
provide this value in your request.UpdateFileSystemRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateFileSystemRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.