| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync |
|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateLocationNfsResponse |
DataSyncClient.updateLocationNfs(Consumer<UpdateLocationNfsRequest.Builder> updateLocationNfsRequest)
Updates some of the parameters of a previously created location for Network File System (NFS) access.
|
default CompletableFuture<UpdateLocationNfsResponse> |
DataSyncAsyncClient.updateLocationNfs(Consumer<UpdateLocationNfsRequest.Builder> updateLocationNfsRequest)
Updates some of the parameters of a previously created location for Network File System (NFS) access.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateLocationNfsRequest.Builder |
UpdateLocationNfsRequest.builder() |
UpdateLocationNfsRequest.Builder |
UpdateLocationNfsRequest.Builder.locationArn(String locationArn)
The Amazon Resource Name (ARN) of the NFS location to update.
|
default UpdateLocationNfsRequest.Builder |
UpdateLocationNfsRequest.Builder.mountOptions(Consumer<NfsMountOptions.Builder> mountOptions)
Sets the value of the MountOptions property for this object.
|
UpdateLocationNfsRequest.Builder |
UpdateLocationNfsRequest.Builder.mountOptions(NfsMountOptions mountOptions)
Sets the value of the MountOptions property for this object.
|
default UpdateLocationNfsRequest.Builder |
UpdateLocationNfsRequest.Builder.onPremConfig(Consumer<OnPremConfig.Builder> onPremConfig)
Sets the value of the OnPremConfig property for this object.
|
UpdateLocationNfsRequest.Builder |
UpdateLocationNfsRequest.Builder.onPremConfig(OnPremConfig onPremConfig)
Sets the value of the OnPremConfig property for this object.
|
UpdateLocationNfsRequest.Builder |
UpdateLocationNfsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateLocationNfsRequest.Builder |
UpdateLocationNfsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateLocationNfsRequest.Builder |
UpdateLocationNfsRequest.Builder.subdirectory(String subdirectory)
The subdirectory in the NFS file system that is used to read data from the NFS source location or write data
to the NFS destination.
|
UpdateLocationNfsRequest.Builder |
UpdateLocationNfsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateLocationNfsRequest.Builder> |
UpdateLocationNfsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.