@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) |
String |
fileSystemId()
The ID of the file system that you want to update.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
int |
hashCode() |
Double |
provisionedThroughputInMibps()
(Optional) The amount of throughput, in MiB/s, that you want to provision for your file system.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateFileSystemRequest.Builder> |
serializableBuilderClass() |
ThroughputMode |
throughputMode()
(Optional) The throughput mode that you want your file system to use.
|
String |
throughputModeAsString()
(Optional) The throughput mode that you want your file system to use.
|
UpdateFileSystemRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
overrideConfiguration
copy
public String fileSystemId()
The ID of the file system that you want to update.
public 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.
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
public String throughputModeAsString()
(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.
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
public 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.
public UpdateFileSystemRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateFileSystemRequest.Builder,UpdateFileSystemRequest>
toBuilder
in class EfsRequest
public static UpdateFileSystemRequest.Builder builder()
public static Class<? extends UpdateFileSystemRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkRequest
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.