@Generated(value="software.amazon.awssdk:codegen") public final class UpdateLocationNfsRequest extends DataSyncRequest implements ToCopyableBuilder<UpdateLocationNfsRequest.Builder,UpdateLocationNfsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateLocationNfsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateLocationNfsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
locationArn()
Specifies the Amazon Resource Name (ARN) of the NFS transfer location that you want to update.
|
NfsMountOptions |
mountOptions()
Returns the value of the MountOptions property for this object.
|
OnPremConfig |
onPremConfig()
Returns the value of the OnPremConfig property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateLocationNfsRequest.Builder> |
serializableBuilderClass() |
String |
subdirectory()
Specifies the export path in your NFS file server that you want DataSync to mount.
|
UpdateLocationNfsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String locationArn()
Specifies the Amazon Resource Name (ARN) of the NFS transfer location that you want to update.
public final 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.
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 final OnPremConfig onPremConfig()
public final NfsMountOptions mountOptions()
public UpdateLocationNfsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateLocationNfsRequest.Builder,UpdateLocationNfsRequest>toBuilder in class DataSyncRequestpublic static UpdateLocationNfsRequest.Builder builder()
public static Class<? extends UpdateLocationNfsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.