@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateLocationNfsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateLocationNfsRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateLocationNfsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getLocationArn()
Specifies the Amazon Resource Name (ARN) of the NFS transfer location that you want to update.
|
NfsMountOptions |
getMountOptions() |
OnPremConfig |
getOnPremConfig() |
String |
getSubdirectory()
Specifies the export path in your NFS file server that you want DataSync to mount.
|
int |
hashCode() |
void |
setLocationArn(String locationArn)
Specifies the Amazon Resource Name (ARN) of the NFS transfer location that you want to update.
|
void |
setMountOptions(NfsMountOptions mountOptions) |
void |
setOnPremConfig(OnPremConfig onPremConfig) |
void |
setSubdirectory(String subdirectory)
Specifies the export path in your NFS file server that you want DataSync to mount.
|
String |
toString()
Returns a string representation of this object.
|
UpdateLocationNfsRequest |
withLocationArn(String locationArn)
Specifies the Amazon Resource Name (ARN) of the NFS transfer location that you want to update.
|
UpdateLocationNfsRequest |
withMountOptions(NfsMountOptions mountOptions) |
UpdateLocationNfsRequest |
withOnPremConfig(OnPremConfig onPremConfig) |
UpdateLocationNfsRequest |
withSubdirectory(String subdirectory)
Specifies the export path in your NFS file server that you want DataSync to mount.
|
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 setLocationArn(String locationArn)
Specifies the Amazon Resource Name (ARN) of the NFS transfer location that you want to update.
locationArn
- Specifies the Amazon Resource Name (ARN) of the NFS transfer location that you want to update.public String getLocationArn()
Specifies the Amazon Resource Name (ARN) of the NFS transfer location that you want to update.
public UpdateLocationNfsRequest withLocationArn(String locationArn)
Specifies the Amazon Resource Name (ARN) of the NFS transfer location that you want to update.
locationArn
- Specifies the Amazon Resource Name (ARN) of the NFS transfer location that you want to update.public void setSubdirectory(String subdirectory)
Specifies the export path in your NFS file server that you want DataSync to mount.
This path (or a subdirectory of the path) is where DataSync transfers data to or from. For information on configuring an export for DataSync, see Accessing NFS file servers.
subdirectory
- Specifies the export path in your NFS file server that you want DataSync to mount.
This path (or a subdirectory of the path) is where DataSync transfers data to or from. For information on configuring an export for DataSync, see Accessing NFS file servers.
public String getSubdirectory()
Specifies the export path in your NFS file server that you want DataSync to mount.
This path (or a subdirectory of the path) is where DataSync transfers data to or from. For information on configuring an export for DataSync, see Accessing NFS file servers.
This path (or a subdirectory of the path) is where DataSync transfers data to or from. For information on configuring an export for DataSync, see Accessing NFS file servers.
public UpdateLocationNfsRequest withSubdirectory(String subdirectory)
Specifies the export path in your NFS file server that you want DataSync to mount.
This path (or a subdirectory of the path) is where DataSync transfers data to or from. For information on configuring an export for DataSync, see Accessing NFS file servers.
subdirectory
- Specifies the export path in your NFS file server that you want DataSync to mount.
This path (or a subdirectory of the path) is where DataSync transfers data to or from. For information on configuring an export for DataSync, see Accessing NFS file servers.
public void setOnPremConfig(OnPremConfig onPremConfig)
onPremConfig
- public OnPremConfig getOnPremConfig()
public UpdateLocationNfsRequest withOnPremConfig(OnPremConfig onPremConfig)
onPremConfig
- public void setMountOptions(NfsMountOptions mountOptions)
mountOptions
- public NfsMountOptions getMountOptions()
public UpdateLocationNfsRequest withMountOptions(NfsMountOptions mountOptions)
mountOptions
- public String toString()
toString
in class Object
Object.toString()
public UpdateLocationNfsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()