CreateSmbFileShareRequest.Builder |
CreateSmbFileShareRequest.Builder.accessBasedEnumeration(Boolean accessBasedEnumeration) |
The files and folders on this share will only be visible to users with read access.
|
CreateSmbFileShareRequest.Builder |
CreateSmbFileShareRequest.Builder.adminUserList(String... adminUserList) |
A list of users or groups in the Active Directory that will be granted administrator privileges on the file
share.
|
CreateSmbFileShareRequest.Builder |
CreateSmbFileShareRequest.Builder.adminUserList(Collection<String> adminUserList) |
A list of users or groups in the Active Directory that will be granted administrator privileges on the file
share.
|
CreateSmbFileShareRequest.Builder |
CreateSmbFileShareRequest.Builder.auditDestinationARN(String auditDestinationARN) |
The Amazon Resource Name (ARN) of the storage used for audit logs.
|
CreateSmbFileShareRequest.Builder |
CreateSmbFileShareRequest.Builder.authentication(String authentication) |
The authentication method that users use to access the file share.
|
CreateSmbFileShareRequest.Builder |
CreateSmbFileShareRequest.Builder.bucketRegion(String bucketRegion) |
Specifies the Region of the S3 bucket where the SMB file share stores files.
|
static CreateSmbFileShareRequest.Builder |
CreateSmbFileShareRequest.builder() |
|
default CreateSmbFileShareRequest.Builder |
CreateSmbFileShareRequest.Builder.cacheAttributes(Consumer<CacheAttributes.Builder> cacheAttributes) |
Specifies refresh cache information for the file share.
|
CreateSmbFileShareRequest.Builder |
CreateSmbFileShareRequest.Builder.cacheAttributes(CacheAttributes cacheAttributes) |
Specifies refresh cache information for the file share.
|
CreateSmbFileShareRequest.Builder |
CreateSmbFileShareRequest.Builder.caseSensitivity(String caseSensitivity) |
The case of an object name in an Amazon S3 bucket.
|
CreateSmbFileShareRequest.Builder |
CreateSmbFileShareRequest.Builder.caseSensitivity(CaseSensitivity caseSensitivity) |
The case of an object name in an Amazon S3 bucket.
|
CreateSmbFileShareRequest.Builder |
CreateSmbFileShareRequest.Builder.clientToken(String clientToken) |
A unique string value that you supply that is used by S3 File Gateway to ensure idempotent file share
creation.
|
CreateSmbFileShareRequest.Builder |
CreateSmbFileShareRequest.Builder.defaultStorageClass(String defaultStorageClass) |
The default storage class for objects put into an Amazon S3 bucket by the S3 File Gateway.
|
CreateSmbFileShareRequest.Builder |
CreateSmbFileShareRequest.Builder.fileShareName(String fileShareName) |
The name of the file share.
|
CreateSmbFileShareRequest.Builder |
CreateSmbFileShareRequest.Builder.gatewayARN(String gatewayARN) |
The ARN of the S3 File Gateway on which you want to create a file share.
|
CreateSmbFileShareRequest.Builder |
CreateSmbFileShareRequest.Builder.guessMIMETypeEnabled(Boolean guessMIMETypeEnabled) |
A value that enables guessing of the MIME type for uploaded objects based on file extensions.
|
CreateSmbFileShareRequest.Builder |
CreateSmbFileShareRequest.Builder.invalidUserList(String... invalidUserList) |
A list of users or groups in the Active Directory that are not allowed to access the file share.
|
CreateSmbFileShareRequest.Builder |
CreateSmbFileShareRequest.Builder.invalidUserList(Collection<String> invalidUserList) |
A list of users or groups in the Active Directory that are not allowed to access the file share.
|
CreateSmbFileShareRequest.Builder |
CreateSmbFileShareRequest.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.
|
CreateSmbFileShareRequest.Builder |
CreateSmbFileShareRequest.Builder.kmsKey(String kmsKey) |
The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used for Amazon S3 server-side
encryption.
|
CreateSmbFileShareRequest.Builder |
CreateSmbFileShareRequest.Builder.locationARN(String locationARN) |
A custom ARN for the backend storage used for storing data for file shares.
|
CreateSmbFileShareRequest.Builder |
CreateSmbFileShareRequest.Builder.notificationPolicy(String notificationPolicy) |
The notification policy of the file share.
|
CreateSmbFileShareRequest.Builder |
CreateSmbFileShareRequest.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.
|
CreateSmbFileShareRequest.Builder |
CreateSmbFileShareRequest.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.
|
CreateSmbFileShareRequest.Builder |
CreateSmbFileShareRequest.Builder.oplocksEnabled(Boolean oplocksEnabled) |
Specifies whether opportunistic locking is enabled for the SMB file share.
|
CreateSmbFileShareRequest.Builder |
CreateSmbFileShareRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateSmbFileShareRequest.Builder |
CreateSmbFileShareRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateSmbFileShareRequest.Builder |
CreateSmbFileShareRequest.Builder.readOnly(Boolean readOnly) |
A value that sets the write status of a file share.
|
CreateSmbFileShareRequest.Builder |
CreateSmbFileShareRequest.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.
|
CreateSmbFileShareRequest.Builder |
CreateSmbFileShareRequest.Builder.role(String role) |
The ARN of the Identity and Access Management (IAM) role that an S3 File Gateway assumes when it accesses the
underlying storage.
|
CreateSmbFileShareRequest.Builder |
CreateSmbFileShareRequest.Builder.smbaclEnabled(Boolean smbaclEnabled) |
Set this value to true to enable access control list (ACL) on the SMB file share.
|
CreateSmbFileShareRequest.Builder |
CreateSmbFileShareRequest.Builder.tags(Collection<Tag> tags) |
A list of up to 50 tags that can be assigned to the NFS file share.
|
CreateSmbFileShareRequest.Builder |
CreateSmbFileShareRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
A list of up to 50 tags that can be assigned to the NFS file share.
|
CreateSmbFileShareRequest.Builder |
CreateSmbFileShareRequest.Builder.tags(Tag... tags) |
A list of up to 50 tags that can be assigned to the NFS file share.
|
CreateSmbFileShareRequest.Builder |
CreateSmbFileShareRequest.toBuilder() |
|
CreateSmbFileShareRequest.Builder |
CreateSmbFileShareRequest.Builder.validUserList(String... validUserList) |
A list of users or groups in the Active Directory that are allowed to access the file share.
|
CreateSmbFileShareRequest.Builder |
CreateSmbFileShareRequest.Builder.validUserList(Collection<String> validUserList) |
A list of users or groups in the Active Directory that are allowed to access the file share.
|
CreateSmbFileShareRequest.Builder |
CreateSmbFileShareRequest.Builder.vpcEndpointDNSName(String vpcEndpointDNSName) |
Specifies the DNS name for the VPC endpoint that the SMB file share uses to connect to Amazon S3.
|