CopyableBuilder<UpdateNFSFileShareRequest.Builder,UpdateNFSFileShareRequest>
, SdkBuilder<UpdateNFSFileShareRequest.Builder,UpdateNFSFileShareRequest>
public static interface UpdateNFSFileShareRequest.Builder extends CopyableBuilder<UpdateNFSFileShareRequest.Builder,UpdateNFSFileShareRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateNFSFileShareRequest.Builder |
clientList(String... clientList) |
The list of clients that are allowed to access the file gateway.
|
UpdateNFSFileShareRequest.Builder |
clientList(Collection<String> clientList) |
The list of clients that are allowed to access the file gateway.
|
UpdateNFSFileShareRequest.Builder |
defaultStorageClass(String defaultStorageClass) |
The default storage class for objects put into an Amazon S3 bucket by a file gateway.
|
UpdateNFSFileShareRequest.Builder |
fileShareARN(String fileShareARN) |
The Amazon Resource Name (ARN) of the file share to be updated.
|
UpdateNFSFileShareRequest.Builder |
kmsEncrypted(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.
|
UpdateNFSFileShareRequest.Builder |
kmsKey(String kmsKey) |
The KMS key used for Amazon S3 server side encryption.
|
UpdateNFSFileShareRequest.Builder |
nfsFileShareDefaults(NFSFileShareDefaults nfsFileShareDefaults) |
The default values for the file share.
|
UpdateNFSFileShareRequest.Builder |
readOnly(Boolean readOnly) |
Sets the write status of a file share: "true" if the write status is read-only, and otherwise "false".
|
UpdateNFSFileShareRequest.Builder |
squash(String squash) |
The user mapped to anonymous user.
|
copy
apply, build
UpdateNFSFileShareRequest.Builder fileShareARN(String fileShareARN)
The Amazon Resource Name (ARN) of the file share to be updated.
fileShareARN
- The Amazon Resource Name (ARN) of the file share to be updated.UpdateNFSFileShareRequest.Builder kmsEncrypted(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.
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.UpdateNFSFileShareRequest.Builder kmsKey(String kmsKey)
The KMS key used for Amazon S3 server side encryption. This value can only be set when KmsEncrypted is true. Optional.
kmsKey
- The KMS key used for Amazon S3 server side encryption. This value can only be set when KmsEncrypted is
true. Optional.UpdateNFSFileShareRequest.Builder nfsFileShareDefaults(NFSFileShareDefaults nfsFileShareDefaults)
The default values for the file share. Optional.
nfsFileShareDefaults
- The default values for the file share. Optional.UpdateNFSFileShareRequest.Builder defaultStorageClass(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.
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.UpdateNFSFileShareRequest.Builder clientList(Collection<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.
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.UpdateNFSFileShareRequest.Builder clientList(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.
NOTE: This method appends the values to the existing list (if any). Use
#setClientList(java.util.Collection)
or #withClientList(java.util.Collection)
if you want to
override the existing values.
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.UpdateNFSFileShareRequest.Builder squash(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.
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.
UpdateNFSFileShareRequest.Builder readOnly(Boolean readOnly)
Sets the write status of a file share: "true" if the write status is read-only, and otherwise "false".
readOnly
- Sets the write status of a file share: "true" if the write status is read-only, and otherwise "false".Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.