Interface GetInsightSummariesRequest.Builder

    • Method Detail

      • statesWithStrings

        GetInsightSummariesRequest.Builder statesWithStrings​(Collection<String> states)

        The list of insight states.

        Parameters:
        states - The list of insight states.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statesWithStrings

        GetInsightSummariesRequest.Builder statesWithStrings​(String... states)

        The list of insight states.

        Parameters:
        states - The list of insight states.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • states

        GetInsightSummariesRequest.Builder states​(InsightState... states)

        The list of insight states.

        Parameters:
        states - The list of insight states.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • groupARN

        GetInsightSummariesRequest.Builder groupARN​(String groupARN)

        The Amazon Resource Name (ARN) of the group. Required if the GroupName isn't provided.

        Parameters:
        groupARN - The Amazon Resource Name (ARN) of the group. Required if the GroupName isn't provided.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • groupName

        GetInsightSummariesRequest.Builder groupName​(String groupName)

        The name of the group. Required if the GroupARN isn't provided.

        Parameters:
        groupName - The name of the group. Required if the GroupARN isn't provided.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startTime

        GetInsightSummariesRequest.Builder startTime​(Instant startTime)

        The beginning of the time frame in which the insights started. The start time can't be more than 30 days old.

        Parameters:
        startTime - The beginning of the time frame in which the insights started. The start time can't be more than 30 days old.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endTime

        GetInsightSummariesRequest.Builder endTime​(Instant endTime)

        The end of the time frame in which the insights ended. The end time can't be more than 30 days old.

        Parameters:
        endTime - The end of the time frame in which the insights ended. The end time can't be more than 30 days old.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        GetInsightSummariesRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to display.

        Parameters:
        maxResults - The maximum number of results to display.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetInsightSummariesRequest.Builder nextToken​(String nextToken)

        Pagination token.

        Parameters:
        nextToken - Pagination token.
        Returns:
        Returns a reference to this object so that method calls can be chained together.