@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLocationFsxWindowsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateLocationFsxWindowsRequest() |
Modifier and Type | Method and Description |
---|---|
CreateLocationFsxWindowsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomain()
Specifies the name of the Microsoft Active Directory domain that the FSx for Windows File Server file system
belongs to.
|
String |
getFsxFilesystemArn()
Specifies the Amazon Resource Name (ARN) for the FSx for Windows File Server file system.
|
String |
getPassword()
Specifies the password of the user with the permissions to mount and access the files, folders, and file metadata
in your FSx for Windows File Server file system.
|
List<String> |
getSecurityGroupArns()
Specifies the ARNs of the security groups that provide access to your file system's preferred subnet.
|
String |
getSubdirectory()
Specifies a mount path for your file system using forward slashes.
|
List<TagListEntry> |
getTags()
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
|
String |
getUser()
Specifies the user with the permissions to mount and access the files, folders, and file metadata in your FSx for
Windows File Server file system.
|
int |
hashCode() |
void |
setDomain(String domain)
Specifies the name of the Microsoft Active Directory domain that the FSx for Windows File Server file system
belongs to.
|
void |
setFsxFilesystemArn(String fsxFilesystemArn)
Specifies the Amazon Resource Name (ARN) for the FSx for Windows File Server file system.
|
void |
setPassword(String password)
Specifies the password of the user with the permissions to mount and access the files, folders, and file metadata
in your FSx for Windows File Server file system.
|
void |
setSecurityGroupArns(Collection<String> securityGroupArns)
Specifies the ARNs of the security groups that provide access to your file system's preferred subnet.
|
void |
setSubdirectory(String subdirectory)
Specifies a mount path for your file system using forward slashes.
|
void |
setTags(Collection<TagListEntry> tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
|
void |
setUser(String user)
Specifies the user with the permissions to mount and access the files, folders, and file metadata in your FSx for
Windows File Server file system.
|
String |
toString()
Returns a string representation of this object.
|
CreateLocationFsxWindowsRequest |
withDomain(String domain)
Specifies the name of the Microsoft Active Directory domain that the FSx for Windows File Server file system
belongs to.
|
CreateLocationFsxWindowsRequest |
withFsxFilesystemArn(String fsxFilesystemArn)
Specifies the Amazon Resource Name (ARN) for the FSx for Windows File Server file system.
|
CreateLocationFsxWindowsRequest |
withPassword(String password)
Specifies the password of the user with the permissions to mount and access the files, folders, and file metadata
in your FSx for Windows File Server file system.
|
CreateLocationFsxWindowsRequest |
withSecurityGroupArns(Collection<String> securityGroupArns)
Specifies the ARNs of the security groups that provide access to your file system's preferred subnet.
|
CreateLocationFsxWindowsRequest |
withSecurityGroupArns(String... securityGroupArns)
Specifies the ARNs of the security groups that provide access to your file system's preferred subnet.
|
CreateLocationFsxWindowsRequest |
withSubdirectory(String subdirectory)
Specifies a mount path for your file system using forward slashes.
|
CreateLocationFsxWindowsRequest |
withTags(Collection<TagListEntry> tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
|
CreateLocationFsxWindowsRequest |
withTags(TagListEntry... tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
|
CreateLocationFsxWindowsRequest |
withUser(String user)
Specifies the user with the permissions to mount and access the files, folders, and file metadata in your FSx for
Windows File Server file system.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setSubdirectory(String subdirectory)
Specifies a mount path for your file system using forward slashes. This is where DataSync reads or writes data (depending on if this is a source or destination location).
subdirectory
- Specifies a mount path for your file system using forward slashes. This is where DataSync reads or writes
data (depending on if this is a source or destination location).public String getSubdirectory()
Specifies a mount path for your file system using forward slashes. This is where DataSync reads or writes data (depending on if this is a source or destination location).
public CreateLocationFsxWindowsRequest withSubdirectory(String subdirectory)
Specifies a mount path for your file system using forward slashes. This is where DataSync reads or writes data (depending on if this is a source or destination location).
subdirectory
- Specifies a mount path for your file system using forward slashes. This is where DataSync reads or writes
data (depending on if this is a source or destination location).public void setFsxFilesystemArn(String fsxFilesystemArn)
Specifies the Amazon Resource Name (ARN) for the FSx for Windows File Server file system.
fsxFilesystemArn
- Specifies the Amazon Resource Name (ARN) for the FSx for Windows File Server file system.public String getFsxFilesystemArn()
Specifies the Amazon Resource Name (ARN) for the FSx for Windows File Server file system.
public CreateLocationFsxWindowsRequest withFsxFilesystemArn(String fsxFilesystemArn)
Specifies the Amazon Resource Name (ARN) for the FSx for Windows File Server file system.
fsxFilesystemArn
- Specifies the Amazon Resource Name (ARN) for the FSx for Windows File Server file system.public List<String> getSecurityGroupArns()
Specifies the ARNs of the security groups that provide access to your file system's preferred subnet.
If you choose a security group that doesn't allow connections from within itself, do one of the following:
Configure the security group to allow it to communicate within itself.
Choose a different security group that can communicate with the mount target's security group.
If you choose a security group that doesn't allow connections from within itself, do one of the following:
Configure the security group to allow it to communicate within itself.
Choose a different security group that can communicate with the mount target's security group.
public void setSecurityGroupArns(Collection<String> securityGroupArns)
Specifies the ARNs of the security groups that provide access to your file system's preferred subnet.
If you choose a security group that doesn't allow connections from within itself, do one of the following:
Configure the security group to allow it to communicate within itself.
Choose a different security group that can communicate with the mount target's security group.
securityGroupArns
- Specifies the ARNs of the security groups that provide access to your file system's preferred subnet.
If you choose a security group that doesn't allow connections from within itself, do one of the following:
Configure the security group to allow it to communicate within itself.
Choose a different security group that can communicate with the mount target's security group.
public CreateLocationFsxWindowsRequest withSecurityGroupArns(String... securityGroupArns)
Specifies the ARNs of the security groups that provide access to your file system's preferred subnet.
If you choose a security group that doesn't allow connections from within itself, do one of the following:
Configure the security group to allow it to communicate within itself.
Choose a different security group that can communicate with the mount target's security group.
NOTE: This method appends the values to the existing list (if any). Use
setSecurityGroupArns(java.util.Collection)
or withSecurityGroupArns(java.util.Collection)
if
you want to override the existing values.
securityGroupArns
- Specifies the ARNs of the security groups that provide access to your file system's preferred subnet.
If you choose a security group that doesn't allow connections from within itself, do one of the following:
Configure the security group to allow it to communicate within itself.
Choose a different security group that can communicate with the mount target's security group.
public CreateLocationFsxWindowsRequest withSecurityGroupArns(Collection<String> securityGroupArns)
Specifies the ARNs of the security groups that provide access to your file system's preferred subnet.
If you choose a security group that doesn't allow connections from within itself, do one of the following:
Configure the security group to allow it to communicate within itself.
Choose a different security group that can communicate with the mount target's security group.
securityGroupArns
- Specifies the ARNs of the security groups that provide access to your file system's preferred subnet.
If you choose a security group that doesn't allow connections from within itself, do one of the following:
Configure the security group to allow it to communicate within itself.
Choose a different security group that can communicate with the mount target's security group.
public List<TagListEntry> getTags()
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your location.
public void setTags(Collection<TagListEntry> tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your location.
tags
- Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We
recommend creating at least a name tag for your location.public CreateLocationFsxWindowsRequest withTags(TagListEntry... tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your location.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We
recommend creating at least a name tag for your location.public CreateLocationFsxWindowsRequest withTags(Collection<TagListEntry> tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your location.
tags
- Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We
recommend creating at least a name tag for your location.public void setUser(String user)
Specifies the user with the permissions to mount and access the files, folders, and file metadata in your FSx for Windows File Server file system.
For information about choosing a user with the right level of access for your transfer, see required permissions for FSx for Windows File Server locations.
user
- Specifies the user with the permissions to mount and access the files, folders, and file metadata in your
FSx for Windows File Server file system.
For information about choosing a user with the right level of access for your transfer, see required permissions for FSx for Windows File Server locations.
public String getUser()
Specifies the user with the permissions to mount and access the files, folders, and file metadata in your FSx for Windows File Server file system.
For information about choosing a user with the right level of access for your transfer, see required permissions for FSx for Windows File Server locations.
For information about choosing a user with the right level of access for your transfer, see required permissions for FSx for Windows File Server locations.
public CreateLocationFsxWindowsRequest withUser(String user)
Specifies the user with the permissions to mount and access the files, folders, and file metadata in your FSx for Windows File Server file system.
For information about choosing a user with the right level of access for your transfer, see required permissions for FSx for Windows File Server locations.
user
- Specifies the user with the permissions to mount and access the files, folders, and file metadata in your
FSx for Windows File Server file system.
For information about choosing a user with the right level of access for your transfer, see required permissions for FSx for Windows File Server locations.
public void setDomain(String domain)
Specifies the name of the Microsoft Active Directory domain that the FSx for Windows File Server file system belongs to.
If you have multiple Active Directory domains in your environment, configuring this parameter makes sure that DataSync connects to the right file system.
domain
- Specifies the name of the Microsoft Active Directory domain that the FSx for Windows File Server file
system belongs to.
If you have multiple Active Directory domains in your environment, configuring this parameter makes sure that DataSync connects to the right file system.
public String getDomain()
Specifies the name of the Microsoft Active Directory domain that the FSx for Windows File Server file system belongs to.
If you have multiple Active Directory domains in your environment, configuring this parameter makes sure that DataSync connects to the right file system.
If you have multiple Active Directory domains in your environment, configuring this parameter makes sure that DataSync connects to the right file system.
public CreateLocationFsxWindowsRequest withDomain(String domain)
Specifies the name of the Microsoft Active Directory domain that the FSx for Windows File Server file system belongs to.
If you have multiple Active Directory domains in your environment, configuring this parameter makes sure that DataSync connects to the right file system.
domain
- Specifies the name of the Microsoft Active Directory domain that the FSx for Windows File Server file
system belongs to.
If you have multiple Active Directory domains in your environment, configuring this parameter makes sure that DataSync connects to the right file system.
public void setPassword(String password)
Specifies the password of the user with the permissions to mount and access the files, folders, and file metadata in your FSx for Windows File Server file system.
password
- Specifies the password of the user with the permissions to mount and access the files, folders, and file
metadata in your FSx for Windows File Server file system.public String getPassword()
Specifies the password of the user with the permissions to mount and access the files, folders, and file metadata in your FSx for Windows File Server file system.
public CreateLocationFsxWindowsRequest withPassword(String password)
Specifies the password of the user with the permissions to mount and access the files, folders, and file metadata in your FSx for Windows File Server file system.
password
- Specifies the password of the user with the permissions to mount and access the files, folders, and file
metadata in your FSx for Windows File Server file system.public String toString()
toString
in class Object
Object.toString()
public CreateLocationFsxWindowsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()