CopyableBuilder<CreateFileSystemRequest.Builder,CreateFileSystemRequest>
, SdkBuilder<CreateFileSystemRequest.Builder,CreateFileSystemRequest>
public static interface CreateFileSystemRequest.Builder extends CopyableBuilder<CreateFileSystemRequest.Builder,CreateFileSystemRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateFileSystemRequest.Builder |
creationToken(String creationToken) |
String of up to 64 ASCII characters.
|
CreateFileSystemRequest.Builder |
performanceMode(String performanceMode) |
The
PerformanceMode of the file system. |
CreateFileSystemRequest.Builder |
performanceMode(PerformanceMode performanceMode) |
The
PerformanceMode of the file system. |
copy
apply, build
CreateFileSystemRequest.Builder creationToken(String creationToken)
String of up to 64 ASCII characters. Amazon EFS uses this to ensure idempotent creation.
creationToken
- String of up to 64 ASCII characters. Amazon EFS uses this to ensure idempotent creation.CreateFileSystemRequest.Builder performanceMode(String performanceMode)
The PerformanceMode
of the file system. We recommend generalPurpose
performance
mode for most file systems. File systems using the maxIO
performance mode can scale to higher
levels of aggregate throughput and operations per second with a tradeoff of slightly higher latencies for
most file operations. This can't be changed after the file system has been created.
performanceMode
- The PerformanceMode
of the file system. We recommend generalPurpose
performance mode for most file systems. File systems using the maxIO
performance mode can
scale to higher levels of aggregate throughput and operations per second with a tradeoff of slightly
higher latencies for most file operations. This can't be changed after the file system has been
created.PerformanceMode
CreateFileSystemRequest.Builder performanceMode(PerformanceMode performanceMode)
The PerformanceMode
of the file system. We recommend generalPurpose
performance
mode for most file systems. File systems using the maxIO
performance mode can scale to higher
levels of aggregate throughput and operations per second with a tradeoff of slightly higher latencies for
most file operations. This can't be changed after the file system has been created.
performanceMode
- The PerformanceMode
of the file system. We recommend generalPurpose
performance mode for most file systems. File systems using the maxIO
performance mode can
scale to higher levels of aggregate throughput and operations per second with a tradeoff of slightly
higher latencies for most file operations. This can't be changed after the file system has been
created.PerformanceMode
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.