| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
SMBFileShareInfo.Builder |
SMBFileShareInfo.Builder.adminUserList(Collection<String> adminUserList)
A list of users or groups in the Active Directory that have administrator rights to the file share.
|
SMBFileShareInfo.Builder |
SMBFileShareInfo.Builder.adminUserList(String... adminUserList)
A list of users or groups in the Active Directory that have administrator rights to the file share.
|
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 who pays the cost of the request and the cost associated with data download from the S3
bucket.
|
SMBFileShareInfo.Builder |
SMBFileShareInfo.Builder.role(String role)
Sets the value of the Role property for this object.
|
SMBFileShareInfo.Builder |
SMBFileShareInfo.Builder.smbaclEnabled(Boolean smbaclEnabled)
If this value is set to "true", indicates that ACL (access control list) is enabled on the SMB file share.
|
SMBFileShareInfo.Builder |
SMBFileShareInfo.Builder.tags(Collection<Tag> tags)
A list of up to 50 tags assigned to the SMB file share, sorted alphabetically by key name.
|
SMBFileShareInfo.Builder |
SMBFileShareInfo.Builder.tags(Consumer<Tag.Builder>... tags)
A list of up to 50 tags assigned to the SMB file share, sorted alphabetically by key name.
|
SMBFileShareInfo.Builder |
SMBFileShareInfo.Builder.tags(Tag... tags)
A list of up to 50 tags assigned to the SMB file share, sorted alphabetically by key name.
|
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.