Class CfnLocationSMBProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLocationSMBProps>
- Enclosing interface:
CfnLocationSMBProps
CfnLocationSMBProps
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnLocationSMBProps.getAgentArns()
build()
Builds the configured instance.Sets the value ofCfnLocationSMBProps.getDomain()
mountOptions
(IResolvable mountOptions) Sets the value ofCfnLocationSMBProps.getMountOptions()
mountOptions
(CfnLocationSMB.MountOptionsProperty mountOptions) Sets the value ofCfnLocationSMBProps.getMountOptions()
Sets the value ofCfnLocationSMBProps.getPassword()
serverHostname
(String serverHostname) Sets the value ofCfnLocationSMBProps.getServerHostname()
subdirectory
(String subdirectory) Sets the value ofCfnLocationSMBProps.getSubdirectory()
Sets the value ofCfnLocationSMBProps.getTags()
Sets the value ofCfnLocationSMBProps.getUser()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
agentArns
Sets the value ofCfnLocationSMBProps.getAgentArns()
- Parameters:
agentArns
- The Amazon Resource Names (ARNs) of agents to use for a Server Message Block (SMB) location. This parameter is required.- Returns:
this
-
user
Sets the value ofCfnLocationSMBProps.getUser()
- Parameters:
user
- The user who can mount the share and has the permissions to access files and folders in the SMB share. This parameter is required. For information about choosing a user name that ensures sufficient permissions to files, folders, and metadata, see user .- Returns:
this
-
domain
Sets the value ofCfnLocationSMBProps.getDomain()
- Parameters:
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.
- Returns:
this
-
mountOptions
Sets the value ofCfnLocationSMBProps.getMountOptions()
- Parameters:
mountOptions
- Specifies the version of the SMB protocol that DataSync uses to access your SMB file server.- Returns:
this
-
mountOptions
@Stability(Stable) public CfnLocationSMBProps.Builder mountOptions(CfnLocationSMB.MountOptionsProperty mountOptions) Sets the value ofCfnLocationSMBProps.getMountOptions()
- Parameters:
mountOptions
- Specifies the version of the SMB protocol that DataSync uses to access your SMB file server.- Returns:
this
-
password
Sets the value ofCfnLocationSMBProps.getPassword()
- Parameters:
password
- The password of the user who can mount the share and has the permissions to access files and folders in the SMB share.- Returns:
this
-
serverHostname
Sets the value ofCfnLocationSMBProps.getServerHostname()
- Parameters:
serverHostname
- Specifies the Domain Name Service (DNS) name or IP address of the SMB file server that your DataSync agent will mount.You can't specify an IP version 6 (IPv6) address.
- Returns:
this
-
subdirectory
Sets the value ofCfnLocationSMBProps.getSubdirectory()
- Parameters:
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 you specified, DataSync must have permissions to mount the SMB share, as well as to access all the data in that share. To ensure this, either make sure that the user name and 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, or use credentials of a member of the Backup Operators group to mount the share. Doing either one enables the agent to access the data. For the agent to access directories, you must additionally enable all execute access.
- Returns:
this
-
tags
Sets the value ofCfnLocationSMBProps.getTags()
- Parameters:
tags
- Specifies labels that help you categorize, filter, and search for your AWS resources. We recommend creating at least a name tag for your location.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnLocationSMBProps>
- Returns:
- a new instance of
CfnLocationSMBProps
- Throws:
NullPointerException
- if any required attribute was not provided
-