Interface ListExplainabilitiesResponse.Builder

    • Method Detail

      • explainabilities

        ListExplainabilitiesResponse.Builder explainabilities​(Collection<ExplainabilitySummary> explainabilities)

        An array of objects that summarize the properties of each Explainability resource.

        Parameters:
        explainabilities - An array of objects that summarize the properties of each Explainability resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • explainabilities

        ListExplainabilitiesResponse.Builder explainabilities​(ExplainabilitySummary... explainabilities)

        An array of objects that summarize the properties of each Explainability resource.

        Parameters:
        explainabilities - An array of objects that summarize the properties of each Explainability resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListExplainabilitiesResponse.Builder nextToken​(String nextToken)

        Returns this token if the response is truncated. To retrieve the next set of results, use the token in the next request.

        Parameters:
        nextToken - Returns this token if the response is truncated. To retrieve the next set of results, use the token in the next request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.