Interface StartDirectoryListingResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<StartDirectoryListingResponse.Builder,
,StartDirectoryListingResponse> SdkBuilder<StartDirectoryListingResponse.Builder,
,StartDirectoryListingResponse> SdkPojo
,SdkResponse.Builder
,TransferResponse.Builder
- Enclosing class:
StartDirectoryListingResponse
@Mutable
@NotThreadSafe
public static interface StartDirectoryListingResponse.Builder
extends TransferResponse.Builder, SdkPojo, CopyableBuilder<StartDirectoryListingResponse.Builder,StartDirectoryListingResponse>
-
Method Summary
Modifier and TypeMethodDescriptionReturns a unique identifier for the directory listing call.outputFileName
(String outputFileName) Returns the file name where the results are stored.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.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.transfer.model.TransferResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
listingId
Returns a unique identifier for the directory listing call.
- Parameters:
listingId
- Returns a unique identifier for the directory listing call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputFileName
Returns the file name where the results are stored. This is a combination of the connector ID and the listing ID:
<connector-id>-<listing-id>.json
.- Parameters:
outputFileName
- Returns the file name where the results are stored. This is a combination of the connector ID and the listing ID:<connector-id>-<listing-id>.json
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-