Interface ListAnalysesResponse.Builder

    • Method Detail

      • analysisSummaryList

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

        Metadata describing each of the analyses that are listed.

        Parameters:
        analysisSummaryList - Metadata describing each of the analyses that are listed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • analysisSummaryList

        ListAnalysesResponse.Builder analysisSummaryList​(AnalysisSummary... analysisSummaryList)

        Metadata describing each of the analyses that are listed.

        Parameters:
        analysisSummaryList - Metadata describing each of the analyses that are listed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

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

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

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