| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
static NFSFileShareInfo.Builder |
NFSFileShareInfo.builder() |
NFSFileShareInfo.Builder |
NFSFileShareInfo.Builder.clientList(Collection<String> clientList)
Sets the value of the ClientList property for this object.
|
NFSFileShareInfo.Builder |
NFSFileShareInfo.Builder.clientList(String... clientList)
Sets the value of the ClientList property for this object.
|
NFSFileShareInfo.Builder |
NFSFileShareInfo.Builder.defaultStorageClass(String defaultStorageClass)
The default storage class for objects put into an Amazon S3 bucket by the file gateway.
|
NFSFileShareInfo.Builder |
NFSFileShareInfo.Builder.fileShareARN(String fileShareARN)
Sets the value of the FileShareARN property for this object.
|
NFSFileShareInfo.Builder |
NFSFileShareInfo.Builder.fileShareId(String fileShareId)
Sets the value of the FileShareId property for this object.
|
NFSFileShareInfo.Builder |
NFSFileShareInfo.Builder.fileShareStatus(String fileShareStatus)
Sets the value of the FileShareStatus property for this object.
|
NFSFileShareInfo.Builder |
NFSFileShareInfo.Builder.gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.
|
NFSFileShareInfo.Builder |
NFSFileShareInfo.Builder.guessMIMETypeEnabled(Boolean guessMIMETypeEnabled)
A value that enables guessing of the MIME type for uploaded objects based on file extensions.
|
NFSFileShareInfo.Builder |
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 |
NFSFileShareInfo.Builder.kmsKey(String kmsKey)
Sets the value of the KMSKey property for this object.
|
NFSFileShareInfo.Builder |
NFSFileShareInfo.Builder.locationARN(String locationARN)
Sets the value of the LocationARN property for this object.
|
default NFSFileShareInfo.Builder |
NFSFileShareInfo.Builder.nfsFileShareDefaults(Consumer<NFSFileShareDefaults.Builder> nfsFileShareDefaults)
Sets the value of the NFSFileShareDefaults property for this object.
|
NFSFileShareInfo.Builder |
NFSFileShareInfo.Builder.nfsFileShareDefaults(NFSFileShareDefaults nfsFileShareDefaults)
Sets the value of the NFSFileShareDefaults property for this object.
|
NFSFileShareInfo.Builder |
NFSFileShareInfo.Builder.objectACL(ObjectACL objectACL)
Sets the value of the ObjectACL property for this object.
|
NFSFileShareInfo.Builder |
NFSFileShareInfo.Builder.objectACL(String objectACL)
Sets the value of the ObjectACL property for this object.
|
NFSFileShareInfo.Builder |
NFSFileShareInfo.Builder.path(String path)
Sets the value of the Path property for this object.
|
NFSFileShareInfo.Builder |
NFSFileShareInfo.Builder.readOnly(Boolean readOnly)
A value that sets the write status of a file share.
|
NFSFileShareInfo.Builder |
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 |
NFSFileShareInfo.Builder.role(String role)
Sets the value of the Role property for this object.
|
NFSFileShareInfo.Builder |
NFSFileShareInfo.Builder.squash(String squash)
Sets the value of the Squash property for this object.
|
NFSFileShareInfo.Builder |
NFSFileShareInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NFSFileShareInfo.Builder> |
NFSFileShareInfo.serializableBuilderClass() |
Copyright © 2019. All rights reserved.