Class UpdateLocationFsxWindowsRequest
- 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.UpdateLocationFsxWindowsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateLocationFsxWindowsRequest.Builder,UpdateLocationFsxWindowsRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateLocationFsxWindowsRequest extends DataSyncRequest implements ToCopyableBuilder<UpdateLocationFsxWindowsRequest.Builder,UpdateLocationFsxWindowsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateLocationFsxWindowsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateLocationFsxWindowsRequest.Builderbuilder()Stringdomain()Specifies the name of the Windows domain that your FSx for Windows File Server file system belongs to.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlocationArn()Specifies the ARN of the FSx for Windows File Server transfer location that you're updating.Stringpassword()Specifies the password of the user with the permissions to mount and access the files, folders, and file metadata in your FSx for Windows File Server file system.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends UpdateLocationFsxWindowsRequest.Builder>serializableBuilderClass()Stringsubdirectory()Specifies a mount path for your file system using forward slashes.UpdateLocationFsxWindowsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringuser()Specifies the user with the permissions to mount and access the files, folders, and file metadata in your FSx for Windows File Server file system.-
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 ARN of the FSx for Windows File Server transfer location that you're updating.
- Returns:
- Specifies the ARN of the FSx for Windows File Server transfer location that you're updating.
-
subdirectory
public final String subdirectory()
Specifies a mount path for your file system using forward slashes. DataSync uses this subdirectory to read or write data (depending on whether the file system is a source or destination location).
- Returns:
- Specifies a mount path for your file system using forward slashes. DataSync uses this subdirectory to read or write data (depending on whether the file system is a source or destination location).
-
domain
public final String domain()
Specifies the name of the Windows domain that your FSx for Windows File Server file system belongs to.
If you have multiple Active Directory domains in your environment, configuring this parameter makes sure that DataSync connects to the right file system.
- Returns:
- Specifies the name of the Windows domain that your FSx for Windows File Server file system belongs
to.
If you have multiple Active Directory domains in your environment, configuring this parameter makes sure that DataSync connects to the right file system.
-
user
public final String user()
Specifies the user with the permissions to mount and access the files, folders, and file metadata in your FSx for Windows File Server file system.
For information about choosing a user with the right level of access for your transfer, see required permissions for FSx for Windows File Server locations.
- Returns:
- Specifies the user with the permissions to mount and access the files, folders, and file metadata in your
FSx for Windows File Server file system.
For information about choosing a user with the right level of access for your transfer, see required permissions for FSx for Windows File Server locations.
-
password
public final String password()
Specifies the password of the user with the permissions to mount and access the files, folders, and file metadata in your FSx for Windows File Server file system.
- Returns:
- Specifies the password of the user with the permissions to mount and access the files, folders, and file metadata in your FSx for Windows File Server file system.
-
toBuilder
public UpdateLocationFsxWindowsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateLocationFsxWindowsRequest.Builder,UpdateLocationFsxWindowsRequest>- Specified by:
toBuilderin classDataSyncRequest
-
builder
public static UpdateLocationFsxWindowsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateLocationFsxWindowsRequest.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
-
-