Interface ListExportsResponse.Builder

    • Method Detail

      • exports

        ListExportsResponse.Builder exports​(Collection<ExportReference> exports)

        The details of the exports, including name and export status.

        Parameters:
        exports - The details of the exports, including name and export status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • exports

        ListExportsResponse.Builder exports​(ExportReference... exports)

        The details of the exports, including name and export status.

        Parameters:
        exports - The details of the exports, including name and export status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListExportsResponse.Builder nextToken​(String nextToken)

        The token to retrieve the next set of results.

        Parameters:
        nextToken - The token to retrieve the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.