@Generated(value="software.amazon.awssdk:codegen") public final class UpdateFileSystemRequest extends EfsRequest implements ToCopyableBuilder<UpdateFileSystemRequest.Builder,UpdateFileSystemRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateFileSystemRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateFileSystemRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fileSystemId()
The ID of the file system that you want to update.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Double |
provisionedThroughputInMibps()
(Optional) The throughput, measured in mebibytes per second (MiBps), that you want to provision for a file system
that you're creating.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateFileSystemRequest.Builder> |
serializableBuilderClass() |
ThroughputMode |
throughputMode()
(Optional) Updates the file system's throughput mode.
|
String |
throughputModeAsString()
(Optional) Updates the file system's throughput mode.
|
UpdateFileSystemRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String fileSystemId()
The ID of the file system that you want to update.
public final 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.
If the service returns an enum value that is not available in the current SDK version, throughputMode
will return ThroughputMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from throughputModeAsString().
ThroughputMode to
provisioned, you must also set a value for ProvisionedThroughputInMibps.ThroughputModepublic final String throughputModeAsString()
(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.
If the service returns an enum value that is not available in the current SDK version, throughputMode
will return ThroughputMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from throughputModeAsString().
ThroughputMode to
provisioned, you must also set a value for ProvisionedThroughputInMibps.ThroughputModepublic final Double provisionedThroughputInMibps()
(Optional) The throughput, measured in mebibytes per second (MiBps), that you want to provision for a file system
that you're creating. Required if ThroughputMode is set to provisioned. Valid values
are 1-3414 MiBps, with the upper limit depending on Region. To increase this limit, contact Amazon Web Services
Support. For more information, see Amazon EFS quotas that you can
increase in the Amazon EFS User Guide.
ThroughputMode is set to
provisioned. Valid values are 1-3414 MiBps, with the upper limit depending on Region. To
increase this limit, contact Amazon Web Services Support. For more information, see Amazon EFS quotas that you can
increase in the Amazon EFS User Guide.public UpdateFileSystemRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateFileSystemRequest.Builder,UpdateFileSystemRequest>toBuilder in class EfsRequestpublic static UpdateFileSystemRequest.Builder builder()
public static Class<? extends UpdateFileSystemRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.