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
Modifier and TypeMethodDescriptionconnectorId
(String connectorId) A unique identifier for a connector.maxResults
(Integer maxResults) The maximum number of files to return in a single page.If there are more file details than returned in this call, use this value for a subsequent call toListFileTransferResults
to retrieve them.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.transferId
(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, sdkFields
Methods inherited from interface software.amazon.awssdk.services.transfer.model.TransferRequest.Builder
build
-
Method Details
-
connectorId
A unique identifier for a connector. This value should match the value supplied to the corresponding
StartFileTransfer
call.- Parameters:
connectorId
- A unique identifier for a connector. This value should match the value supplied to the correspondingStartFileTransfer
call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transferId
A unique identifier for a file transfer. This value should match the value supplied to the corresponding
StartFileTransfer
call.- Parameters:
transferId
- A unique identifier for a file transfer. This value should match the value supplied to the correspondingStartFileTransfer
call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
If there are more file details than returned in this call, use this value for a subsequent call to
ListFileTransferResults
to retrieve them.- Parameters:
nextToken
- If there are more file details than returned in this call, use this value for a subsequent call toListFileTransferResults
to retrieve them.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListFileTransferResultsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-