Class UpdateLocationFsxOntapRequest
- 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.UpdateLocationFsxOntapRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateLocationFsxOntapRequest.Builder,UpdateLocationFsxOntapRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateLocationFsxOntapRequest extends DataSyncRequest implements ToCopyableBuilder<UpdateLocationFsxOntapRequest.Builder,UpdateLocationFsxOntapRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateLocationFsxOntapRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateLocationFsxOntapRequest.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 FSx for ONTAP transfer location that you're updating.FsxUpdateProtocolprotocol()Specifies the data transfer protocol that DataSync uses to access your Amazon FSx file system.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends UpdateLocationFsxOntapRequest.Builder>serializableBuilderClass()Stringsubdirectory()Specifies a path to the file share in the storage virtual machine (SVM) where you want to transfer data to or from.UpdateLocationFsxOntapRequest.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 FSx for ONTAP transfer location that you're updating.
- Returns:
- Specifies the Amazon Resource Name (ARN) of the FSx for ONTAP transfer location that you're updating.
-
protocol
public final FsxUpdateProtocol protocol()
Specifies the data transfer protocol that DataSync uses to access your Amazon FSx file system.
- Returns:
- Specifies the data transfer protocol that DataSync uses to access your Amazon FSx file system.
-
subdirectory
public final String subdirectory()
Specifies a path to the file share in the storage virtual machine (SVM) where you want to transfer data to or from.
You can specify a junction path (also known as a mount point), qtree path (for NFS file shares), or share name (for SMB file shares). For example, your mount path might be
/vol1,/vol1/tree1, or/share1.Don't specify a junction path in the SVM's root volume. For more information, see Managing FSx for ONTAP storage virtual machines in the Amazon FSx for NetApp ONTAP User Guide.
- Returns:
- Specifies a path to the file share in the storage virtual machine (SVM) where you want to transfer data
to or from.
You can specify a junction path (also known as a mount point), qtree path (for NFS file shares), or share name (for SMB file shares). For example, your mount path might be
/vol1,/vol1/tree1, or/share1.Don't specify a junction path in the SVM's root volume. For more information, see Managing FSx for ONTAP storage virtual machines in the Amazon FSx for NetApp ONTAP User Guide.
-
toBuilder
public UpdateLocationFsxOntapRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateLocationFsxOntapRequest.Builder,UpdateLocationFsxOntapRequest>- Specified by:
toBuilderin classDataSyncRequest
-
builder
public static UpdateLocationFsxOntapRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateLocationFsxOntapRequest.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
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-