public static interface PerformanceMeasurement.Builder extends SdkPojo, CopyableBuilder<PerformanceMeasurement.Builder,PerformanceMeasurement>
| Modifier and Type | Method and Description |
|---|---|
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.
|
PerformanceMeasurement.Builder |
percentOfClientLocationImpacted(Double percentOfClientLocationImpacted)
How much performance impact was caused by a health event at a client location.
|
PerformanceMeasurement.Builder |
percentOfTotalTrafficImpacted(Double percentOfTotalTrafficImpacted)
The impact on total traffic that a health event has, in increased latency or reduced availability.
|
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.
|
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPerformanceMeasurement.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.
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.
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.
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.
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.
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.
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.
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.
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 theRoundTripTime.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).
roundTripTime - a consumer that will call methods on RoundTripTime.BuilderroundTripTime(RoundTripTime)Copyright © 2023. All rights reserved.