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 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

      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.