public static interface InternetHealth.Builder extends SdkPojo, CopyableBuilder<InternetHealth.Builder,InternetHealth>
| Modifier and Type | Method and Description |
|---|---|
InternetHealth.Builder |
availability(AvailabilityMeasurement availability)
Availability in Internet Monitor represents the estimated percentage of traffic that is not seeing an
availability drop.
|
default InternetHealth.Builder |
availability(Consumer<AvailabilityMeasurement.Builder> availability)
Availability in Internet Monitor represents the estimated percentage of traffic that is not seeing an
availability drop.
|
default InternetHealth.Builder |
performance(Consumer<PerformanceMeasurement.Builder> performance)
Performance in Internet Monitor represents the estimated percentage of traffic that is not seeing a
performance drop.
|
InternetHealth.Builder |
performance(PerformanceMeasurement performance)
Performance in Internet Monitor represents the estimated percentage of traffic that is not seeing a
performance drop.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInternetHealth.Builder availability(AvailabilityMeasurement availability)
Availability in Internet Monitor represents the estimated percentage of traffic that is not seeing an availability drop. For example, an availability score of 99% for an end user and service location pair is equivalent to 1% of the traffic experiencing an availability drop for that pair.
For more information, see How Internet Monitor calculates performance and availability scores in the Amazon CloudWatch Internet Monitor section of the Amazon CloudWatch User Guide.
availability - Availability in Internet Monitor represents the estimated percentage of traffic that is not seeing an
availability drop. For example, an availability score of 99% for an end user and service location pair
is equivalent to 1% of the traffic experiencing an availability drop for that pair.
For more information, see How Internet Monitor calculates performance and availability scores in the Amazon CloudWatch Internet Monitor section of the Amazon CloudWatch User Guide.
default InternetHealth.Builder availability(Consumer<AvailabilityMeasurement.Builder> availability)
Availability in Internet Monitor represents the estimated percentage of traffic that is not seeing an availability drop. For example, an availability score of 99% for an end user and service location pair is equivalent to 1% of the traffic experiencing an availability drop for that pair.
For more information, see How Internet Monitor calculates performance and availability scores in the Amazon CloudWatch Internet Monitor section of the Amazon CloudWatch User Guide.
This is a convenience method that creates an instance of theAvailabilityMeasurement.Builder avoiding
the need to create one manually via AvailabilityMeasurement.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to availability(AvailabilityMeasurement).
availability - a consumer that will call methods on AvailabilityMeasurement.Builderavailability(AvailabilityMeasurement)InternetHealth.Builder performance(PerformanceMeasurement performance)
Performance in Internet Monitor represents the estimated percentage of traffic that is not seeing a performance drop. For example, a performance score of 99% for an end user and service location pair is equivalent to 1% of the traffic experiencing a performance drop for that pair.
For more information, see How Internet Monitor calculates performance and availability scores in the Amazon CloudWatch Internet Monitor section of the Amazon CloudWatch User Guide.
performance - Performance in Internet Monitor represents the estimated percentage of traffic that is not seeing a
performance drop. For example, a performance score of 99% for an end user and service location pair is
equivalent to 1% of the traffic experiencing a performance drop for that pair.
For more information, see How Internet Monitor calculates performance and availability scores in the Amazon CloudWatch Internet Monitor section of the Amazon CloudWatch User Guide.
default InternetHealth.Builder performance(Consumer<PerformanceMeasurement.Builder> performance)
Performance in Internet Monitor represents the estimated percentage of traffic that is not seeing a performance drop. For example, a performance score of 99% for an end user and service location pair is equivalent to 1% of the traffic experiencing a performance drop for that pair.
For more information, see How Internet Monitor calculates performance and availability scores in the Amazon CloudWatch Internet Monitor section of the Amazon CloudWatch User Guide.
This is a convenience method that creates an instance of thePerformanceMeasurement.Builder avoiding
the need to create one manually via PerformanceMeasurement.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to performance(PerformanceMeasurement).
performance - a consumer that will call methods on PerformanceMeasurement.Builderperformance(PerformanceMeasurement)Copyright © 2023. All rights reserved.