Interface StartDirectoryListingRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartDirectoryListingRequest.Builder,StartDirectoryListingRequest>,SdkBuilder<StartDirectoryListingRequest.Builder,StartDirectoryListingRequest>,SdkPojo,SdkRequest.Builder,TransferRequest.Builder
- Enclosing class:
- StartDirectoryListingRequest
public static interface StartDirectoryListingRequest.Builder extends TransferRequest.Builder, SdkPojo, CopyableBuilder<StartDirectoryListingRequest.Builder,StartDirectoryListingRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartDirectoryListingRequest.BuilderconnectorId(String connectorId)The unique identifier for the connector.StartDirectoryListingRequest.BuildermaxItems(Integer maxItems)An optional parameter where you can specify the maximum number of file/directory names to retrieve.StartDirectoryListingRequest.BuilderoutputDirectoryPath(String outputDirectoryPath)Specifies the path (bucket and prefix) in Amazon S3 storage to store the results of the directory listing.StartDirectoryListingRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartDirectoryListingRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartDirectoryListingRequest.BuilderremoteDirectoryPath(String remoteDirectoryPath)Specifies the directory on the remote SFTP server for which you want to list its contents.-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.transfer.model.TransferRequest.Builder
build
-
-
-
-
Method Detail
-
connectorId
StartDirectoryListingRequest.Builder connectorId(String connectorId)
The unique identifier for the connector.
- Parameters:
connectorId- The unique identifier for the connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
remoteDirectoryPath
StartDirectoryListingRequest.Builder remoteDirectoryPath(String remoteDirectoryPath)
Specifies the directory on the remote SFTP server for which you want to list its contents.
- Parameters:
remoteDirectoryPath- Specifies the directory on the remote SFTP server for which you want to list its contents.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxItems
StartDirectoryListingRequest.Builder maxItems(Integer maxItems)
An optional parameter where you can specify the maximum number of file/directory names to retrieve. The default value is 1,000.
- Parameters:
maxItems- An optional parameter where you can specify the maximum number of file/directory names to retrieve. The default value is 1,000.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputDirectoryPath
StartDirectoryListingRequest.Builder outputDirectoryPath(String outputDirectoryPath)
Specifies the path (bucket and prefix) in Amazon S3 storage to store the results of the directory listing.
- Parameters:
outputDirectoryPath- Specifies the path (bucket and prefix) in Amazon S3 storage to store the results of the directory listing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartDirectoryListingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartDirectoryListingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-