Interface CfnAutomationRule.IntegerCriteriaConditionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAutomationRule.IntegerCriteriaConditionProperty.Jsii$Proxy
- Enclosing class:
CfnAutomationRule
@Stability(Stable)
public static interface CfnAutomationRule.IntegerCriteriaConditionProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.computeoptimizer.*;
IntegerCriteriaConditionProperty integerCriteriaConditionProperty = IntegerCriteriaConditionProperty.builder()
.comparison("comparison")
.values(List.of(123))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAutomationRule.IntegerCriteriaConditionPropertystatic final classAn implementation forCfnAutomationRule.IntegerCriteriaConditionProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getComparison
- See Also:
-
getValues
- See Also:
-
builder
-