Interface SearchAnalysesResponse.Builder

    • Method Detail

      • analysisSummaryList

        SearchAnalysesResponse.Builder analysisSummaryList​(Collection<AnalysisSummary> analysisSummaryList)

        Metadata describing the analyses that you searched for.

        Parameters:
        analysisSummaryList - Metadata describing the analyses that you searched for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • analysisSummaryList

        SearchAnalysesResponse.Builder analysisSummaryList​(AnalysisSummary... analysisSummaryList)

        Metadata describing the analyses that you searched for.

        Parameters:
        analysisSummaryList - Metadata describing the analyses that you searched for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        SearchAnalysesResponse.Builder nextToken​(String nextToken)

        A pagination token that can be used in a subsequent request.

        Parameters:
        nextToken - A pagination token that can be used in a subsequent request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        SearchAnalysesResponse.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.
      • requestId

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