@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) Sets the amount of provisioned throughput, in MiB/s, for the file system.
|
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) 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.
ThroughputMode is changed to provisioned on
update.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.