Interface StartDirectoryListingResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartDirectoryListingResponse.Builder,StartDirectoryListingResponse>,SdkBuilder<StartDirectoryListingResponse.Builder,StartDirectoryListingResponse>,SdkPojo,SdkResponse.Builder,TransferResponse.Builder
- Enclosing class:
- StartDirectoryListingResponse
public static interface StartDirectoryListingResponse.Builder extends TransferResponse.Builder, SdkPojo, CopyableBuilder<StartDirectoryListingResponse.Builder,StartDirectoryListingResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartDirectoryListingResponse.BuilderlistingId(String listingId)Returns a unique identifier for the directory listing call.StartDirectoryListingResponse.BuilderoutputFileName(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 Detail
-
listingId
StartDirectoryListingResponse.Builder listingId(String 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
StartDirectoryListingResponse.Builder outputFileName(String 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.
-
-