@Generated(value="software.amazon.awssdk:codegen") public final class UpdateLocationSmbRequest extends DataSyncRequest implements ToCopyableBuilder<UpdateLocationSmbRequest.Builder,UpdateLocationSmbRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateLocationSmbRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
agentArns()
The Amazon Resource Names (ARNs) of agents to use for a Simple Message Block (SMB) location.
|
static UpdateLocationSmbRequest.Builder |
builder() |
String |
domain()
The name of the Windows domain that the SMB server belongs to.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAgentArns()
Returns true if the AgentArns property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
int |
hashCode() |
String |
locationArn()
The Amazon Resource Name (ARN) of the SMB location to update.
|
SmbMountOptions |
mountOptions()
Returns the value of the MountOptions property for this object.
|
String |
password()
The password of the user who can mount the share has the permissions to access files and folders in the SMB
share.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateLocationSmbRequest.Builder> |
serializableBuilderClass() |
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 |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
user()
The user who can mount the share has the permissions to access files and folders in the SMB share.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String locationArn()
The Amazon Resource Name (ARN) of the SMB location to update.
public final 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 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.
public final String user()
The user who can mount the share has the permissions to access files and folders in the SMB share.
public final String domain()
The name of the Windows domain that the SMB server belongs to.
public final String password()
The password of the user who can mount the share has the permissions to access files and folders in the SMB share.
public final boolean hasAgentArns()
public final List<String> agentArns()
The Amazon Resource Names (ARNs) of agents to use for a Simple Message Block (SMB) location.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasAgentArns() to see if a value was sent in this field.
public final SmbMountOptions mountOptions()
public UpdateLocationSmbRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateLocationSmbRequest.Builder,UpdateLocationSmbRequest>toBuilder in class DataSyncRequestpublic static UpdateLocationSmbRequest.Builder builder()
public static Class<? extends UpdateLocationSmbRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.