Uses of Interface
software.amazon.awssdk.services.datasync.model.UpdateLocationFsxWindowsRequest.Builder
-
Packages that use UpdateLocationFsxWindowsRequest.Builder Package Description software.amazon.awssdk.services.datasync DataSync software.amazon.awssdk.services.datasync.model -
-
Uses of UpdateLocationFsxWindowsRequest.Builder in software.amazon.awssdk.services.datasync
Method parameters in software.amazon.awssdk.services.datasync with type arguments of type UpdateLocationFsxWindowsRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateLocationFsxWindowsResponse>DataSyncAsyncClient. updateLocationFsxWindows(Consumer<UpdateLocationFsxWindowsRequest.Builder> updateLocationFsxWindowsRequest)Modifies the following configuration parameters of the Amazon FSx for Windows File Server transfer location that you're using with DataSync.default UpdateLocationFsxWindowsResponseDataSyncClient. updateLocationFsxWindows(Consumer<UpdateLocationFsxWindowsRequest.Builder> updateLocationFsxWindowsRequest)Modifies the following configuration parameters of the Amazon FSx for Windows File Server transfer location that you're using with DataSync. -
Uses of UpdateLocationFsxWindowsRequest.Builder in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return UpdateLocationFsxWindowsRequest.Builder Modifier and Type Method Description static UpdateLocationFsxWindowsRequest.BuilderUpdateLocationFsxWindowsRequest. builder()UpdateLocationFsxWindowsRequest.BuilderUpdateLocationFsxWindowsRequest.Builder. domain(String domain)Specifies the name of the Windows domain that your FSx for Windows File Server file system belongs to.UpdateLocationFsxWindowsRequest.BuilderUpdateLocationFsxWindowsRequest.Builder. locationArn(String locationArn)Specifies the ARN of the FSx for Windows File Server transfer location that you're updating.UpdateLocationFsxWindowsRequest.BuilderUpdateLocationFsxWindowsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateLocationFsxWindowsRequest.BuilderUpdateLocationFsxWindowsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateLocationFsxWindowsRequest.BuilderUpdateLocationFsxWindowsRequest.Builder. password(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.UpdateLocationFsxWindowsRequest.BuilderUpdateLocationFsxWindowsRequest.Builder. subdirectory(String subdirectory)Specifies a mount path for your file system using forward slashes.UpdateLocationFsxWindowsRequest.BuilderUpdateLocationFsxWindowsRequest. toBuilder()UpdateLocationFsxWindowsRequest.BuilderUpdateLocationFsxWindowsRequest.Builder. user(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.Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type UpdateLocationFsxWindowsRequest.Builder Modifier and Type Method Description static Class<? extends UpdateLocationFsxWindowsRequest.Builder>UpdateLocationFsxWindowsRequest. serializableBuilderClass()
-