Interface CfnQuotaSharePropsMixin.QuotaSharePreemptionConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnQuotaSharePropsMixin.QuotaSharePreemptionConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnQuotaSharePropsMixin
@Stability(Stable)
public static interface CfnQuotaSharePropsMixin.QuotaSharePreemptionConfigurationProperty
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.batch.*;
QuotaSharePreemptionConfigurationProperty quotaSharePreemptionConfigurationProperty = QuotaSharePreemptionConfigurationProperty.builder()
.inSharePreemption("inSharePreemption")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnQuotaSharePropsMixin.QuotaSharePreemptionConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
builder
@Stability(Stable) static CfnQuotaSharePropsMixin.QuotaSharePreemptionConfigurationProperty.Builder builder()