public static interface StartFileTransferRequest.Builder extends TransferRequest.Builder, SdkPojo, CopyableBuilder<StartFileTransferRequest.Builder,StartFileTransferRequest>
| Modifier and Type | Method and Description |
|---|---|
StartFileTransferRequest.Builder |
connectorId(String connectorId)
The unique identifier for the connector.
|
StartFileTransferRequest.Builder |
localDirectoryPath(String localDirectoryPath)
For an inbound transfer, the
LocaDirectoryPath specifies the destination for one or more files
that are transferred from the partner's SFTP server. |
StartFileTransferRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartFileTransferRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartFileTransferRequest.Builder |
remoteDirectoryPath(String remoteDirectoryPath)
For an outbound transfer, the
RemoteDirectoryPath specifies the destination for one or more
files that are transferred to the partner's SFTP server. |
StartFileTransferRequest.Builder |
retrieveFilePaths(Collection<String> retrieveFilePaths)
One or more source paths for the partner's SFTP server.
|
StartFileTransferRequest.Builder |
retrieveFilePaths(String... retrieveFilePaths)
One or more source paths for the partner's SFTP server.
|
StartFileTransferRequest.Builder |
sendFilePaths(Collection<String> sendFilePaths)
One or more source paths for the Amazon S3 storage.
|
StartFileTransferRequest.Builder |
sendFilePaths(String... sendFilePaths)
One or more source paths for the Amazon S3 storage.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartFileTransferRequest.Builder connectorId(String connectorId)
The unique identifier for the connector.
connectorId - The unique identifier for the connector.StartFileTransferRequest.Builder sendFilePaths(Collection<String> sendFilePaths)
One or more source paths for the Amazon S3 storage. Each string represents a source file path for one
outbound file transfer. For example, DOC-EXAMPLE-BUCKET/myfile.txt .
Replace DOC-EXAMPLE-BUCKET with one of your actual buckets.
sendFilePaths - One or more source paths for the Amazon S3 storage. Each string represents a source file path for one
outbound file transfer. For example, DOC-EXAMPLE-BUCKET/myfile.txt .
Replace DOC-EXAMPLE-BUCKET with one of your actual buckets.
StartFileTransferRequest.Builder sendFilePaths(String... sendFilePaths)
One or more source paths for the Amazon S3 storage. Each string represents a source file path for one
outbound file transfer. For example, DOC-EXAMPLE-BUCKET/myfile.txt .
Replace DOC-EXAMPLE-BUCKET with one of your actual buckets.
sendFilePaths - One or more source paths for the Amazon S3 storage. Each string represents a source file path for one
outbound file transfer. For example, DOC-EXAMPLE-BUCKET/myfile.txt .
Replace DOC-EXAMPLE-BUCKET with one of your actual buckets.
StartFileTransferRequest.Builder retrieveFilePaths(Collection<String> retrieveFilePaths)
One or more source paths for the partner's SFTP server. Each string represents a source file path for one inbound file transfer.
retrieveFilePaths - One or more source paths for the partner's SFTP server. Each string represents a source file path for
one inbound file transfer.StartFileTransferRequest.Builder retrieveFilePaths(String... retrieveFilePaths)
One or more source paths for the partner's SFTP server. Each string represents a source file path for one inbound file transfer.
retrieveFilePaths - One or more source paths for the partner's SFTP server. Each string represents a source file path for
one inbound file transfer.StartFileTransferRequest.Builder localDirectoryPath(String localDirectoryPath)
For an inbound transfer, the LocaDirectoryPath specifies the destination for one or more files
that are transferred from the partner's SFTP server.
localDirectoryPath - For an inbound transfer, the LocaDirectoryPath specifies the destination for one or more
files that are transferred from the partner's SFTP server.StartFileTransferRequest.Builder remoteDirectoryPath(String remoteDirectoryPath)
For an outbound transfer, the RemoteDirectoryPath specifies the destination for one or more
files that are transferred to the partner's SFTP server. If you don't specify a
RemoteDirectoryPath, the destination for transferred files is the SFTP user's home directory.
remoteDirectoryPath - For an outbound transfer, the RemoteDirectoryPath specifies the destination for one or
more files that are transferred to the partner's SFTP server. If you don't specify a
RemoteDirectoryPath, the destination for transferred files is the SFTP user's home
directory.StartFileTransferRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartFileTransferRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.