Interface CfnFleet.FleetAttributeCapabilityProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFleet.FleetAttributeCapabilityProperty.Jsii$Proxy
- Enclosing class:
CfnFleet
@Stability(Stable)
public static interface CfnFleet.FleetAttributeCapabilityProperty
extends software.amazon.jsii.JsiiSerializable
Defines the fleet's capability name, minimum, and maximum.
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.*;
FleetAttributeCapabilityProperty fleetAttributeCapabilityProperty = FleetAttributeCapabilityProperty.builder()
.name("name")
.values(List.of("values"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFleet.FleetAttributeCapabilityPropertystatic final classAn implementation forCfnFleet.FleetAttributeCapabilityProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name of the fleet attribute capability for the worker.- See Also:
-
getValues
The number of fleet attribute capabilities.- See Also:
-
builder
-