Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateNFSFileShareRequest.Builder,UpdateNFSFileShareRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateNFSFileShareRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateNFSFileShareRequest.Builder,UpdateNFSFileShareRequest>
UpdateNFSFileShareInput
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateNFSFileShareRequest.Builder |
NOOP
Modifier and Type | Method | 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.
|
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, and 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() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
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.
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, and otherwise "false".
public UpdateNFSFileShareRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateNFSFileShareRequest.Builder,UpdateNFSFileShareRequest>
public static UpdateNFSFileShareRequest.Builder builder()
public static Class<? extends UpdateNFSFileShareRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.