Interface GetInsightImpactGraphResponse.Builder

    • Method Detail

      • insightId

        GetInsightImpactGraphResponse.Builder insightId​(String insightId)

        The insight's unique identifier.

        Parameters:
        insightId - The insight's unique identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startTime

        GetInsightImpactGraphResponse.Builder startTime​(Instant startTime)

        The provided start time.

        Parameters:
        startTime - The provided start time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endTime

        GetInsightImpactGraphResponse.Builder endTime​(Instant endTime)

        The provided end time.

        Parameters:
        endTime - The provided end time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceGraphStartTime

        GetInsightImpactGraphResponse.Builder serviceGraphStartTime​(Instant serviceGraphStartTime)

        The time, in Unix seconds, at which the service graph started.

        Parameters:
        serviceGraphStartTime - The time, in Unix seconds, at which the service graph started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceGraphEndTime

        GetInsightImpactGraphResponse.Builder serviceGraphEndTime​(Instant serviceGraphEndTime)

        The time, in Unix seconds, at which the service graph ended.

        Parameters:
        serviceGraphEndTime - The time, in Unix seconds, at which the service graph ended.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • services

        GetInsightImpactGraphResponse.Builder services​(Collection<InsightImpactGraphService> services)

        The Amazon Web Services instrumented services related to the insight.

        Parameters:
        services - The Amazon Web Services instrumented services related to the insight.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • services

        GetInsightImpactGraphResponse.Builder services​(InsightImpactGraphService... services)

        The Amazon Web Services instrumented services related to the insight.

        Parameters:
        services - The Amazon Web Services instrumented services related to the insight.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

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