Class UpdateLocationNfsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.datasync.model.DataSyncRequest
-
- software.amazon.awssdk.services.datasync.model.UpdateLocationNfsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateLocationNfsRequest.Builder,UpdateLocationNfsRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateLocationNfsRequest extends DataSyncRequest implements ToCopyableBuilder<UpdateLocationNfsRequest.Builder,UpdateLocationNfsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateLocationNfsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateLocationNfsRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlocationArn()Specifies the Amazon Resource Name (ARN) of the NFS transfer location that you want to update.NfsMountOptionsmountOptions()Returns the value of the MountOptions property for this object.OnPremConfigonPremConfig()Returns the value of the OnPremConfig property for this object.List<SdkField<?>>sdkFields()static Class<? extends UpdateLocationNfsRequest.Builder>serializableBuilderClass()Stringsubdirectory()Specifies the export path in your NFS file server that you want DataSync to mount.UpdateLocationNfsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
locationArn
public final String locationArn()
Specifies the Amazon Resource Name (ARN) of the NFS transfer location that you want to update.
- Returns:
- Specifies the Amazon Resource Name (ARN) of the NFS transfer location that you want to update.
-
subdirectory
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.
- Returns:
- 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.
-
onPremConfig
public final OnPremConfig onPremConfig()
Returns the value of the OnPremConfig property for this object.- Returns:
- The value of the OnPremConfig property for this object.
-
mountOptions
public final NfsMountOptions mountOptions()
Returns the value of the MountOptions property for this object.- Returns:
- The value of the MountOptions property for this object.
-
toBuilder
public UpdateLocationNfsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateLocationNfsRequest.Builder,UpdateLocationNfsRequest>- Specified by:
toBuilderin classDataSyncRequest
-
builder
public static UpdateLocationNfsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateLocationNfsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-