Interface CfnFleet.FleetAmountCapabilityProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFleet.FleetAmountCapabilityProperty.Jsii$Proxy
- Enclosing class:
CfnFleet
@Stability(Stable)
public static interface CfnFleet.FleetAmountCapabilityProperty
extends software.amazon.jsii.JsiiSerializable
The fleet amount and attribute capabilities.
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.deadline.*; FleetAmountCapabilityProperty fleetAmountCapabilityProperty = FleetAmountCapabilityProperty.builder() .min(123) .name("name") // the properties below are optional .max(123) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnFleet.FleetAmountCapabilityProperty
static final class
An implementation forCfnFleet.FleetAmountCapabilityProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMin
The minimum amount of fleet worker capability.- See Also:
-
getName
The name of the fleet capability.- See Also:
-
getMax
The maximum amount of the fleet worker capability.- See Also:
-
builder
-