Interface CfnCommandPropsMixin.CommandParameterValueNumberRangeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCommandPropsMixin.CommandParameterValueNumberRangeProperty.Jsii$Proxy
- Enclosing class:
CfnCommandPropsMixin
@Stability(Stable)
public static interface CfnCommandPropsMixin.CommandParameterValueNumberRangeProperty
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.cfnpropertymixins.services.iot.*;
CommandParameterValueNumberRangeProperty commandParameterValueNumberRangeProperty = CommandParameterValueNumberRangeProperty.builder()
.max("max")
.min("min")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnCommandPropsMixin.CommandParameterValueNumberRangeProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMax
- See Also:
-
getMin
- See Also:
-
builder
@Stability(Stable) static CfnCommandPropsMixin.CommandParameterValueNumberRangeProperty.Builder builder()
-