@Generated(value="software.amazon.awssdk:codegen") public class UpdateNFSFileShareRequest extends StorageGatewayRequest implements ToCopyableBuilder<UpdateNFSFileShareRequest.Builder,UpdateNFSFileShareRequest>
UpdateNFSFileShareInput
Modifier and Type | Class and Description |
---|---|
static interface |
UpdateNFSFileShareRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static UpdateNFSFileShareRequest.Builder |
builder() |
List<String> |
clientList()
The list of clients that are allowed to access the file gateway.
|
String |
defaultStorageClass()
The default storage class for objects put into an Amazon S3 bucket by a file gateway.
|
boolean |
equals(Object obj) |
String |
fileShareARN()
The Amazon Resource Name (ARN) of the file share to be updated.
|
<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() |
Boolean |
kmsEncrypted()
True to use Amazon S3 server side encryption with your own AWS KMS key, or false to use a key managed by Amazon
S3.
|
String |
kmsKey()
The KMS key used for Amazon S3 server side encryption.
|
NFSFileShareDefaults |
nfsFileShareDefaults()
The default values for the file share.
|
Boolean |
readOnly()
Sets the write status of a file share: "true" if the write status is read-only, otherwise "false".
|
static Class<? extends UpdateNFSFileShareRequest.Builder> |
serializableBuilderClass() |
String |
squash()
The user mapped to anonymous user.
|
UpdateNFSFileShareRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
requestOverrideConfig
copy
public String fileShareARN()
The Amazon Resource Name (ARN) of the file share to be updated.
public Boolean kmsEncrypted()
True to use Amazon S3 server side encryption with your own AWS KMS key, or false to use a key managed by Amazon S3. Optional.
public String kmsKey()
The KMS key used for Amazon S3 server side encryption. This value can only be set when KmsEncrypted is true. Optional.
public NFSFileShareDefaults nfsFileShareDefaults()
The default values for the file share. Optional.
public String defaultStorageClass()
The default storage class for objects put into an Amazon S3 bucket by a file gateway. Possible values are S3_STANDARD or S3_STANDARD_IA. If this field is not populated, the default value S3_STANDARD is used. Optional.
public List<String> clientList()
The list of clients that are allowed to access the file gateway. The list must contain either valid IP addresses or valid CIDR blocks.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String squash()
The user mapped to anonymous user. Valid options are the following:
"RootSquash" - Only root is mapped to anonymous user.
"NoSquash" - No one is mapped to anonymous user
"AllSquash" - Everyone is mapped to anonymous user.
"RootSquash" - Only root is mapped to anonymous user.
"NoSquash" - No one is mapped to anonymous user
"AllSquash" - Everyone is mapped to anonymous user.
public Boolean readOnly()
Sets the write status of a file share: "true" if the write status is read-only, otherwise "false".
public UpdateNFSFileShareRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateNFSFileShareRequest.Builder,UpdateNFSFileShareRequest>
toBuilder
in class StorageGatewayRequest
public static UpdateNFSFileShareRequest.Builder builder()
public static Class<? extends UpdateNFSFileShareRequest.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.