Interface GetInsightsRequest.Builder

    • Method Detail

      • insightArns

        GetInsightsRequest.Builder insightArns​(Collection<String> insightArns)

        The ARNs of the insights to describe. If you don't provide any insight ARNs, then GetInsights returns all of your custom insights. It does not return any managed insights.

        Parameters:
        insightArns - The ARNs of the insights to describe. If you don't provide any insight ARNs, then GetInsights returns all of your custom insights. It does not return any managed insights.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • insightArns

        GetInsightsRequest.Builder insightArns​(String... insightArns)

        The ARNs of the insights to describe. If you don't provide any insight ARNs, then GetInsights returns all of your custom insights. It does not return any managed insights.

        Parameters:
        insightArns - The ARNs of the insights to describe. If you don't provide any insight ARNs, then GetInsights returns all of your custom insights. It does not return any managed insights.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetInsightsRequest.Builder nextToken​(String nextToken)

        The token that is required for pagination. On your first call to the GetInsights operation, set the value of this parameter to NULL.

        For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.

        Parameters:
        nextToken - The token that is required for pagination. On your first call to the GetInsights operation, set the value of this parameter to NULL.

        For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        GetInsightsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of items to return in the response.

        Parameters:
        maxResults - The maximum number of items to return in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.