Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateFileSystemRequest.Builder,CreateFileSystemRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateFileSystemRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateFileSystemRequest.Builder,CreateFileSystemRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateFileSystemRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static CreateFileSystemRequest.Builder |
builder() |
|
String |
creationToken() |
String of up to 64 ASCII characters.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
performanceMode() |
The
PerformanceMode of the file system. |
static Class<? extends CreateFileSystemRequest.Builder> |
serializableBuilderClass() |
|
CreateFileSystemRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String creationToken()
String of up to 64 ASCII characters. Amazon EFS uses this to ensure idempotent creation.
public 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
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
public CreateFileSystemRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateFileSystemRequest.Builder,CreateFileSystemRequest>
public static CreateFileSystemRequest.Builder builder()
public static Class<? extends CreateFileSystemRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.