Interface AWSXRayInsightUpdate.ClientRequestImpactStatistics
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AWSXRayInsightUpdate.ClientRequestImpactStatistics.Jsii$Proxy
- Enclosing class:
AWSXRayInsightUpdate
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.xray.events.*;
ClientRequestImpactStatistics clientRequestImpactStatistics = ClientRequestImpactStatistics.builder()
.faultCount(List.of("faultCount"))
.okCount(List.of("okCount"))
.totalCount(List.of("totalCount"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forAWSXRayInsightUpdate.ClientRequestImpactStatisticsstatic final classAn implementation forAWSXRayInsightUpdate.ClientRequestImpactStatistics -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) FaultCount property.(experimental) OkCount property.(experimental) TotalCount property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFaultCount
(experimental) FaultCount property.Specify an array of string values to match this event if the actual value of FaultCount is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getOkCount
(experimental) OkCount property.Specify an array of string values to match this event if the actual value of OkCount is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getTotalCount
(experimental) TotalCount property.Specify an array of string values to match this event if the actual value of TotalCount is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static AWSXRayInsightUpdate.ClientRequestImpactStatistics.Builder builder()
-