| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
SMBFileShareInfo.Builder |
SMBFileShareInfo.Builder.authentication(String authentication)
Sets the value of the Authentication property for this object.
|
static SMBFileShareInfo.Builder |
SMBFileShareInfo.builder() |
SMBFileShareInfo.Builder |
SMBFileShareInfo.Builder.defaultStorageClass(String defaultStorageClass)
The default storage class for objects put into an Amazon S3 bucket by the file gateway.
|
SMBFileShareInfo.Builder |
SMBFileShareInfo.Builder.fileShareARN(String fileShareARN)
Sets the value of the FileShareARN property for this object.
|
SMBFileShareInfo.Builder |
SMBFileShareInfo.Builder.fileShareId(String fileShareId)
Sets the value of the FileShareId property for this object.
|
SMBFileShareInfo.Builder |
SMBFileShareInfo.Builder.fileShareStatus(String fileShareStatus)
Sets the value of the FileShareStatus property for this object.
|
SMBFileShareInfo.Builder |
SMBFileShareInfo.Builder.gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.
|
SMBFileShareInfo.Builder |
SMBFileShareInfo.Builder.guessMIMETypeEnabled(Boolean guessMIMETypeEnabled)
A value that enables guessing of the MIME type for uploaded objects based on file extensions.
|
SMBFileShareInfo.Builder |
SMBFileShareInfo.Builder.invalidUserList(Collection<String> invalidUserList)
A list of users or groups in the Active Directory that are not allowed to access the file share.
|
SMBFileShareInfo.Builder |
SMBFileShareInfo.Builder.invalidUserList(String... invalidUserList)
A list of users or groups in the Active Directory that are not allowed to access the file share.
|
SMBFileShareInfo.Builder |
SMBFileShareInfo.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.
|
SMBFileShareInfo.Builder |
SMBFileShareInfo.Builder.kmsKey(String kmsKey)
Sets the value of the KMSKey property for this object.
|
SMBFileShareInfo.Builder |
SMBFileShareInfo.Builder.locationARN(String locationARN)
Sets the value of the LocationARN property for this object.
|
SMBFileShareInfo.Builder |
SMBFileShareInfo.Builder.objectACL(ObjectACL objectACL)
Sets the value of the ObjectACL property for this object.
|
SMBFileShareInfo.Builder |
SMBFileShareInfo.Builder.objectACL(String objectACL)
Sets the value of the ObjectACL property for this object.
|
SMBFileShareInfo.Builder |
SMBFileShareInfo.Builder.path(String path)
The file share path used by the SMB client to identify the mount point.
|
SMBFileShareInfo.Builder |
SMBFileShareInfo.Builder.readOnly(Boolean readOnly)
A value that sets the write status of a file share.
|
SMBFileShareInfo.Builder |
SMBFileShareInfo.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.
|
SMBFileShareInfo.Builder |
SMBFileShareInfo.Builder.role(String role)
Sets the value of the Role property for this object.
|
SMBFileShareInfo.Builder |
SMBFileShareInfo.toBuilder() |
SMBFileShareInfo.Builder |
SMBFileShareInfo.Builder.validUserList(Collection<String> validUserList)
A list of users or groups in the Active Directory that are allowed to access the file share.
|
SMBFileShareInfo.Builder |
SMBFileShareInfo.Builder.validUserList(String... validUserList)
A list of users or groups in the Active Directory that are allowed to access the file share.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SMBFileShareInfo.Builder> |
SMBFileShareInfo.serializableBuilderClass() |
Copyright © 2019. All rights reserved.