Interface UpdateLocationFsxWindowsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateLocationFsxWindowsRequest.Builder,UpdateLocationFsxWindowsRequest>,DataSyncRequest.Builder,SdkBuilder<UpdateLocationFsxWindowsRequest.Builder,UpdateLocationFsxWindowsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateLocationFsxWindowsRequest
public static interface UpdateLocationFsxWindowsRequest.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<UpdateLocationFsxWindowsRequest.Builder,UpdateLocationFsxWindowsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateLocationFsxWindowsRequest.Builderdomain(String domain)Specifies the name of the Windows domain that your FSx for Windows File Server file system belongs to.UpdateLocationFsxWindowsRequest.BuilderlocationArn(String locationArn)Specifies the ARN of the FSx for Windows File Server transfer location that you're updating.UpdateLocationFsxWindowsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateLocationFsxWindowsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateLocationFsxWindowsRequest.Builderpassword(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.UpdateLocationFsxWindowsRequest.Buildersubdirectory(String subdirectory)Specifies a mount path for your file system using forward slashes.UpdateLocationFsxWindowsRequest.Builderuser(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.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.datasync.model.DataSyncRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
locationArn
UpdateLocationFsxWindowsRequest.Builder locationArn(String locationArn)
Specifies the ARN of the FSx for Windows File Server transfer location that you're updating.
- Parameters:
locationArn- Specifies the ARN of the FSx for Windows File Server transfer location that you're updating.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subdirectory
UpdateLocationFsxWindowsRequest.Builder subdirectory(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).
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
domain
UpdateLocationFsxWindowsRequest.Builder domain(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.
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
user
UpdateLocationFsxWindowsRequest.Builder user(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.
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
password
UpdateLocationFsxWindowsRequest.Builder password(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.
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateLocationFsxWindowsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateLocationFsxWindowsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-