Interface GetInsightImpactGraphRequest.Builder

    • Method Detail

      • insightId

        GetInsightImpactGraphRequest.Builder insightId​(String insightId)

        The insight's unique identifier. Use the GetInsightSummaries action to retrieve an InsightId.

        Parameters:
        insightId - The insight's unique identifier. Use the GetInsightSummaries action to retrieve an InsightId.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startTime

        GetInsightImpactGraphRequest.Builder startTime​(Instant startTime)

        The estimated start time of the insight, in Unix time seconds. The StartTime is inclusive of the value provided and can't be more than 30 days old.

        Parameters:
        startTime - The estimated start time of the insight, in Unix time seconds. The StartTime is inclusive of the value provided and can't be more than 30 days old.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endTime

        GetInsightImpactGraphRequest.Builder endTime​(Instant endTime)

        The estimated end time of the insight, in Unix time seconds. The EndTime is exclusive of the value provided. The time range between the start time and end time can't be more than six hours.

        Parameters:
        endTime - The estimated end time of the insight, in Unix time seconds. The EndTime is exclusive of the value provided. The time range between the start time and end time can't be more than six hours.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetInsightImpactGraphRequest.Builder nextToken​(String nextToken)

        Specify the pagination token returned by a previous request to retrieve the next page of results.

        Parameters:
        nextToken - Specify the pagination token returned by a previous request to retrieve the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.