public static interface NFSFileShareInfo.Builder extends SdkPojo, CopyableBuilder<NFSFileShareInfo.Builder,NFSFileShareInfo>
Modifier and Type | Method and Description |
---|---|
NFSFileShareInfo.Builder |
clientList(Collection<String> clientList)
Sets the value of the ClientList property for this object.
|
NFSFileShareInfo.Builder |
clientList(String... clientList)
Sets the value of the ClientList property for this object.
|
NFSFileShareInfo.Builder |
defaultStorageClass(String defaultStorageClass)
The default storage class for objects put into an Amazon S3 bucket by the file gateway.
|
NFSFileShareInfo.Builder |
fileShareARN(String fileShareARN)
Sets the value of the FileShareARN property for this object.
|
NFSFileShareInfo.Builder |
fileShareId(String fileShareId)
Sets the value of the FileShareId property for this object.
|
NFSFileShareInfo.Builder |
fileShareStatus(String fileShareStatus)
Sets the value of the FileShareStatus property for this object.
|
NFSFileShareInfo.Builder |
gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.
|
NFSFileShareInfo.Builder |
guessMIMETypeEnabled(Boolean guessMIMETypeEnabled)
A value that enables guessing of the MIME type for uploaded objects based on file extensions.
|
NFSFileShareInfo.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.
|
NFSFileShareInfo.Builder |
kmsKey(String kmsKey)
Sets the value of the KMSKey property for this object.
|
NFSFileShareInfo.Builder |
locationARN(String locationARN)
Sets the value of the LocationARN property for this object.
|
default NFSFileShareInfo.Builder |
nfsFileShareDefaults(Consumer<NFSFileShareDefaults.Builder> nfsFileShareDefaults)
Sets the value of the NFSFileShareDefaults property for this object.
|
NFSFileShareInfo.Builder |
nfsFileShareDefaults(NFSFileShareDefaults nfsFileShareDefaults)
Sets the value of the NFSFileShareDefaults property for this object.
|
NFSFileShareInfo.Builder |
objectACL(ObjectACL objectACL)
Sets the value of the ObjectACL property for this object.
|
NFSFileShareInfo.Builder |
objectACL(String objectACL)
Sets the value of the ObjectACL property for this object.
|
NFSFileShareInfo.Builder |
path(String path)
Sets the value of the Path property for this object.
|
NFSFileShareInfo.Builder |
readOnly(Boolean readOnly)
A value that sets the write status of a file share.
|
NFSFileShareInfo.Builder |
requesterPays(Boolean requesterPays)
A value that sets the access control list permission for objects in the Amazon S3 bucket that a file gateway
puts objects into.
|
NFSFileShareInfo.Builder |
role(String role)
Sets the value of the Role property for this object.
|
NFSFileShareInfo.Builder |
squash(String squash)
Sets the value of the Squash property for this object.
|
copy
applyMutation, build
NFSFileShareInfo.Builder nfsFileShareDefaults(NFSFileShareDefaults nfsFileShareDefaults)
nfsFileShareDefaults
- The new value for the NFSFileShareDefaults property for this object.default NFSFileShareInfo.Builder nfsFileShareDefaults(Consumer<NFSFileShareDefaults.Builder> nfsFileShareDefaults)
NFSFileShareDefaults.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)
NFSFileShareInfo.Builder fileShareARN(String fileShareARN)
fileShareARN
- The new value for the FileShareARN property for this object.NFSFileShareInfo.Builder fileShareId(String fileShareId)
fileShareId
- The new value for the FileShareId property for this object.NFSFileShareInfo.Builder fileShareStatus(String fileShareStatus)
fileShareStatus
- The new value for the FileShareStatus property for this object.NFSFileShareInfo.Builder gatewayARN(String gatewayARN)
gatewayARN
- The new value for the GatewayARN property for this object.NFSFileShareInfo.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.NFSFileShareInfo.Builder kmsKey(String kmsKey)
kmsKey
- The new value for the KMSKey property for this object.NFSFileShareInfo.Builder path(String path)
path
- The new value for the Path property for this object.NFSFileShareInfo.Builder role(String role)
role
- The new value for the Role property for this object.NFSFileShareInfo.Builder locationARN(String locationARN)
locationARN
- The new value for the LocationARN property for this object.NFSFileShareInfo.Builder defaultStorageClass(String defaultStorageClass)
The default storage class for objects put into an Amazon S3 bucket by the file gateway. Possible values are
S3_STANDARD
, S3_STANDARD_IA
, or S3_ONEZONE_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 the file gateway. Possible
values are S3_STANDARD
, S3_STANDARD_IA
, or S3_ONEZONE_IA
. If
this field is not populated, the default value S3_STANDARD
is used. Optional.NFSFileShareInfo.Builder objectACL(String objectACL)
NFSFileShareInfo.Builder objectACL(ObjectACL objectACL)
NFSFileShareInfo.Builder clientList(Collection<String> clientList)
clientList
- The new value for the ClientList property for this object.NFSFileShareInfo.Builder clientList(String... clientList)
clientList
- The new value for the ClientList property for this object.NFSFileShareInfo.Builder squash(String squash)
squash
- The new value for the Squash property for this object.NFSFileShareInfo.Builder readOnly(Boolean readOnly)
A value that sets the write status of a file share. This value is true if the write status is read-only, and otherwise false.
readOnly
- A value that sets the write status of a file share. This value is true if the write status is
read-only, and otherwise false.NFSFileShareInfo.Builder guessMIMETypeEnabled(Boolean guessMIMETypeEnabled)
A value that enables guessing of the MIME type for uploaded objects based on file extensions. Set this value to true to enable MIME type guessing, and otherwise to false. The default value is true.
guessMIMETypeEnabled
- A value that enables guessing of the MIME type for uploaded objects based on file extensions. Set this
value to true to enable MIME type guessing, and otherwise to false. The default value is true.NFSFileShareInfo.Builder requesterPays(Boolean requesterPays)
A value that sets the access control list permission for objects in the Amazon S3 bucket that a file gateway
puts objects into. The default value is private
.
requesterPays
- A value that sets the access control list permission for objects in the Amazon S3 bucket that a file
gateway puts objects into. The default value is private
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.