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)
Specifies the DataSync agent (or agents) which you want to connect to your SMB file server.
|
UpdateLocationSmbRequest.Builder |
agentArns(String... agentArns)
Specifies the DataSync agent (or agents) which you want to connect to your SMB file server.
|
UpdateLocationSmbRequest.Builder |
domain(String domain)
Specifies the Windows domain name that your SMB file server belongs to.
|
UpdateLocationSmbRequest.Builder |
locationArn(String locationArn)
Specifies the ARN of the SMB location that you want 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)
Specifies the password of the user who can mount your SMB file server and has permission to access the files
and folders involved in your transfer.
|
UpdateLocationSmbRequest.Builder |
subdirectory(String subdirectory)
Specifies the name of the share exported by your SMB file server where DataSync will read or write data.
|
UpdateLocationSmbRequest.Builder |
user(String user)
Specifies the user name that can mount your SMB file server and has permission to access the files and
folders involved in your transfer.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateLocationSmbRequest.Builder locationArn(String locationArn)
Specifies the ARN of the SMB location that you want to update.
locationArn - Specifies the ARN of the SMB location that you want to update.UpdateLocationSmbRequest.Builder subdirectory(String subdirectory)
Specifies the name of the share exported by your SMB file server where DataSync will read or write data. You
can include a subdirectory in the share path (for example, /path/to/subdirectory). Make sure
that other SMB clients in your network can also mount this path.
To copy all data in the specified subdirectory, DataSync must be able to mount the SMB share and access all of its data. For more information, see required permissions for SMB locations.
subdirectory - Specifies the name of the share exported by your SMB file server where DataSync will read or write
data. You can include a subdirectory in the share path (for example,
/path/to/subdirectory). Make sure that other SMB clients in your network can also mount
this path.
To copy all data in the specified subdirectory, DataSync must be able to mount the SMB share and access all of its data. For more information, see required permissions for SMB locations.
UpdateLocationSmbRequest.Builder user(String user)
Specifies the user name that can mount your SMB file server and has permission to access the files and folders involved in your transfer.
For information about choosing a user with the right level of access for your transfer, see required permissions for SMB locations.
user - Specifies the user name that can mount your SMB file server and has permission to access the files and
folders involved in your transfer.
For information about choosing a user with the right level of access for your transfer, see required permissions for SMB locations.
UpdateLocationSmbRequest.Builder domain(String domain)
Specifies the Windows domain name that your SMB file server belongs to.
If you have multiple domains in your environment, configuring this parameter makes sure that DataSync connects to the right file server.
For more information, see required permissions for SMB locations.
domain - Specifies the Windows domain name that your SMB file server belongs to.
If you have multiple domains in your environment, configuring this parameter makes sure that DataSync connects to the right file server.
For more information, see required permissions for SMB locations.
UpdateLocationSmbRequest.Builder password(String password)
Specifies the password of the user who can mount your SMB file server and has permission to access the files and folders involved in your transfer.
For more information, see required permissions for SMB locations.
password - Specifies the password of the user who can mount your SMB file server and has permission to access the
files and folders involved in your transfer.
For more information, see required permissions for SMB locations.
UpdateLocationSmbRequest.Builder agentArns(Collection<String> agentArns)
Specifies the DataSync agent (or agents) which you want to connect to your SMB file server. You specify an agent by using its Amazon Resource Name (ARN).
agentArns - Specifies the DataSync agent (or agents) which you want to connect to your SMB file server. You
specify an agent by using its Amazon Resource Name (ARN).UpdateLocationSmbRequest.Builder agentArns(String... agentArns)
Specifies the DataSync agent (or agents) which you want to connect to your SMB file server. You specify an agent by using its Amazon Resource Name (ARN).
agentArns - Specifies the DataSync agent (or agents) which you want to connect to your SMB file server. You
specify an agent by using its Amazon Resource Name (ARN).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 © 2023. All rights reserved.