public static interface UpdateLocationSmbRequest.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<UpdateLocationSmbRequest.Builder,UpdateLocationSmbRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateLocationSmbRequest.Builder |
agentArns(Collection<String> agentArns)
The Amazon Resource Names (ARNs) of agents to use for a Simple Message Block (SMB) location.
|
UpdateLocationSmbRequest.Builder |
agentArns(String... agentArns)
The Amazon Resource Names (ARNs) of agents to use for a Simple Message Block (SMB) location.
|
UpdateLocationSmbRequest.Builder |
domain(String domain)
The name of the Windows domain that the SMB server belongs to.
|
UpdateLocationSmbRequest.Builder |
locationArn(String locationArn)
The Amazon Resource Name (ARN) of the SMB location to update.
|
default UpdateLocationSmbRequest.Builder |
mountOptions(Consumer<SmbMountOptions.Builder> mountOptions)
Sets the value of the MountOptions property for this object.
|
UpdateLocationSmbRequest.Builder |
mountOptions(SmbMountOptions mountOptions)
Sets the value of the MountOptions property for this object.
|
UpdateLocationSmbRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateLocationSmbRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateLocationSmbRequest.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.
|
UpdateLocationSmbRequest.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.
|
UpdateLocationSmbRequest.Builder |
user(String user)
The user who can mount the share has the permissions to access files and folders in the SMB share.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateLocationSmbRequest.Builder locationArn(String locationArn)
The Amazon Resource Name (ARN) of the SMB location to update.
locationArn - The Amazon Resource Name (ARN) of the SMB location to update.UpdateLocationSmbRequest.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. The SMB path should be a path that's exported by the SMB server, or a subdirectory of that path. The path should be such that it can be mounted by other SMB clients in your network.
Subdirectory must be specified with forward slashes. For example, /path/to/folder.
To transfer all the data in the folder that you specified, DataSync must have permissions to mount the SMB share and to access all the data in that share. To ensure this, do either of the following:
Ensure that the user/password specified belongs to the user who can mount the share and who has the appropriate permissions for all of the files and directories that you want DataSync to access.
Use credentials of a member of the Backup Operators group to mount the share.
Doing either of these options enables the agent to access the data. For the agent to access directories, you must also enable all execute access.
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. The SMB path should be a path that's exported by the SMB server, or
a subdirectory of that path. The path should be such that it can be mounted by other SMB clients in
your network.
Subdirectory must be specified with forward slashes. For example,
/path/to/folder.
To transfer all the data in the folder that you specified, DataSync must have permissions to mount the SMB share and to access all the data in that share. To ensure this, do either of the following:
Ensure that the user/password specified belongs to the user who can mount the share and who has the appropriate permissions for all of the files and directories that you want DataSync to access.
Use credentials of a member of the Backup Operators group to mount the share.
Doing either of these options enables the agent to access the data. For the agent to access directories, you must also enable all execute access.
UpdateLocationSmbRequest.Builder user(String user)
The user who can mount the share has the permissions to access files and folders in the SMB share.
user - The user who can mount the share has the permissions to access files and folders in the SMB share.UpdateLocationSmbRequest.Builder domain(String domain)
The name of the Windows domain that the SMB server belongs to.
domain - The name of the Windows domain that the SMB server belongs to.UpdateLocationSmbRequest.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.
password - The password of the user who can mount the share has the permissions to access files and folders in
the SMB share.UpdateLocationSmbRequest.Builder agentArns(Collection<String> agentArns)
The Amazon Resource Names (ARNs) of agents to use for a Simple Message Block (SMB) location.
agentArns - The Amazon Resource Names (ARNs) of agents to use for a Simple Message Block (SMB) location.UpdateLocationSmbRequest.Builder agentArns(String... agentArns)
The Amazon Resource Names (ARNs) of agents to use for a Simple Message Block (SMB) location.
agentArns - The Amazon Resource Names (ARNs) of agents to use for a Simple Message Block (SMB) location.UpdateLocationSmbRequest.Builder mountOptions(SmbMountOptions mountOptions)
mountOptions - The new value for the MountOptions property for this object.default UpdateLocationSmbRequest.Builder mountOptions(Consumer<SmbMountOptions.Builder> mountOptions)
SmbMountOptions.Builder avoiding the need to
create one manually via SmbMountOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to mountOptions(SmbMountOptions).mountOptions - a consumer that will call methods on SmbMountOptions.BuildermountOptions(SmbMountOptions)UpdateLocationSmbRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateLocationSmbRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.