| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync |
|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateLocationSmbResponse> |
DataSyncAsyncClient.createLocationSmb(Consumer<CreateLocationSmbRequest.Builder> createLocationSmbRequest)
Defines a file system on a Server Message Block (SMB) server that can be read from or written to.
|
default CreateLocationSmbResponse |
DataSyncClient.createLocationSmb(Consumer<CreateLocationSmbRequest.Builder> createLocationSmbRequest)
Defines a file system on a Server Message Block (SMB) server that can be read from or written to.
|
| Modifier and Type | Method and Description |
|---|---|
CreateLocationSmbRequest.Builder |
CreateLocationSmbRequest.Builder.agentArns(Collection<String> agentArns)
The Amazon Resource Names (ARNs) of agents to use for a Simple Message Block (SMB) location.
|
CreateLocationSmbRequest.Builder |
CreateLocationSmbRequest.Builder.agentArns(String... agentArns)
The Amazon Resource Names (ARNs) of agents to use for a Simple Message Block (SMB) location.
|
static CreateLocationSmbRequest.Builder |
CreateLocationSmbRequest.builder() |
CreateLocationSmbRequest.Builder |
CreateLocationSmbRequest.Builder.domain(String domain)
The name of the Windows domain that the SMB server belongs to.
|
default CreateLocationSmbRequest.Builder |
CreateLocationSmbRequest.Builder.mountOptions(Consumer<SmbMountOptions.Builder> mountOptions)
The mount options used by DataSync to access the SMB server.
|
CreateLocationSmbRequest.Builder |
CreateLocationSmbRequest.Builder.mountOptions(SmbMountOptions mountOptions)
The mount options used by DataSync to access the SMB server.
|
CreateLocationSmbRequest.Builder |
CreateLocationSmbRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateLocationSmbRequest.Builder |
CreateLocationSmbRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateLocationSmbRequest.Builder |
CreateLocationSmbRequest.Builder.password(String password)
The password of the user who can mount the share, has the permissions to access files and folders in the SMB
share.
|
CreateLocationSmbRequest.Builder |
CreateLocationSmbRequest.Builder.serverHostname(String serverHostname)
The name of the SMB server.
|
CreateLocationSmbRequest.Builder |
CreateLocationSmbRequest.Builder.subdirectory(String subdirectory)
The subdirectory in the SMB file system that is used to read data from the SMB source location or write data
to the SMB destination.
|
CreateLocationSmbRequest.Builder |
CreateLocationSmbRequest.Builder.tags(Collection<TagListEntry> tags)
The key-value pair that represents the tag that you want to add to the location.
|
CreateLocationSmbRequest.Builder |
CreateLocationSmbRequest.Builder.tags(Consumer<TagListEntry.Builder>... tags)
The key-value pair that represents the tag that you want to add to the location.
|
CreateLocationSmbRequest.Builder |
CreateLocationSmbRequest.Builder.tags(TagListEntry... tags)
The key-value pair that represents the tag that you want to add to the location.
|
CreateLocationSmbRequest.Builder |
CreateLocationSmbRequest.toBuilder() |
CreateLocationSmbRequest.Builder |
CreateLocationSmbRequest.Builder.user(String user)
The user who can mount the share, has the permissions to access files and folders in the SMB share.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateLocationSmbRequest.Builder> |
CreateLocationSmbRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.