Interface ListFileTransferResultsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListFileTransferResultsRequest.Builder,ListFileTransferResultsRequest>,SdkBuilder<ListFileTransferResultsRequest.Builder,ListFileTransferResultsRequest>,SdkPojo,SdkRequest.Builder,TransferRequest.Builder
- Enclosing class:
- ListFileTransferResultsRequest
public static interface ListFileTransferResultsRequest.Builder extends TransferRequest.Builder, SdkPojo, CopyableBuilder<ListFileTransferResultsRequest.Builder,ListFileTransferResultsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListFileTransferResultsRequest.BuilderconnectorId(String connectorId)A unique identifier for a connector.ListFileTransferResultsRequest.BuildermaxResults(Integer maxResults)The maximum number of files to return in a single page.ListFileTransferResultsRequest.BuildernextToken(String nextToken)If there are more file details than returned in this call, use this value for a subsequent call toListFileTransferResultsto retrieve them.ListFileTransferResultsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListFileTransferResultsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListFileTransferResultsRequest.BuildertransferId(String transferId)A unique identifier for a file transfer.-
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
ListFileTransferResultsRequest.Builder connectorId(String connectorId)
A unique identifier for a connector. This value should match the value supplied to the corresponding
StartFileTransfercall.- Parameters:
connectorId- A unique identifier for a connector. This value should match the value supplied to the correspondingStartFileTransfercall.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transferId
ListFileTransferResultsRequest.Builder transferId(String transferId)
A unique identifier for a file transfer. This value should match the value supplied to the corresponding
StartFileTransfercall.- Parameters:
transferId- A unique identifier for a file transfer. This value should match the value supplied to the correspondingStartFileTransfercall.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListFileTransferResultsRequest.Builder nextToken(String nextToken)
If there are more file details than returned in this call, use this value for a subsequent call to
ListFileTransferResultsto retrieve them.- Parameters:
nextToken- If there are more file details than returned in this call, use this value for a subsequent call toListFileTransferResultsto retrieve them.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListFileTransferResultsRequest.Builder maxResults(Integer maxResults)
The maximum number of files to return in a single page. Note that currently you can specify a maximum of 10 file paths in a single StartFileTransfer operation. Thus, the maximum number of file transfer results that can be returned in a single page is 10.
- Parameters:
maxResults- The maximum number of files to return in a single page. Note that currently you can specify a maximum of 10 file paths in a single StartFileTransfer operation. Thus, the maximum number of file transfer results that can be returned in a single page is 10.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListFileTransferResultsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListFileTransferResultsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-