| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway |
|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateSmbFileShareResponse |
StorageGatewayClient.updateSMBFileShare(Consumer<UpdateSmbFileShareRequest.Builder> updateSmbFileShareRequest)
Updates a Server Message Block (SMB) file share.
|
default CompletableFuture<UpdateSmbFileShareResponse> |
StorageGatewayAsyncClient.updateSMBFileShare(Consumer<UpdateSmbFileShareRequest.Builder> updateSmbFileShareRequest)
Updates a Server Message Block (SMB) file share.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.Builder.accessBasedEnumeration(Boolean accessBasedEnumeration)
The files and folders on this share will only be visible to users with read access.
|
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.Builder.adminUserList(Collection<String> adminUserList)
A list of users or groups in the Active Directory that have administrator rights to the file share.
|
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.Builder.adminUserList(String... adminUserList)
A list of users or groups in the Active Directory that have administrator rights to the file share.
|
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.Builder.auditDestinationARN(String auditDestinationARN)
The Amazon Resource Name (ARN) of the storage used for audit logs.
|
static UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.builder() |
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.Builder.cacheAttributes(CacheAttributes cacheAttributes)
Specifies refresh cache information for the file share.
|
default UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.Builder.cacheAttributes(Consumer<CacheAttributes.Builder> cacheAttributes)
Specifies refresh cache information for the file share.
|
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.Builder.caseSensitivity(CaseSensitivity caseSensitivity)
The case of an object name in an Amazon S3 bucket.
|
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.Builder.caseSensitivity(String caseSensitivity)
The case of an object name in an Amazon S3 bucket.
|
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.Builder.defaultStorageClass(String defaultStorageClass)
The default storage class for objects put into an Amazon S3 bucket by the S3 File Gateway.
|
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.Builder.fileShareARN(String fileShareARN)
The Amazon Resource Name (ARN) of the SMB file share that you want to update.
|
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.Builder.fileShareName(String fileShareName)
The name of the file share.
|
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.Builder.guessMIMETypeEnabled(Boolean guessMIMETypeEnabled)
A value that enables guessing of the MIME type for uploaded objects based on file extensions.
|
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.Builder.invalidUserList(Collection<String> invalidUserList)
A list of users or groups in the Active Directory that are not allowed to access the file share.
|
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.Builder.invalidUserList(String... invalidUserList)
A list of users or groups in the Active Directory that are not allowed to access the file share.
|
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.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. |
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.Builder.kmsKey(String kmsKey)
The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used for Amazon S3 server-side
encryption.
|
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.Builder.notificationPolicy(String notificationPolicy)
The notification policy of the file share.
|
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.Builder.objectACL(ObjectACL objectACL)
A value that sets the access control list (ACL) permission for objects in the S3 bucket that a S3 File
Gateway puts objects into.
|
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.Builder.objectACL(String objectACL)
A value that sets the access control list (ACL) permission for objects in the S3 bucket that a S3 File
Gateway puts objects into.
|
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.Builder.oplocksEnabled(Boolean oplocksEnabled)
Specifies whether opportunistic locking is enabled for the SMB file share.
|
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.Builder.readOnly(Boolean readOnly)
A value that sets the write status of a file share.
|
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.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.
|
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.Builder.smbaclEnabled(Boolean smbaclEnabled)
Set this value to
true to enable access control list (ACL) on the SMB file share. |
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.toBuilder() |
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.Builder.validUserList(Collection<String> validUserList)
A list of users or groups in the Active Directory that are allowed to access the file share.
|
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.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 UpdateSmbFileShareRequest.Builder> |
UpdateSmbFileShareRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.