Interface CodeGuruProfilerRecommendationStateChange.ResolutionSteps

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

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

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.codeguruprofiler.events.*;
 ResolutionSteps resolutionSteps = ResolutionSteps.builder()
         .value(List.of("value"))
         .build();