Class UpdateLocationFsxLustreRequest
- 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.UpdateLocationFsxLustreRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateLocationFsxLustreRequest.Builder,UpdateLocationFsxLustreRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateLocationFsxLustreRequest extends DataSyncRequest implements ToCopyableBuilder<UpdateLocationFsxLustreRequest.Builder,UpdateLocationFsxLustreRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateLocationFsxLustreRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateLocationFsxLustreRequest.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 Lustre transfer location that you're updating.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends UpdateLocationFsxLustreRequest.Builder>serializableBuilderClass()Stringsubdirectory()Specifies a mount path for your FSx for Lustre file system.UpdateLocationFsxLustreRequest.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 Lustre transfer location that you're updating.
- Returns:
- Specifies the Amazon Resource Name (ARN) of the FSx for Lustre transfer location that you're updating.
-
subdirectory
public final String subdirectory()
Specifies a mount path for your FSx for Lustre file system. The path can include subdirectories.
When the location is used as a source, DataSync reads data from the mount path. When the location is used as a destination, DataSync writes data to the mount path. If you don't include this parameter, DataSync uses the file system's root directory (
/).- Returns:
- Specifies a mount path for your FSx for Lustre file system. The path can include subdirectories.
When the location is used as a source, DataSync reads data from the mount path. When the location is used as a destination, DataSync writes data to the mount path. If you don't include this parameter, DataSync uses the file system's root directory (
/).
-
toBuilder
public UpdateLocationFsxLustreRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateLocationFsxLustreRequest.Builder,UpdateLocationFsxLustreRequest>- Specified by:
toBuilderin classDataSyncRequest
-
builder
public static UpdateLocationFsxLustreRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateLocationFsxLustreRequest.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
-
-