@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFileSystemRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateFileSystemRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateFileSystemRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFileSystemId()
The ID of the file system that you want to update.
|
Double |
getProvisionedThroughputInMibps()
(Optional) The amount of throughput, in MiB/s, that you want to provision for your file system.
|
String |
getThroughputMode()
(Optional) The throughput mode that you want your file system to use.
|
int |
hashCode() |
void |
setFileSystemId(String fileSystemId)
The ID of the file system that you want to update.
|
void |
setProvisionedThroughputInMibps(Double provisionedThroughputInMibps)
(Optional) The amount of throughput, in MiB/s, that you want to provision for your file system.
|
void |
setThroughputMode(String throughputMode)
(Optional) The throughput mode that you want your file system to use.
|
String |
toString()
Returns a string representation of this object.
|
UpdateFileSystemRequest |
withFileSystemId(String fileSystemId)
The ID of the file system that you want to update.
|
UpdateFileSystemRequest |
withProvisionedThroughputInMibps(Double provisionedThroughputInMibps)
(Optional) The amount of throughput, in MiB/s, that you want to provision for your file system.
|
UpdateFileSystemRequest |
withThroughputMode(String throughputMode)
(Optional) The throughput mode that you want your file system to use.
|
UpdateFileSystemRequest |
withThroughputMode(ThroughputMode throughputMode)
(Optional) The throughput mode that you want your file system to use.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setFileSystemId(String fileSystemId)
The ID of the file system that you want to update.
fileSystemId
- The ID of the file system that you want to update.public String getFileSystemId()
The ID of the file system that you want to update.
public UpdateFileSystemRequest withFileSystemId(String fileSystemId)
The ID of the file system that you want to update.
fileSystemId
- The ID of the file system that you want to update.public void setThroughputMode(String 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 you are changing the ThroughputMode
to provisioned
, you must also set a value for ProvisionedThroughputInMibps
.
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 you are changing the
ThroughputMode
to provisioned
, you must also set a value for
ProvisionedThroughputInMibps
.ThroughputMode
public String getThroughputMode()
(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 you are changing the ThroughputMode
to provisioned
, you must also set a value for ProvisionedThroughputInMibps
.
ThroughputMode
to provisioned
, you must also set a value for
ProvisionedThroughputInMibps
.ThroughputMode
public UpdateFileSystemRequest withThroughputMode(String 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 you are changing the ThroughputMode
to provisioned
, you must also set a value for ProvisionedThroughputInMibps
.
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 you are changing the
ThroughputMode
to provisioned
, you must also set a value for
ProvisionedThroughputInMibps
.ThroughputMode
public UpdateFileSystemRequest withThroughputMode(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 you are changing the ThroughputMode
to provisioned
, you must also set a value for ProvisionedThroughputInMibps
.
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 you are changing the
ThroughputMode
to provisioned
, you must also set a value for
ProvisionedThroughputInMibps
.ThroughputMode
public void setProvisionedThroughputInMibps(Double provisionedThroughputInMibps)
(Optional) The amount of throughput, in MiB/s, that you want to provision for your file system. Valid values are
1-1024. Required if ThroughputMode
is changed to provisioned
on update. 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.
provisionedThroughputInMibps
- (Optional) The amount of throughput, in MiB/s, that you want to provision for your file system. Valid
values are 1-1024. Required if ThroughputMode
is changed to provisioned
on
update. 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 Double getProvisionedThroughputInMibps()
(Optional) The amount of throughput, in MiB/s, that you want to provision for your file system. Valid values are
1-1024. Required if ThroughputMode
is changed to provisioned
on update. 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.
ThroughputMode
is changed to provisioned
on
update. 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 withProvisionedThroughputInMibps(Double provisionedThroughputInMibps)
(Optional) The amount of throughput, in MiB/s, that you want to provision for your file system. Valid values are
1-1024. Required if ThroughputMode
is changed to provisioned
on update. 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.
provisionedThroughputInMibps
- (Optional) The amount of throughput, in MiB/s, that you want to provision for your file system. Valid
values are 1-1024. Required if ThroughputMode
is changed to provisioned
on
update. 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 String toString()
toString
in class Object
Object.toString()
public UpdateFileSystemRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()