Interface ListIngestionsResponse.Builder

    • Method Detail

      • ingestions

        ListIngestionsResponse.Builder ingestions​(Collection<Ingestion> ingestions)

        A list of the ingestions.

        Parameters:
        ingestions - A list of the ingestions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ingestions

        ListIngestionsResponse.Builder ingestions​(Ingestion... ingestions)

        A list of the ingestions.

        Parameters:
        ingestions - A list of the ingestions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListIngestionsResponse.Builder nextToken​(String nextToken)

        The token for the next set of results, or null if there are no more results.

        Parameters:
        nextToken - The token for the next set of results, or null if there are no more results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • requestId

        ListIngestionsResponse.Builder requestId​(String requestId)

        The Amazon Web Services request ID for this operation.

        Parameters:
        requestId - The Amazon Web Services request ID for this operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        ListIngestionsResponse.Builder status​(Integer status)

        The HTTP status of the request.

        Parameters:
        status - The HTTP status of the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.