Interface AWSXRayInsightUpdate.ClientRequestImpactStatistics

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
AWSXRayInsightUpdate.ClientRequestImpactStatistics.Jsii$Proxy
Enclosing class:
AWSXRayInsightUpdate

@Stability(Experimental) public static interface AWSXRayInsightUpdate.ClientRequestImpactStatistics extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for ClientRequestImpactStatistics.

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();
 
  • Method Details

    • getFaultCount

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getOkCount

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getTotalCount

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • builder

      @Stability(Experimental) static AWSXRayInsightUpdate.ClientRequestImpactStatistics.Builder builder()
      Returns:
      a AWSXRayInsightUpdate.ClientRequestImpactStatistics.Builder of AWSXRayInsightUpdate.ClientRequestImpactStatistics