| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
NFSFileShareInfo.Builder |
NFSFileShareInfo.Builder.auditDestinationARN(String auditDestinationARN)
The Amazon Resource Name (ARN) of the storage used for audit logs.
|
NFSFileShareInfo.Builder |
NFSFileShareInfo.Builder.bucketRegion(String bucketRegion)
Specifies the Region of the S3 bucket where the NFS file share stores files.
|
static NFSFileShareInfo.Builder |
NFSFileShareInfo.builder() |
NFSFileShareInfo.Builder |
NFSFileShareInfo.Builder.cacheAttributes(CacheAttributes cacheAttributes)
Refresh cache information for the file share.
|
default NFSFileShareInfo.Builder |
NFSFileShareInfo.Builder.cacheAttributes(Consumer<CacheAttributes.Builder> cacheAttributes)
Refresh cache information for the file share.
|
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 S3 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.fileShareName(String fileShareName)
The name of the file share.
|
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)
Set to
true to use Amazon S3 server-side encryption with your own 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.notificationPolicy(String notificationPolicy)
The notification policy of the file share.
|
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 who pays the cost of the request and the cost associated with data download from the S3
bucket.
|
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.Builder.tags(Collection<Tag> tags)
A list of up to 50 tags assigned to the NFS file share, sorted alphabetically by key name.
|
NFSFileShareInfo.Builder |
NFSFileShareInfo.Builder.tags(Consumer<Tag.Builder>... tags)
A list of up to 50 tags assigned to the NFS file share, sorted alphabetically by key name.
|
NFSFileShareInfo.Builder |
NFSFileShareInfo.Builder.tags(Tag... tags)
A list of up to 50 tags assigned to the NFS file share, sorted alphabetically by key name.
|
NFSFileShareInfo.Builder |
NFSFileShareInfo.toBuilder() |
NFSFileShareInfo.Builder |
NFSFileShareInfo.Builder.vpcEndpointDNSName(String vpcEndpointDNSName)
Specifies the DNS name for the VPC endpoint that the NFS file share uses to connect to Amazon S3.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NFSFileShareInfo.Builder> |
NFSFileShareInfo.serializableBuilderClass() |
Copyright © 2023. All rights reserved.