Interface PerformanceMeasurement.Builder

  • Method Details

    • experienceScore

      PerformanceMeasurement.Builder experienceScore(Double experienceScore)

      Experience scores, or health scores, are calculated for different geographic and network provider combinations (that is, different granularities) and also totaled into global scores. If you view performance or availability scores without filtering for any specific geography or service provider, Amazon CloudWatch Internet Monitor provides global health scores.

      The Amazon CloudWatch Internet Monitor chapter in the CloudWatch User Guide includes detailed information about how Internet Monitor calculates health scores, including performance and availability scores, and when it creates and resolves health events. For more information, see How Amazon Web Services calculates performance and availability scores in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.

      Parameters:
      experienceScore - Experience scores, or health scores, are calculated for different geographic and network provider combinations (that is, different granularities) and also totaled into global scores. If you view performance or availability scores without filtering for any specific geography or service provider, Amazon CloudWatch Internet Monitor provides global health scores.

      The Amazon CloudWatch Internet Monitor chapter in the CloudWatch User Guide includes detailed information about how Internet Monitor calculates health scores, including performance and availability scores, and when it creates and resolves health events. For more information, see How Amazon Web Services calculates performance and availability scores in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.

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

      PerformanceMeasurement.Builder percentOfTotalTrafficImpacted(Double percentOfTotalTrafficImpacted)

      The impact on total traffic that a health event has, in increased latency or reduced availability. This is the percentage of how much latency has increased or availability has decreased during the event, compared to what is typical for traffic from this client location to the Amazon Web Services location using this client network.

      For more information, see When Amazon Web Services creates and resolves health events in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.

      Parameters:
      percentOfTotalTrafficImpacted - The impact on total traffic that a health event has, in increased latency or reduced availability. This is the percentage of how much latency has increased or availability has decreased during the event, compared to what is typical for traffic from this client location to the Amazon Web Services location using this client network.

      For more information, see When Amazon Web Services creates and resolves health events in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.

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

      PerformanceMeasurement.Builder percentOfClientLocationImpacted(Double percentOfClientLocationImpacted)

      How much performance impact was caused by a health event at a client location. For performance, this is the percentage of how much latency increased during the event compared to typical performance for traffic, from this client location to an Amazon Web Services location, using a specific client network.

      For more information, see When Amazon Web Services creates and resolves health events in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.

      Parameters:
      percentOfClientLocationImpacted - How much performance impact was caused by a health event at a client location. For performance, this is the percentage of how much latency increased during the event compared to typical performance for traffic, from this client location to an Amazon Web Services location, using a specific client network.

      For more information, see When Amazon Web Services creates and resolves health events in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.

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

      PerformanceMeasurement.Builder roundTripTime(RoundTripTime roundTripTime)

      This is the percentage of how much round-trip time increased during the event compared to typical round-trip time for your application for traffic.

      For more information, see When Amazon Web Services creates and resolves health events in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.

      Parameters:
      roundTripTime - This is the percentage of how much round-trip time increased during the event compared to typical round-trip time for your application for traffic.

      For more information, see When Amazon Web Services creates and resolves health events in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.

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

      default PerformanceMeasurement.Builder roundTripTime(Consumer<RoundTripTime.Builder> roundTripTime)

      This is the percentage of how much round-trip time increased during the event compared to typical round-trip time for your application for traffic.

      For more information, see When Amazon Web Services creates and resolves health events in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.

      This is a convenience method that creates an instance of the RoundTripTime.Builder avoiding the need to create one manually via RoundTripTime.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to roundTripTime(RoundTripTime).

      Parameters:
      roundTripTime - a consumer that will call methods on RoundTripTime.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: