public static interface UpdateNfsFileShareRequest.Builder extends StorageGatewayRequest.Builder, CopyableBuilder<UpdateNfsFileShareRequest.Builder,UpdateNfsFileShareRequest>
Modifier and Type | Method and Description |
---|---|
UpdateNfsFileShareRequest.Builder |
clientList(Collection<String> clientList)
The list of clients that are allowed to access the file gateway.
|
UpdateNfsFileShareRequest.Builder |
clientList(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.
|
default UpdateNfsFileShareRequest.Builder |
nfsFileShareDefaults(Consumer<NFSFileShareDefaults.Builder> nfsFileShareDefaults)
The default values for the file share.
|
UpdateNfsFileShareRequest.Builder |
nfsFileShareDefaults(NFSFileShareDefaults nfsFileShareDefaults)
The default values for the file share.
|
UpdateNfsFileShareRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateNfsFileShareRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateNfsFileShareRequest.Builder |
readOnly(Boolean readOnly)
Sets the write status of a file share: "true" if the write status is read-only, otherwise "false".
|
UpdateNfsFileShareRequest.Builder |
squash(String squash)
The user mapped to anonymous user.
|
build
overrideConfiguration
copy
applyMutation, 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.default UpdateNfsFileShareRequest.Builder nfsFileShareDefaults(Consumer<NFSFileShareDefaults.Builder> nfsFileShareDefaults)
The default values for the file share. Optional.
This is a convenience that creates an instance of theNFSFileShareDefaults.Builder
avoiding the need
to create one manually via NFSFileShareDefaults.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to nfsFileShareDefaults(NFSFileShareDefaults)
.nfsFileShareDefaults
- a consumer that will call methods on NFSFileShareDefaults.Builder
nfsFileShareDefaults(NFSFileShareDefaults)
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.
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, otherwise "false".
readOnly
- Sets the write status of a file share: "true" if the write status is read-only, otherwise "false".UpdateNfsFileShareRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateNfsFileShareRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.