public static interface UpdateLocationNfsRequest.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<UpdateLocationNfsRequest.Builder,UpdateLocationNfsRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateLocationNfsRequest.Builder |
locationArn(String locationArn)
Specifies the Amazon Resource Name (ARN) of the NFS transfer location that you want to update.
|
default UpdateLocationNfsRequest.Builder |
mountOptions(Consumer<NfsMountOptions.Builder> mountOptions)
Sets the value of the MountOptions property for this object.
|
UpdateLocationNfsRequest.Builder |
mountOptions(NfsMountOptions mountOptions)
Sets the value of the MountOptions property for this object.
|
default UpdateLocationNfsRequest.Builder |
onPremConfig(Consumer<OnPremConfig.Builder> onPremConfig)
Sets the value of the OnPremConfig property for this object.
|
UpdateLocationNfsRequest.Builder |
onPremConfig(OnPremConfig onPremConfig)
Sets the value of the OnPremConfig property for this object.
|
UpdateLocationNfsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateLocationNfsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateLocationNfsRequest.Builder |
subdirectory(String subdirectory)
Specifies the export path in your NFS file server that you want DataSync to mount.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateLocationNfsRequest.Builder locationArn(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.UpdateLocationNfsRequest.Builder subdirectory(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.
UpdateLocationNfsRequest.Builder onPremConfig(OnPremConfig onPremConfig)
onPremConfig - The new value for the OnPremConfig property for this object.default UpdateLocationNfsRequest.Builder onPremConfig(Consumer<OnPremConfig.Builder> onPremConfig)
OnPremConfig.Builder avoiding the need
to create one manually via OnPremConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to onPremConfig(OnPremConfig).
onPremConfig - a consumer that will call methods on OnPremConfig.BuilderonPremConfig(OnPremConfig)UpdateLocationNfsRequest.Builder mountOptions(NfsMountOptions mountOptions)
mountOptions - The new value for the MountOptions property for this object.default UpdateLocationNfsRequest.Builder mountOptions(Consumer<NfsMountOptions.Builder> mountOptions)
NfsMountOptions.Builder avoiding the
need to create one manually via NfsMountOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to mountOptions(NfsMountOptions).
mountOptions - a consumer that will call methods on NfsMountOptions.BuildermountOptions(NfsMountOptions)UpdateLocationNfsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateLocationNfsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.