Interface PerformanceMeasurement.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PerformanceMeasurement.Builder,
,PerformanceMeasurement> SdkBuilder<PerformanceMeasurement.Builder,
,PerformanceMeasurement> SdkPojo
- Enclosing class:
PerformanceMeasurement
-
Method Summary
Modifier and TypeMethodDescriptionexperienceScore
(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.percentOfClientLocationImpacted
(Double percentOfClientLocationImpacted) How much performance impact was caused by a health event at a client location.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.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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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 viaRoundTripTime.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toroundTripTime(RoundTripTime)
.- Parameters:
roundTripTime
- a consumer that will call methods onRoundTripTime.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-