| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
SMBFileShareInfo.Builder |
SMBFileShareInfo.Builder.accessBasedEnumeration(Boolean accessBasedEnumeration)
Indicates whether
AccessBasedEnumeration is enabled. |
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.auditDestinationARN(String auditDestinationARN)
The Amazon Resource Name (ARN) of the storage used for audit logs.
|
SMBFileShareInfo.Builder |
SMBFileShareInfo.Builder.authentication(String authentication)
Sets the value of the Authentication property for this object.
|
SMBFileShareInfo.Builder |
SMBFileShareInfo.Builder.bucketRegion(String bucketRegion)
Specifies the Region of the S3 bucket where the SMB file share stores files.
|
static SMBFileShareInfo.Builder |
SMBFileShareInfo.builder() |
SMBFileShareInfo.Builder |
SMBFileShareInfo.Builder.cacheAttributes(CacheAttributes cacheAttributes)
Refresh cache information for the file share.
|
default SMBFileShareInfo.Builder |
SMBFileShareInfo.Builder.cacheAttributes(Consumer<CacheAttributes.Builder> cacheAttributes)
Refresh cache information for the file share.
|
SMBFileShareInfo.Builder |
SMBFileShareInfo.Builder.caseSensitivity(CaseSensitivity caseSensitivity)
The case of an object name in an Amazon S3 bucket.
|
SMBFileShareInfo.Builder |
SMBFileShareInfo.Builder.caseSensitivity(String caseSensitivity)
The case of an object name in an Amazon S3 bucket.
|
SMBFileShareInfo.Builder |
SMBFileShareInfo.Builder.defaultStorageClass(String defaultStorageClass)
The default storage class for objects put into an Amazon S3 bucket by the S3 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.fileShareName(String fileShareName)
The name of the file share.
|
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)
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. |
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.notificationPolicy(String notificationPolicy)
The notification policy of the file share.
|
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.oplocksEnabled(Boolean oplocksEnabled)
Specifies whether opportunistic locking is enabled for the SMB file share.
|
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, it indicates that access control list (ACL) 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.
|
SMBFileShareInfo.Builder |
SMBFileShareInfo.Builder.vpcEndpointDNSName(String vpcEndpointDNSName)
Specifies the DNS name for the VPC endpoint that the SMB file share uses to connect to Amazon S3.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SMBFileShareInfo.Builder> |
SMBFileShareInfo.serializableBuilderClass() |
Copyright © 2023. All rights reserved.